pith. sign in

arxiv: 2401.14391 · v2 · pith:UY5EMRF4 · submitted 2024-01-25 · cs.CV

Rethinking Patch Dependence for Masked Autoencoders

pith:UY5EMRF4open to challenge →

classification cs.CV
keywords maskedautoencoderscross-attentioncrossmaedecoderpatchestokensencoder
0
0 comments X
read the original 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

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Remembering by Reconstructing: Domain Incremental Learning With Test-Time Training on Video Streams

    cs.CV 2026-05 unverdicted novelty 7.0

    Domain-incremental video learning that permits forgetting through per-domain LoRA adapters and recovers the matching adapter at inference via test-time training on a self-supervised MAE reconstruction head.

  2. AaSP: Aliasing-aware Self-Supervised Pre-Training for Audio Spectrogram Transformers

    cs.SD 2025-12 unverdicted novelty 6.0

    AaSP learns aliasing-stable audio representations by augmenting patch tokens with adaptive subband features from alias-prone bands and using teacher-student masked modeling plus multi-mask contrastive regularization, ...