Papers › Masked Autoencoders Are Scalable Vision Learners

Masked Autoencoders Are Scalable Vision Learners

11 Nov 2021CVPR 2022 1arXiv:2111.06377archive 2025-07-28

Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, Ross Girshick

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2111.06377")

Code

Syntology Ran 71 of 137 code samples harvested from 30 repositories linked to this paper; 66 have no recorded run. Of those that ran: 7 ran · honoured contract; 5 ran · our draft was wrong; 12 ran · fixture could not drive it; 47 ran with no contract checked.

By repository: community (archive-listed): 136 samples from 30 repositories, 70 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

58 repositories listed; official and paper-mentioned ones first.

facebookresearch/mae officialmentioned on GitHubpytorch report
0jason000/mae_vit mentioned on GitHubmindsporeApache-2.0 report
2020132075/conmae mentioned on GitHubpytorch report
BUPT-PRIV/MAE-priv mentioned on GitHubpytorch report
DarshanDeshpande/jax-models mentioned on GitHubjax report
FlyEgle/MAE-pytorch mentioned on GitHubpytorch report
IcarusWizard/MAE mentioned on GitHubpytorch report
Nullius-2020/MAE-Paddle mentioned on GitHubpaddleMIT report
SnailDev/github-hot-hub mentioned on GitHubpytorchMIT report
Ugenteraan/Masked-AutoEncoder-PyTorch mentioned on GitHubpytorch report
Westlake-AI/openmixup mentioned on GitHubpytorch report
aHapBean/PCP-MAE mentioned on GitHubpytorchMIT report
alicebizeul/pmae mentioned on GitHubpytorch report
bwconrad/masked-autoencoder mentioned on GitHubpytorch report
dispink/xpt mentioned on GitHubpytorch report
dominickrei/limited-data-vits mentioned on GitHubpytorch report
dravenww/curated-article mentioned on GitHubtf report
facebookresearch/hiera mentioned on GitHubpytorchApache-2.0 report
facebookresearch/multimodal mentioned on GitHubpytorch report
facebookresearch/vip-mae mentioned on GitHubpytorch report
guilk/vlc mentioned on GitHubpytorch report
hkbu-vscomputing/2022_mm_dmae-mocap mentioned on GitHubpytorch report
innat/VideoMAE mentioned on GitHubtfApache-2.0 report
isaaccorley/hydro-foundation-model mentioned on GitHubpytorch report
islamosmanubc/MedMAE mentioned on GitHubpytorch report
keytoyze/visionts mentioned on GitHubpytorch report
kit-mrt/masked-fusion-360 mentioned on GitHubpytorch report
leaplabthu/efficienttrain mentioned on GitHubpytorchMIT report
lightly-ai/lightly mentioned on GitHubpytorch report
liujiyuan13/MAE-code mentioned on GitHubpytorch report
lonnyzhang423/github-hot-hub mentioned on GitHubpytorchMIT report
mx-mark/videotransformer-pytorch mentioned on GitHubpytorch report
nasa-impact/hls-foundation-os mentioned on GitHubpytorchApache-2.0 report
oneflow-inc/libai mentioned on GitHubApache-2.0 report
open-mmlab/mmselfsup mentioned on GitHubpytorchApache-2.0 report
pengzhiliang/MAE-pytorch mentioned on GitHubpytorch report
qiaopTDUN/mae-repo mentioned on GitHubpytorch report
virajprabhu/pacmac mentioned on GitHubpytorch report
wangsr126/mae-lite mentioned on GitHubpytorch report
xplip/pixel mentioned on GitHubpytorch report
yangsun22/tc-moa mentioned on GitHubpytorch report
yifanzhang-pro/m-mae mentioned on GitHubpytorch report
zhangq327/u-mae mentioned on GitHubpytorch report
zinengtang/tvlt mentioned on GitHubpytorchMIT report
flytocc/mae-paddle paddleNOASSERTION report
yangyucheng000/mae mindsporeApache-2.0 report
yongyupei/papers_with_examps mindsporeApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

137 samples harvested; 71 ran; 7 honoured the contract we drafted; 66 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · honoured contract
5ran · our draft was wrong
12ran · fixture could not drive it
47ran
66unverified

Licence: 73 of the 137 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 30 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Attention DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 2caebdfa70d265d1 · report
Attention hkbu-vscomputing/2022_mm_dmae-mocap/model/dmae.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 331e0a44942a0951 · report
Attention liujiyuan13/MAE-code/model.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 5671450eaed4b12b · report
Attention wangsr126/mae-lite/projects/mae_lite/models_mae.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 52e133864e98cbdc · report
Attention guilk/vlc/vlc/modules/mae_transformer.py community (archive-listed) ran fingerprinted no licence file found · pointer only · b1605707f77d1785 · report
Block yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 861a1945b7d265b5 · report
Block wangsr126/mae-lite/projects/mae_lite/models_mae.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · f85de2d93369d9d8 · report
Block guilk/vlc/vlc/modules/mae_transformer.py community (archive-listed) ran no licence file found · pointer only · ad2aca1970e4adb8 · report
DMaeV5 hkbu-vscomputing/2022_mm_dmae-mocap/model/dmae.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 497da9d8d920d347 · report
DecoderEmbeddings facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran BSD-3-Clause (permissive) · 50340b2a447969fb · report
DepthwiseConv2D DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 1eb614b14acb62c8 · report
DropPath DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · a84a5b2f271cf15c · report
DropPath BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted licence not identified · pointer only · 762514af1d1eeb94 · report
LinearDecoder bwconrad/masked-autoencoder/src/model.py community (archive-listed) ran no licence file found · pointer only · 8c2a5e9356370f98 · report
MAE PatrickHua/SimpleMAE/mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · e0ce63efd1bd3605 · report
MAE qiaopTDUN/mae-repo/vit_pytorch/mae.py community (archive-listed) ran no licence file found · pointer only · 62051d3ebdd50d03 · report
MAEOutput facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran BSD-3-Clause (permissive) · a9991ea23ae0f3d2 · report
MAE_Decoder IcarusWizard/MAE/model.py community (archive-listed) ran MIT (permissive) · 171529a77f4acb67 · report
MAE_Encoder IcarusWizard/MAE/model.py community (archive-listed) ran MIT (permissive) · 5a460b0d402e326f · report
MAE_ViT IcarusWizard/MAE/model.py community (archive-listed) ran MIT (permissive) · 7df7897de7c5b685 · report
MEF_MSSSIM yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · d20317addad2ec2a · report
MLP yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · bc87b313b8223daa · report
MaskEmbeeding FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 7168cb5bb5682694 · report
MaskTransLayerNorm FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran no licence file found · pointer only · 214b8df5981d09c7 · report
MaskedAutoencoderViT keytoyze/visionts/visionts/models_mae.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 5c85cd8b5812d34f · report
PatchEmbed yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 87472fa3925de39b · report
PatchEmbed DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 8c15bb7018339540 · report
PatchEmbed guilk/vlc/vlc/modules/mae_transformer.py community (archive-listed) ran no licence file found · pointer only · aca1bd49f0338dbf · report
PatchEmbed FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran no licence file found · pointer only · fef9f7a5f84c313e · report
PatchEmbed BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) ran · metamorphic tier: invariant licence not identified · pointer only · 19e9a6ad7bef0ec3 · report
PatchEmbeddings facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran BSD-3-Clause (permissive) · 8163b722029972c0 · report
PatchEmbeddingsOutput facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran BSD-3-Clause (permissive) · bb30b6d29305dccf · report
PatchShuffle IcarusWizard/MAE/model.py community (archive-listed) ran fingerprinted MIT (permissive) · a9838138fb194e4e · report
PatchShuffler PatrickHua/SimpleMAE/mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 4e3aa5c38953cd03 · report
PositionEmbed FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran no licence file found · pointer only · 5c8ef9e803d379dd · report
RandomMaskGenerator mx-mark/videotransformer-pytorch/mask_generator.py community (archive-listed) ran · metamorphic tier: well formed no licence file found · pointer only · db04c09ee238a7d0 · report
RandomMaskingOutput facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran BSD-3-Clause (permissive) · c2ccb58b26b80780 · report
Relative_Position_Layer yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 674cd8263656f0a9 · report
ShuffleIndex FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 757bdfb554d8bc1c · report
SimMIM isaaccorley/hydro-foundation-model/src/models/simmim.py community (archive-listed) ran MIT (permissive) · ea3ec9aaa022ab81 · report
SparseDispatcher yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran no licence file found · pointer only · 15b2b3f169df4432 · report
Transformer hkbu-vscomputing/2022_mm_dmae-mocap/model/dmae.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 4ee06daa6459c4aa · report
Transformer liujiyuan13/MAE-code/model.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 2535ae01b09ade02 · report
Transformer PatrickHua/SimpleMAE/mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · f510e0f909e0f1d0 · report
TransformerMLP DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · d250b23f4ed3fd00 · report
TransformerOutput facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran BSD-3-Clause (permissive) · 56d769a7351c787e · report
UnMaskEmbeeding FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran no licence file found · pointer only · 315d68728f9a0983 · report
_mef_ssim yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · a02c6d0a4898ab3c · report
_random_masking_1d facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · cad22d0081516d4a · report
build_2d_sincos_position_embedding BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) ran · honoured contract licence not identified · pointer only · 3ee2c04c92f6e311 · report
compute_mae_video zinengtang/tvlt/model/modules/objectives.py community (archive-listed) ran · our draft was wrong MIT (permissive) · b6e1b0c89f370eb3 · report
create_window yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · ea765f7aef3e0254 · report
float_parameter 0jason000/mae_vit/src/transforms.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 40d3c39a403ae1f7 · report
get_1d_sin_cos_embeddings facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 3dc442f442bab69d · report
get_2d_sin_cos_embeddings facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · 931261dd3b92624d · report
mef_msssim yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 8641710492e3764e · report
norm_targets isaaccorley/hydro-foundation-model/src/models/simmim.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · c438fe1587079a16 · report
patchify_video zinengtang/tvlt/model/modules/objectives.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · bacc63cd8c3fe982 · report
positional_encoding PatrickHua/SimpleMAE/mae.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 23e046b80e6b93a5 · report
rand_bbox yangyucheng000/mae/src/datasets/mixup.py community (archive-listed) ran Apache-2.0 (permissive) · 3913c620f6926f42 · report
random_indexes IcarusWizard/MAE/model.py community (archive-listed) ran · honoured contract MIT (permissive) · cc4c605a1dd69746 · report
random_masking facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · 6c5d9dcc5cf2ba42 · report
random_masking_2d facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · ba9d7aee607505ff · report
recover_Norm yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 354c35b22458297a · report
sincosemb1d DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · ba4526d5e3418ddb · report
sincosposemb DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 3b6e902cfca4fc8a · report
take_indexes IcarusWizard/MAE/model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 0dee20694ea4b3ee · report
to_2tuple FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 5a717e76320e4864 · report
window_partition yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · b206cc7bb36ab3f9 · report
window_reverse yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · d12c21909a77aa54 · report
Attention yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) unverified no licence file found · pointer only · ab6e3fb020aef3ab · report
BiMixtureOfAdapters yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) unverified no licence file found · pointer only · 920f7876acd40a63 · report
Block DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) unverified Apache-2.0 (permissive) · e6f87d41087f7d2d · report
Block FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) unverified no licence file found · pointer only · 4213367f46ba0d67 · report
Block BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) unverified licence not identified · pointer only · 5199c4f36d1f6651 · report
ConvFusionLayer yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) unverified no licence file found · pointer only · e1db3c67b651e9d6 · report
Decoder DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) unverified Apache-2.0 (permissive) · b892a94c4303b6e7 · report
Encoder DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 9d6e5fd05d104462 · report
MAE liujiyuan13/MAE-code/model.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 1caa82740b24080e · report
MAEVisionTransformers FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) unverified no licence file found · pointer only · a4895ce8a87f02d2 · report
MMoE yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) unverified no licence file found · pointer only · df9090581a1cd535 · report
Mask DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 9ded34638fb55197 · report
MaskedAutoEncoder facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · f8e7dc86b0afa131 · report
MaskedAutoencoderModel bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · 8e71ab74b3539260 · report
MaskedAutoencoderViT yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) unverified no licence file found · pointer only · 69fcb0b19116792a · report
MaskedAutoencoderViT DarshanDeshpande/jax-models/jax_models/models/masked_autoencoder.py community (archive-listed) unverified Apache-2.0 (permissive) · db65696502e25065 · report
MaskedAutoencoderViT wangsr126/mae-lite/projects/mae_lite/models_mae.py community (archive-listed) unverified Apache-2.0 (permissive) · 3ad95a45a1da4292 · report
MaskedAutoencoderViT yifanzhang-pro/m-mae/models_mae.py community (archive-listed) unverified no licence file found · pointer only · a884a29cbdfbf1c0 · report
MaskedAutoencoderViT guilk/vlc/vlc/modules/mae_transformer.py community (archive-listed) unverified no licence file found · pointer only · aee0709299e0074e · report
MaskedAutoencoderViT islamosmanubc/MedMAE/code/models_mae.py community (archive-listed) unverified no licence file found · pointer only · 6d8df0e8713ee9e0 · report
MaskedAutoencoderViT virajprabhu/pacmac/models_mae.py community (archive-listed) unverified licence not identified · pointer only · c24c07e5963dbcef · report
MaskedAutoencoderViT alibaba/EasyCV/easycv/models/backbones/mae_vit_transformer.py community (archive-listed) unverified Apache-2.0 (permissive) · 4265e07807c81d08 · report
MaskedAutoencoderViT facebookresearch/vip-mae/models_mae.py community (archive-listed) unverified licence not identified · pointer only · aaad170bbdcb0282 · report
MaskedAutoencoderViT dominickrei/limited-data-vits/models_mae.py community (archive-listed) unverified no licence file found · pointer only · eb084414ba03cd0e · report
Mlp FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) unverified no licence file found · pointer only · e8f3808093706645 · report
PretrainVisionTransformer pengzhiliang/MAE-pytorch/modeling_pretrain.py community (archive-listed) unverified no licence file found · pointer only · e9ab3ea658aaf2ac · report
PretrainVisionTransformer BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) unverified licence not identified · pointer only · 691ae52245b4ee13 · report
PretrainVisionTransformerDecoder pengzhiliang/MAE-pytorch/modeling_pretrain.py community (archive-listed) unverified no licence file found · pointer only · 227479361f4b8896 · report
PretrainVisionTransformerDecoder BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) unverified licence not identified · pointer only · 117d7c1a13a2dcc2 · report
PretrainVisionTransformerEncoder pengzhiliang/MAE-pytorch/modeling_pretrain.py community (archive-listed) unverified no licence file found · pointer only · 90a4425d6dd96eba · report
PretrainVisionTransformerEncoder BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) unverified licence not identified · pointer only · e561f7d0bb64a05e · report
Registry alibaba/EasyCV/easycv/models/backbones/mae_vit_transformer.py community (archive-listed) unverified Apache-2.0 (permissive) · c0e3084b8e16dcc1 · report
ViTMAEForPreTraining alicebizeul/pmae/src/model/vit_mae.py community (archive-listed) unverified no licence file found · pointer only · 3251c65d1624eba1 · report
VisionTransformer FlyEgle/MAE-pytorch/model/Transformers/VIT/mae.py community (archive-listed) unverified no licence file found · pointer only · 19ec788aecbdfc22 · report
VisionTransformerDecoder bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · 65d6b4d0f5c0932c · report
VisionTransformerMAE bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · 7b0c5df25df03a0f · report
build_encoder bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · e18efe0723eb391d · report
check_obs_url yangyucheng000/mae/src/helper.py community (archive-listed) unverified Apache-2.0 (permissive) · d5d542acf05a4fd3 · report
get_1d_sincos_pos_embed_from_grid 0jason000/mae_vit/src/mae_vit.py community (archive-listed) unverified Apache-2.0 (permissive) · 12035a2f77d8016c · report
get_1d_sincos_pos_embed_from_grid nasa-impact/hls-foundation-os/geospatial_fm/geospatial_fm.py community (archive-listed) unverified Apache-2.0 (permissive) · f6ed4fbd11e09648 · report
get_2d_sincos_pos_embed yangsun22/tc-moa/model/ViT_MAE.py community (archive-listed) unverified no licence file found · pointer only · 43ab33710deb02f8 · report
get_2d_sincos_pos_embed 0jason000/mae_vit/src/mae_vit.py community (archive-listed) unverified Apache-2.0 (permissive) · 3185afc3e87293ed · report
get_2d_sincos_pos_embed_from_grid 0jason000/mae_vit/src/mae_vit.py community (archive-listed) unverified Apache-2.0 (permissive) · f10004e059714d42 · report
get_3d_sincos_pos_embed nasa-impact/hls-foundation-os/geospatial_fm/geospatial_fm.py community (archive-listed) unverified Apache-2.0 (permissive) · c6230d72998a4af2 · report
get_config Nullius-2020/MAE-Paddle/config.py community (archive-listed) unverified MIT (permissive) · 160fd4002bd2e51b · report
get_logger yangyucheng000/mae/src/logger.py community (archive-listed) unverified Apache-2.0 (permissive) · 8765fe83bed1a28f · report
init_group_params 0jason000/mae_vit/src/optim.py community (archive-listed) unverified Apache-2.0 (permissive) · 698131638ff8d4ad · report
int_parameter 0jason000/mae_vit/src/transforms.py community (archive-listed) unverified Apache-2.0 (permissive) · e5a370ee6856bd8d · report
is_model 0jason000/mae_vit/src/model.py community (archive-listed) unverified Apache-2.0 (permissive) · b85a6569fd4f3890 · report
mixup_target yangyucheng000/mae/src/datasets/mixup.py community (archive-listed) unverified Apache-2.0 (permissive) · 8d6695b3b7693e8a · report
model_entrypoint 0jason000/mae_vit/src/model.py community (archive-listed) unverified Apache-2.0 (permissive) · ac95eb88d9b993fd · report
one_hot yangyucheng000/mae/src/datasets/mixup.py community (archive-listed) unverified Apache-2.0 (permissive) · 500863dca85164af · report
shear_x yangyucheng000/mae/src/datasets/auto_augment.py community (archive-listed) unverified Apache-2.0 (permissive) · 836abfc1dec21f54 · report
shear_x yongyupei/papers_with_examps/mae/src/process_datasets/auto_augment.py community (archive-listed) unverified Apache-2.0 (permissive) · 328334d15e09e000 · report
shear_y yangyucheng000/mae/src/datasets/auto_augment.py community (archive-listed) unverified Apache-2.0 (permissive) · f72f09eb9fd3f148 · report
shear_y yongyupei/papers_with_examps/mae/src/process_datasets/auto_augment.py community (archive-listed) unverified Apache-2.0 (permissive) · cdd7912370ff7225 · report
sync_trans yangyucheng000/mae/src/helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 1917cd1b8b1483d5 · report
translate_x_rel yangyucheng000/mae/src/datasets/auto_augment.py community (archive-listed) unverified Apache-2.0 (permissive) · f3b161d964735796 · report
translate_x_rel yongyupei/papers_with_examps/mae/src/process_datasets/auto_augment.py community (archive-listed) unverified Apache-2.0 (permissive) · 1644b5d70651bbcf · report
trunc_normal_ BUPT-PRIV/MAE-priv/mae/modeling_pretrain.py community (archive-listed) unverified licence not identified · pointer only · faee721aebff20d6 · report
update_config Nullius-2020/MAE-Paddle/config.py community (archive-listed) unverified MIT (permissive) · 057888637b943025 · report
vit_base_patch16 bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · e74f91045366913e · report
vit_huge_patch14 bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · 16f4365f89fc1383 · report
vit_large_patch16 bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · 404d47a8e8939ea1 · report
vit_small_patch16 bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · bd06f7ac78d039d0 · report
vit_tiny_patch16 bwconrad/masked-autoencoder/src/model.py community (archive-listed) unverified no licence file found · pointer only · d1699368ffaa6920 · report
gaussian identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · c56b7ef16f309a45 · report

Tasks

DecoderDomain GeneralizationImage ClassificationObject DetectionOut-of-Distribution GeneralizationSelf-Supervised Image ClassificationSelf-Supervised LearningSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Domain Generalization ImageNet-A MAE (ViT-H, 448) Top-1 accuracy % 76.7 #6 of 39 Archive leaderboard report
Domain Generalization ImageNet-C MAE (ViT-H) Number of params 632M #6 of 47 Archive leaderboard report
Domain Generalization ImageNet-C MAE (ViT-H) mean Corruption Error (mCE) 33.8 #6 of 47 Archive leaderboard report
Domain Generalization ImageNet-R MAE (ViT-H, 448) Top-1 Error Rate 33.5 #10 of 39 Archive leaderboard report
Domain Generalization ImageNet-Sketch MAE (ViT-H, 448) Top-1 accuracy 50.9 #10 of 20 Archive leaderboard report
Image Classification ImageNet MAE (ViT-H, 448) Number of params 656M #73 of 1060 Archive leaderboard report
Image Classification ImageNet MAE (ViT-H, 448) Top 1 Accuracy 87.8% #73 of 1060 Archive leaderboard report
Image Classification ImageNet MAE (ViT-H) Top 1 Accuracy 86.9% #114 of 1060 Archive leaderboard report
Image Classification ImageNet MAE (ViT-L) Top 1 Accuracy 85.9% #185 of 1060 Archive leaderboard report
Image Classification ImageNet MAE (ViT-L) Top 1 Accuracy 83.6% #408 of 1060 Archive leaderboard report
Image Classification OmniBenchmark MAE Average Top-1 Accuracy 30.6 #21 of 22 Archive leaderboard report
Image Classification Places205 MAE (ViT-H, 448) Top 1 Accuracy 66.8 #5 of 15 Archive leaderboard report
Image Classification Places365-Standard MAE (ViT-H, 448) Top 1 Accuracy 60.3 #3 of 4 Archive leaderboard report
Image Classification iNaturalist MAE (ViT-H, 448) Top 1 Accuracy 83.4 #3 of 19 Archive leaderboard report
Image Classification iNaturalist 2018 MAE (ViT-H, 448) Top-1 Accuracy 86.8% #7 of 60 Archive leaderboard report
Image Classification iNaturalist 2019 MAE (ViT-H, 448) Top-1 Accuracy 88.3 #2 of 22 Archive leaderboard report
Object Detection COCO minival MAE (ViT-L, Mask R-CNN) box AP 53.3 #61 of 220 Archive leaderboard report
Object Detection COCO minival MAE (ViT-B, Mask R-CNN) box AP 50.3 #79 of 220 Archive leaderboard report
Self-Supervised Image Classification ImageNet MAE (ViT-H) Number of Params 700M #59 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet MAE (ViT-H) Top 1 Accuracy 76.6% #59 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet MAE (ViT-L) Number of Params 306M #66 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet MAE (ViT-L) Top 1 Accuracy 75.8% #66 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet MAE (ViT-B) Number of Params 80M #107 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet MAE (ViT-B) Top 1 Accuracy 68.0% #107 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet (finetuned) MAE (ViT-H/14, 448) Number of Params 632M #7 of 65 Archive leaderboard report
Self-Supervised Image Classification ImageNet (finetuned) MAE (ViT-H/14, 448) Top 1 Accuracy 87.8% #7 of 65 Archive leaderboard report
Self-Supervised Image Classification ImageNet (finetuned) MAE (ViT-H/14) Top 1 Accuracy 86.9% #11 of 65 Archive leaderboard report
Semantic Segmentation ADE20K MAE (ViT-L, UperNet) Validation mIoU 53.6 #78 of 235 Archive leaderboard report
Semantic Segmentation ADE20K MAE (ViT-B, UperNet) Validation mIoU 48.1 #154 of 235 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL+FT, mmseg) mIoU (test) 61.2 #4 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL+FT, mmseg) mIoU (val) 61.6 #4 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL+FT) mIoU (test) 60.2 #5 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL+FT) mIoU (val) 61.0 #5 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL, mmseg) mIoU (test) 40.3 #17 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL, mmseg) mIoU (val) 40.0 #17 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL) mIoU (test) 37.0 #18 of 20 Archive leaderboard report
Semantic Segmentation ImageNet-S MAE (ViT-B/16, 224x224, SSL) mIoU (val) 38.3 #18 of 20 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: MAE

CV-MIMMAE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections