ConvMLP: Hierarchical Convolutional MLPs for Vision
Abstract
MLP-based architectures, which consist of a sequence of consecutive multi-layer perceptron blocks, have recently been found to reach comparable results to convolutional and transformer-based methods on image classification. However, most methods adopt spatial MLPs which take fixed-dimension inputs, therefore making it difficult to apply them as backbones to downstream tasks such as object detection and semantic segmentation, which require inputs with arbitrary dimension. Moreover, single-stage designs further limit the performance in other computer vision tasks and fully-connected layers bear heavy computation. To tackle these problems, we propose ConvMLP: a Hierarchical Convolutional MLP for visual recognition, which is a lightweight, stage-wise, co-design of convolution layers, and MLPs. In particular, ConvMLP-S achieves 76.8% top-1 accuracy on ImageNet-1k with 9M parameters and 2.4 GMACs (15% and 19% of MLP-Mixer-B/16, respectively). Experiments on object detection and semantic segmentation further show that visual representation learned by ConvMLP can be seamlessly transferred to downstream tasks and achieve competitive results with fewer parameters. Our code and pre-trained models are open-sourced at https://github.com/SHI-Labs/Convolutional-MLPs.
Cite
Text
Li et al. "ConvMLP: Hierarchical Convolutional MLPs for Vision." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023. doi:10.1109/CVPRW59228.2023.00671Markdown
[Li et al. "ConvMLP: Hierarchical Convolutional MLPs for Vision." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023.](https://mlanthology.org/cvprw/2023/li2023cvprw-convmlp/) doi:10.1109/CVPRW59228.2023.00671BibTeX
@inproceedings{li2023cvprw-convmlp,
title = {{ConvMLP: Hierarchical Convolutional MLPs for Vision}},
author = {Li, Jiachen and Hassani, Ali and Walton, Steven and Shi, Humphrey},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2023},
pages = {6307-6316},
doi = {10.1109/CVPRW59228.2023.00671},
url = {https://mlanthology.org/cvprw/2023/li2023cvprw-convmlp/}
}