Shortcuts

Note

You are reading the documentation for MMClassification 0.x, which will soon be deprecated at the end of 2022. We recommend you upgrade to MMClassification 1.0 to enjoy fruitful new features and better performance brought by OpenMMLab 2.0. Check the installation tutorial, migration tutorial and changelog for more details.

ConvNeXt

A ConvNet for the 2020s

Abstract

The “Roaring 20s” of visual recognition began with the introduction of Vision Transformers (ViTs), which quickly superseded ConvNets as the state-of-the-art image classification model. A vanilla ViT, on the other hand, faces difficulties when applied to general computer vision tasks such as object detection and semantic segmentation. It is the hierarchical Transformers (e.g., Swin Transformers) that reintroduced several ConvNet priors, making Transformers practically viable as a generic vision backbone and demonstrating remarkable performance on a wide variety of vision tasks. However, the effectiveness of such hybrid approaches is still largely credited to the intrinsic superiority of Transformers, rather than the inherent inductive biases of convolutions. In this work, we reexamine the design spaces and test the limits of what a pure ConvNet can achieve. We gradually “modernize” a standard ResNet toward the design of a vision Transformer, and discover several key components that contribute to the performance difference along the way. The outcome of this exploration is a family of pure ConvNet models dubbed ConvNeXt. Constructed entirely from standard ConvNet modules, ConvNeXts compete favorably with Transformers in terms of accuracy and scalability, achieving 87.8% ImageNet top-1 accuracy and outperforming Swin Transformers on COCO detection and ADE20K segmentation, while maintaining the simplicity and efficiency of standard ConvNets.

Results and models

ImageNet-1k

Model

Pretrain

Params(M)

Flops(G)

Top-1 (%)

Top-5 (%)

Config

Download

ConvNeXt-T*

From scratch

28.59

4.46

82.05

95.86

config

model

ConvNeXt-S*

From scratch

50.22

8.69

83.13

96.44

config

model

ConvNeXt-B*

From scratch

88.59

15.36

83.85

96.74

config

model

ConvNeXt-B*

ImageNet-21k

88.59

15.36

85.81

97.86

config

model

ConvNeXt-L*

From scratch

197.77

34.37

84.30

96.89

config

model

ConvNeXt-L*

ImageNet-21k

197.77

34.37

86.61

98.04

config

model

ConvNeXt-XL*

ImageNet-21k

350.20

60.93

86.97

98.20

config

model

Models with * are converted from the official repo. The config files of these models are only for inference. We don’t ensure these config files’ training accuracy and welcome you to contribute your reproduction results.

Pre-trained Models

The pre-trained models on ImageNet-1k or ImageNet-21k are used to fine-tune on the downstream tasks.

Model

Training Data

Params(M)

Flops(G)

Download

ConvNeXt-T*

ImageNet-1k

28.59

4.46

model

ConvNeXt-S*

ImageNet-1k

50.22

8.69

model

ConvNeXt-B*

ImageNet-1k

88.59

15.36

model

ConvNeXt-B*

ImageNet-21k

88.59

15.36

model

ConvNeXt-L*

ImageNet-21k

197.77

34.37

model

ConvNeXt-XL*

ImageNet-21k

350.20

60.93

model

Models with * are converted from the official repo.

Citation

@Article{liu2022convnet,
  author  = {Zhuang Liu and Hanzi Mao and Chao-Yuan Wu and Christoph Feichtenhofer and Trevor Darrell and Saining Xie},
  title   = {A ConvNet for the 2020s},
  journal = {arXiv preprint arXiv:2201.03545},
  year    = {2022},
}
Read the Docs v: mmcls-0.x
Versions
latest
stable
mmcls-1.x
mmcls-0.x
dev
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.