English

Exploring Long-Sequence Masked Autoencoders

Computer Vision and Pattern Recognition 2022-10-14 v1

Abstract

Masked Autoencoding (MAE) has emerged as an effective approach for pre-training representations across multiple domains. In contrast to discrete tokens in natural languages, the input for image MAE is continuous and subject to additional specifications. We systematically study each input specification during the pre-training stage, and find sequence length is a key axis that further scales MAE. Our study leads to a long-sequence version of MAE with minimal changes to the original recipe, by just decoupling the mask size from the patch size. For object detection and semantic segmentation, our long-sequence MAE shows consistent gains across all the experimental setups without extra computation cost during the transfer. While long-sequence pre-training is discerned most beneficial for detection and segmentation, we also achieve strong results on ImageNet-1K classification by keeping a standard image size and only increasing the sequence length. We hope our findings can provide new insights and avenues for scaling in computer vision.

Keywords

Cite

@article{arxiv.2210.07224,
  title  = {Exploring Long-Sequence Masked Autoencoders},
  author = {Ronghang Hu and Shoubhik Debnath and Saining Xie and Xinlei Chen},
  journal= {arXiv preprint arXiv:2210.07224},
  year   = {2022}
}

Comments

11 pages

R2 v1 2026-06-28T03:34:51.128Z