Self-Supervised Visual Pre-training
Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, Ross Girshick
Read the Paper on arXivMasked Autoencoders (MAE) demonstrate that a simple self-supervised approach — masking 75% of image patches and learning to reconstruct them — produces powerful visual representations that scale to very large models.
The key insight is an asymmetric encoder-decoder design: a heavy Vision Transformer encoder processes only the visible 25% of patches, while a lightweight decoder reconstructs the full image from encoded visible patches plus learned mask tokens. This asymmetry makes pre-training 3-4× faster than processing all patches.
Key advances:
MAE showed that self-supervised pre-training for vision can be as simple and scalable as BERT is for language, reigniting interest in masked image modeling and paving the way for foundation models in computer vision.
Click any topic to jump in
Aggressive masking creating a non-trivial reconstruction task.
Uniform per-patch random masking breaks spatial correlations.
Heavy encoder on visible patches, light decoder on full set.
Per-patch normalized MSE as the simple, effective objective.
Accuracy keeps improving up to ViT-Huge unlike supervised baselines.
Strong downstream fine-tuning across detection, segmentation, classification.
Upgrade to PixelBank Premium to unlock this content.