English

Rethinking Patch Dependence for Masked Autoencoders

Computer Vision and Pattern Recognition 2025-04-11 v2

Abstract

In this work, we examine the impact of inter-patch dependencies in the decoder of masked autoencoders (MAE) on representation learning. We decompose the decoding mechanism for masked reconstruction into self-attention between mask tokens and cross-attention between masked and visible tokens. Our findings reveal that MAE reconstructs coherent images from visible patches not through interactions between patches in the decoder but by learning a global representation within the encoder. This discovery leads us to propose a simple visual pretraining framework: cross-attention masked autoencoders (CrossMAE). This framework employs only cross-attention in the decoder to independently read out reconstructions for a small subset of masked patches from encoder outputs. This approach achieves comparable or superior performance to traditional MAE across models ranging from ViT-S to ViT-H and significantly reduces computational requirements. By its design, CrossMAE challenges the necessity of interaction between mask tokens for effective masked pretraining. Code and models are publicly available: https://crossmae.github.io

Keywords

Cite

@article{arxiv.2401.14391,
  title  = {Rethinking Patch Dependence for Masked Autoencoders},
  author = {Letian Fu and Long Lian and Renhao Wang and Baifeng Shi and Xudong Wang and Adam Yala and Trevor Darrell and Alexei A. Efros and Ken Goldberg},
  journal= {arXiv preprint arXiv:2401.14391},
  year   = {2025}
}

Comments

Transactions on Machine Learning Research (TMLR) 2025

R2 v1 2026-06-28T14:27:25.060Z