CVJan 2, 2023

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

arXiv:2301.00808v11677 citationsh-index: 39
Originality Highly original
AI Analysis

This work addresses the need for better visual recognition models by advancing ConvNet performance through a novel integration of masked autoencoders and normalization layers, offering significant gains across multiple benchmarks.

The paper tackled the problem of improving ConvNets by co-designing self-supervised learning with architectural enhancements, resulting in ConvNeXt V2 models that achieve up to 88.9% top-1 accuracy on ImageNet and strong performance on COCO detection and ADE20K segmentation.

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.

Code Implementations17 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes