Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CycleMLP: A MLP-like Architecture for Dense Prediction

About

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.

Shoufa Chen, Enze Xie, Chongjian Ge, Runjian Chen, Ding Liang, Ping Luo• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU49.7
3069
Object DetectionCOCO 2017 (val)
AP43.2
2843
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy81.6
2238
Instance SegmentationCOCO 2017 (val)
APm0.402
1275
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)83.4
1171
Image ClassificationImageNet-1k (val)
Top-1 Accuracy83.4
920
Image ClassificationImageNet-1k (val)
Top-1 Acc83.2
303
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy81.6
56
Image ClassificationImageNet-1k (val)
Top-1 Acc83.2
34
RobustnessImageNet-C (val)
mCE53.7
9
Showing 10 of 10 rows

Other info

Code

Follow for update