Mixed Autoencoder for Self-supervised Visual Representation Learning
Kai Chen, Zhili Liu, Lanqing Hong, Hang Xu, Zhenguo Li, Dit-Yan Yeung
TL;DR
This work investigates data augmentation for masked image modeling (MIM) and identifies that naive mixing increases mutual information, which paradoxically can ease reconstruction but degrade transfer quality. To address this, it introduces MixedAE, a pure autoencoder framework that combines image mixing with homologous recognition, replaceable homologous attention, segment embeddings, and a dual loss that couples reconstruction with a homologous contrastive term. Empirically, MixedAE achieves state-of-the-art transfer performance across ImageNet-1K, ADE20K, and COCO, while maintaining superior efficiency relative to strong MIM/SSL baselines such as iBOT. The approach yields notably better object-aware pre-training, improving dense perception tasks and suggesting mixing can be a potent augmentation strategy for MIM when guided by pretext design. Overall, MixedAE demonstrates a practical, scalable path to stronger visual representations with reduced pre-training overhead, and code will be released to support reproducibility.
Abstract
Masked Autoencoder (MAE) has demonstrated superior performance on various vision tasks via randomly masking image patches and reconstruction. However, effective data augmentation strategies for MAE still remain open questions, different from those in contrastive learning that serve as the most important part. This paper studies the prevailing mixing augmentation for MAE. We first demonstrate that naive mixing will in contrast degenerate model performance due to the increase of mutual information (MI). To address, we propose homologous recognition, an auxiliary pretext task, not only to alleviate the MI increasement by explicitly requiring each patch to recognize homologous patches, but also to perform object-aware self-supervised pre-training for better downstream dense perception performance. With extensive experiments, we demonstrate that our proposed Mixed Autoencoder (MixedAE) achieves the state-of-the-art transfer results among masked image modeling (MIM) augmentations on different downstream tasks with significant efficiency. Specifically, our MixedAE outperforms MAE by +0.3% accuracy, +1.7 mIoU and +0.9 AP on ImageNet-1K, ADE20K and COCO respectively with a standard ViT-Base. Moreover, MixedAE surpasses iBOT, a strong MIM method combined with instance discrimination, while accelerating training by 2x. To our best knowledge, this is the very first work to consider mixing for MIM from the perspective of pretext task design. Code will be made available.
