ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2021
Year
An encoder-decoder architecture that reconstructs input images by masking random patches and leveraging a high proportion of masking for self-supervision.
This paper introduces the Masked Autoencoder (MAE), a simple yet powerful self-supervised learning method for computer vision. By randomly masking a large portion (e.g., 75%) of image patches and reconstructing the missing pixels, MAE demonstrates that masked modeling—a technique that revolutionized NLP with models like BERT—can be equally transformative for vision. The key insight is that a high masking ratio forces the model to learn holistic representations rather than relying on local correlations, leading to strong transfer performance.
MAE matters because it significantly simplifies self-supervised visual representation learning. Prior methods often required complex contrastive losses, memory banks, or momentum encoders. MAE uses a straightforward reconstruction loss and a standard ViT encoder, making it easy to implement and scale. Its efficiency is notable: by only processing visible patches, the encoder operates on roughly 25% of the input, reducing compute and memory requirements.
The paper reports that MAE pretrained on ImageNet-1K achieves 87.8% top-1 accuracy with a ViT-Huge model, outperforming prior self-supervised methods like MoCo v3 and DINO. On downstream tasks, linear probing and fine-tuning results show consistent improvements. For object detection and segmentation, MAE features improve AP by 1-2 points over supervised pretraining. Training is also faster: MAE requires 3x less time than contrastive methods due to processing only visible patches.
MAE has had a broad impact on the AI field by bridging the gap between NLP and vision self-supervised learning. It inspired a wave of masked image modeling methods (e.g., SimMIM, MaskFeat) and influenced architectures like BEiT and VideoMAE. The simplicity and effectiveness of MAE make it a foundational technique for representation learning, with applications in medical imaging, video understanding, and multimodal learning. Its efficiency also enables pretraining on larger datasets, pushing the boundaries of what is possible with self-supervised vision models.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba