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

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

2 Jan 2023CVPR 2023 1arXiv:2301.00808archive 2025-07-28

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

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2301.00808")

Code

Syntology Ran 10 of 14 code samples harvested from 5 repositories linked to this paper; 4 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 12 samples from 4 repositories, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

17 repositories listed; official and paper-mentioned ones first.

facebookresearch/convnext-v2 officialmentioned in papermentioned on GitHubpytorch report
rwightman/pytorch-image-models mentioned in papermentioned on GitHubpytorch report
IMvision12/keras-vision-models mentioned on GitHubpytorch report
Jacky-Android/convnext-v2-pytorch mentioned on GitHubpytorch report
Westlake-AI/openmixup mentioned on GitHubpytorch report
chenller/mmseg-extension mentioned on GitHubpytorch report
vishalned/MMEarth-train mentioned on GitHubpytorch report
zibbini/convnext-v2_tensorflow mentioned on GitHubtf report
lyqcom/convnext mindsporeApache-2.0 report
pwc-1/Paper-8 mindspore report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 10 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
4unverified

Licence: 9 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 5 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Block facebookresearch/convnext-v2/models/convnextv2.py official repository ran · metamorphic tier: invariant licence not identified · pointer only · 24e783957539d177 · report
ConvNeXtV2 facebookresearch/convnext-v2/models/convnextv2.py official repository ran · metamorphic tier: invariant licence not identified · pointer only · 420fed3739fee70b · report
Block vishalned/MMEarth-train/models/convnextv2.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · 2c6904dfd0e3ee2a · report
Block zibbini/convnext-v2_tensorflow/convnext_pt/convnextv2.py community (archive-listed) ran MIT (permissive) · af25ab15eb29c44b · report
Block Jacky-Android/convnext-v2-pytorch/model.py community (archive-listed) ran no licence file found · pointer only · f3c65efbbcd4b2a2 · report
ConvNeXtV2 vishalned/MMEarth-train/models/convnextv2.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · d8c0f250ae1c4733 · report
ConvNeXtV2 zibbini/convnext-v2_tensorflow/convnext_pt/convnextv2.py community (archive-listed) ran MIT (permissive) · 0b701ad2d565c3a4 · report
GRN vishalned/MMEarth-train/models/convnextv2.py community (archive-listed) ran · metamorphic tier: invariant licence not identified · pointer only · 4035f346a2e3d70e · report
LayerNorm vishalned/MMEarth-train/models/convnextv2.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · 2f8121a6bb6bf49c · report
LayerNorm Jacky-Android/convnext-v2-pytorch/model.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 649912d2ea60c644 · report
ConvNeXtV2 Jacky-Android/convnext-v2-pytorch/model.py community (archive-listed) unverified no licence file found · pointer only · 4b87ad6572b3686e · report
arg_to_varname lyqcom/convnext/src/configs/parser.py community (archive-listed) unverified Apache-2.0 (permissive) · 177a4abf40724f6e · report
argv_to_vars lyqcom/convnext/src/configs/parser.py community (archive-listed) unverified Apache-2.0 (permissive) · ffc9d7cced6f71fb · report
trim_preceding_hyphens lyqcom/convnext/src/configs/parser.py community (archive-listed) unverified Apache-2.0 (permissive) · a99f170ebd682af5 · report

Tasks

Object DetectionRepresentation LearningSelf-Supervised LearningSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation ADE20K ConvNeXt V2-H (FCMAE) Validation mIoU 55 #51 of 235 Archive leaderboard report
Semantic Segmentation ADE20K Swin V2-H Validation mIoU 54.2 #66 of 235 Archive leaderboard report
Semantic Segmentation ADE20K ConvNeXt V2-L Validation mIoU 53.7 #76 of 235 Archive leaderboard report
Semantic Segmentation ADE20K Swin-L Validation mIoU 53.5 #81 of 235 Archive leaderboard report
Semantic Segmentation ADE20K Swin-B Validation mIoU 52.8 #87 of 235 Archive leaderboard report
Semantic Segmentation ADE20K ConvNeXt V2-B Validation mIoU 52.1 #89 of 235 Archive leaderboard report
Semantic Segmentation ADE20K ConvNeXt V2-L (Supervised) Validation mIoU 51.6 #94 of 235 Archive leaderboard report
Semantic Segmentation ADE20K ConvNeXt V1-L Validation mIoU 50.5 #112 of 235 Archive leaderboard report
Semantic Segmentation ADE20K ConvNeXt V1-B Validation mIoU 49.9 #125 of 235 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

ConvNeXt

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections