Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders

About

Driven by improved architectures and better representation learning frameworks, the field of visual recognition has enjoyed rapid modernization and performance boost in the early 2020s. For example, modern ConvNets, represented by ConvNeXt, have demonstrated strong performance in various scenarios. While these models were originally designed for supervised learning with ImageNet labels, they can also potentially benefit from self-supervised learning techniques such as masked autoencoders (MAE). However, we found that simply combining these two approaches leads to subpar performance. In this paper, we propose a fully convolutional masked autoencoder framework and a new Global Response Normalization (GRN) layer that can be added to the ConvNeXt architecture to enhance inter-channel feature competition. This co-design of self-supervised learning techniques and architectural improvement results in a new model family called ConvNeXt V2, which significantly improves the performance of pure ConvNets on various recognition benchmarks, including ImageNet classification, COCO detection, and ADE20K segmentation. We also provide pre-trained ConvNeXt V2 models of various sizes, ranging from an efficient 3.7M-parameter Atto model with 76.7% top-1 accuracy on ImageNet, to a 650M Huge model that achieves a state-of-the-art 88.9% accuracy using only public training data.

Sanghyun Woo, Shoubhik Debnath, Ronghang Hu, Xinlei Chen, Zhuang Liu, In So Kweon, Saining Xie• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU57
2731
Object DetectionCOCO 2017 (val)--
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy86.3
1866
Instance SegmentationCOCO 2017 (val)
APm0.489
1144
Image ClassificationImageNet-1K
Top-1 Acc88.2
836
Fine-grained Image ClassificationCUB200 2011 (test)
Accuracy31.7
536
Image ClassificationImageNet-1k (val)
Top-1 Accuracy81.2
512
Image ClassificationImageNet-1k (val)
Accuracy84.3
33
Object DetectionSAR-Aircraft v1.0 (test)
mAP (AP'07)68.04
27
Object DetectionSARDet-100K (test)
MAP53.91
27
Showing 10 of 34 rows

Other info

Code

Follow for update