面向 2020 年代的卷积神经网络

A ConvNet for the 2020s

刘壮 Zhuang Liu · Meta AI · 2022-01-10 · arXiv:2201.03545 ↗ · 被引 8512

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

视觉识别的“咆哮的 20 年代”始于 Vision Transformers(ViTs)的引入,它们迅速取代 ConvNets 成为图像分类的最先进模型。然而,普通的 ViT 在应用于目标检测和语义分割等通用视觉任务时面临困难。正是层次化 Transformer(如 Swin Transformer)重新引入了若干 ConvNet 先验,使得 Transformer 作为通用视觉骨干网络变得切实可行,并在各种视觉任务上展现出卓越性能。然而,这类混合方法的有效性在很大程度上仍归功于 Transformer 的内在优越性,而非卷积的固有归纳偏置。在这项工作中,我们重新审视设计空间,并测试纯 ConvNet 所能达到的极限。我们逐步将标准 ResNet“现代化”为视觉 Transformer 的设计,并在此过程中发现了导致性能差异的几个关键组件。这一探索的成果是一系列名为 ConvNeXt 的纯 ConvNet 模型。ConvNeXt 完全由标准 ConvNet 模块构建,在准确性和可扩展性方面与 Transformer 竞争,实现了 87.8%的 ImageNet top-1 准确率,并在 COCO 检测和 ADE20K 分割上优于 Swin Transformer,同时保持了标准 ConvNet 的简单性和效率。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 26)

阅读逐段中英对照全文 →