掩码自编码器是可扩展的视觉学习器

Masked Autoencoders Are Scalable Vision Learners

何恺明 Kaiming He · Meta AI · 2021-11-11 · arXiv:2111.06377 ↗ · 被引 11973

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

摘要 · Abstract

本文表明,掩码自编码器(MAE)是可扩展的计算机视觉自监督学习器。我们的 MAE 方法很简单:随机遮蔽输入图像的部分块,并重建缺失的像素。它基于两个核心设计。首先,我们开发了一种非对称的编码器-解码器架构,编码器仅对可见的块子集(无掩码标记)进行操作,而轻量级解码器则从潜在表示和掩码标记重建原始图像。其次,我们发现遮蔽输入图像的高比例(例如 75%)会产生一个非平凡且有意义的自监督任务。结合这两种设计,我们能够高效且有效地训练大型模型:我们加速了训练(3 倍或更多)并提高了准确性。我们的可扩展方法允许学习泛化良好的高容量模型:例如,一个普通的 ViT-Huge 模型在使用仅 ImageNet-1K 数据的方法中达到了最佳准确率(87.8%)。在下游任务中的迁移性能优于监督预训练,并显示出有希望的扩展行为。

This paper shows that masked autoencoders (MAE) are scalable self-supervised learners for computer vision. Our MAE approach is simple: we mask random patches of the input image and reconstruct the missing pixels. It is based on two core designs. First, we develop an asymmetric encoder-decoder architecture, with an encoder that operates only on the visible subset of patches (without mask tokens), along with a lightweight decoder that reconstructs the original image from the latent representation and mask tokens. Second, we find that masking a high proportion of the input image, e.g., 75%, yields a nontrivial and meaningful self-supervisory task. Coupling these two designs enables us to train large models efficiently and effectively: we accelerate training (by 3x or more) and improve accuracy. Our scalable approach allows for learning high-capacity models that generalize well: e.g., a vanilla ViT-Huge model achieves the best accuracy (87.8%) among methods that use only ImageNet-1K data. Transfer performance in downstream tasks outperforms supervised pre-training and shows promising scaling behavior.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 10)

阅读逐段中英对照全文 →