arXiv reaDer
CycleMLP:高密度予測のためのMLPのようなアーキテクチャ
CycleMLP: A MLP-like Architecture for Dense Prediction
このホワイトペーパーでは、単純なMLPのようなアーキテクチャであるCycleMLPを紹介します。これは、視覚的な認識と高密度の予測のための多用途のバックボーンです。 MLP-Mixer、ResMLP、gMLPなどの最新のMLPアーキテクチャと比較すると、これらのアーキテクチャは画像サイズに相関しているため、オブジェクトの検出とセグメンテーションを実行できません。CycleMLPには、最新のアプローチと比較して2つの利点があります。 (1)さまざまな画像サイズに対応できます。 (2)ローカルウィンドウを使用することにより、画像サイズに対して線形計算の複雑さを実現します。対照的に、以前のMLPでは、完全に空間的に接続されているため、O(N ^ 2)の計算が行われます。より少ないパラメーターとFLOPを使用しながら、既存のMLPや、SwinTransformerなどの最先端のTransformerベースのモデルを超えるモデルのファミリーを構築します。 MLPのようなモデルの適用範囲を拡大し、高密度の予測タスクのための多用途のバックボーンにします。 CycleMLPは、オブジェクト検出、インスタンスセグメンテーション、およびセマンティックセグメンテーションで競争力のある結果を実現します。特に、CycleMLP-Tinyは、FLOPが少ないADE20KデータセットでSwin-Tinyを1.3%mIoU上回っています。さらに、CycleMLPは、ImageNet-Cデータセットで優れたゼロショットの堅牢性も示しています。コードはhttps://github.com/ShoufaChen/CycleMLPで入手できます。
This paper presents a simple MLP-like architecture, CycleMLP, which is a versatile backbone for visual recognition and dense predictions. As compared to modern MLP architectures, e.g., MLP-Mixer, ResMLP, and gMLP, whose architectures are correlated to image size and thus are infeasible in object detection and segmentation, CycleMLP has two advantages compared to modern approaches. (1) It can cope with various image sizes. (2) It achieves linear computational complexity to image size by using local windows. In contrast, previous MLPs have O(N^2) computations due to fully spatial connections. We build a family of models which surpass existing MLPs and even state-of-the-art Transformer-based models, e.g., Swin Transformer, while using fewer parameters and FLOPs. We expand the MLP-like models' applicability, making them a versatile backbone for dense prediction tasks. CycleMLP achieves competitive results on object detection, instance segmentation, and semantic segmentation. In particular, CycleMLP-Tiny outperforms Swin-Tiny by 1.3% mIoU on ADE20K dataset with fewer FLOPs. Moreover, CycleMLP also shows excellent zero-shot robustness on ImageNet-C dataset. Code is available at https://github.com/ShoufaChen/CycleMLP.
updated: Wed Feb 23 2022 09:23:10 GMT+0000 (UTC)
published: Wed Jul 21 2021 17:23:06 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト