Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Deep learning›Masked Autoencoders
Machine learningDeep Learning, Self-Supervised Learning

Masked Autoencoders

Masked Autoencoders are Scalable Vision Learners · Also known as: MAE, Vision MAE

Masked Autoencoders (MAE) is a self-supervised learning approach introduced by He et al. in 2021 that masks random patches of an image and trains a model to reconstruct the missing content. Adapting the masked language modeling paradigm from NLP to vision, MAE learns rich visual representations by solving a challenging reconstruction task without requiring labels.

ScholarGate
  1. Machine learning
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Masked Autoencoders
Latent Diffusion ModelsSimCLRSwin TransformerVision TransformerDETR (Detection Transfor…Direct Preference Optimi…GraphRAGKolmogorov-Arnold Networ…Mamba (State Space Model)Neural Radiance Fields (…

+2 more

When to use it

Masked Autoencoders are ideal for self-supervised pre-training when labeled data is scarce or expensive to obtain. They work exceptionally well for learning visual representations that transfer to downstream tasks like classification, detection, and segmentation. MAE is preferred over supervised pre-training when privacy concerns limit data labeling. Use supervised methods when large labeled datasets are available, as they typically achieve higher downstream task performance with less pre-training.

Strengths & limitations

Strengths
  • Enables learning from unlabeled image data at scale, making it practical for domains lacking annotations
  • Learns transferable representations that improve performance on downstream tasks when fine-tuned with limited labels
  • Asymmetric encoder-decoder design makes pre-training efficient, requiring less computation than symmetric architectures
  • Achieves competitive performance with supervised pre-training on ImageNet while using no labels
Limitations
  • Reconstruction loss may not always align with downstream task objectives, requiring careful fine-tuning
  • Mask ratio and masking strategy are critical hyperparameters that require tuning for different domains
  • Pre-trained models may not transfer well to tasks with drastically different distributions from pre-training data

Frequently asked

How does masking in vision differ from masking in NLP?

In NLP, tokens represent discrete words. In vision, patches represent spatial regions containing diverse content. Vision masking typically uses higher mask ratios (60-75%) because images contain local structure; masking 75% patches still leaves sufficient visible context. NLP typically masks 15% of tokens. Images also require reconstruction of continuous pixel values, not discrete token prediction.

Why is the encoder-decoder asymmetric?

The encoder only processes visible patches, reducing computation. The decoder, which runs once per training sample, can be heavier without significantly affecting training efficiency. After pre-training, the decoder is discarded and only the encoder is used. This design achieves better efficiency-accuracy tradeoffs than symmetric architectures.

What is the right mask ratio?

For natural images, mask ratios of 60-75% work best. Higher masks (80%+) provide strong learning signals but may be impossible for the model. Lower masks (30-50%) are less challenging and learn less discriminative features. The optimal value depends on the image domain; medical images with sparse structures may need lower ratios.

Sources

  1. He, K., Chen, X., Xie, S., Li, Y., Dollár, P., & Girshick, R. (2022). Masked autoencoders are scalable vision learners. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (pp. 16000-16009). DOI: 10.1109/CVPR52688.2022.01553 ↗

How to cite this page

ScholarGate. (2026, June 3). Masked Autoencoders are Scalable Vision Learners. ScholarGate. https://scholargate.app/en/deep-learning/masked-autoencoders

Related methods

Latent Diffusion ModelsSimCLRSwin TransformerVision Transformer

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Latent Diffusion ModelsDeep learning↔ compare
  • SimCLRDeep learning↔ compare
  • Swin TransformerDeep learning↔ compare
  • Vision TransformerDeep learning↔ compare
Compare side by side →

Referenced by

DETR (Detection Transformer)Direct Preference OptimizationGraphRAGKolmogorov-Arnold NetworksLatent Diffusion ModelsMamba (State Space Model)Neural Radiance Fields (NeRF)QLoRASegment Anything ModelSimCLRSwin Transformer

Similar methods

Self-supervised Vision TransformerSelf-supervised Object DetectionSelf-supervised Image ClassificationSemi-supervised Vision TransformerSelf-supervised Semantic SegmentationSelf-supervised LearningSelf-supervised Instance SegmentationSelf-supervised Autoencoder Anomaly Detection

Related reference concepts

Self-Supervised and Representation LearningUnsupervised LearningObject Recognition and DetectionDeep Generative ModelsComputer VisionDeep Learning

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Masked Autoencoders (Masked Autoencoders are Scalable Vision Learners). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/masked-autoencoders · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Kaiming He
Subfamily
Deep Learning, Self-Supervised Learning
Year
2021
Type
Neural network architecture
Related methods
Latent Diffusion ModelsSimCLRSwin TransformerVision Transformer
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account