Mixed Autoencoder for Self-supervised Visual Representation Learning
Kai Chen, Zhili Liu, Lanqing Hong, Hang Xu, Zhenguo Li, Dit-Yan Yeung

TL;DR
This paper introduces Mixed Autoencoder (MixedAE), a novel self-supervised learning method that uses mixing augmentation with an auxiliary recognition task to improve visual representation learning and outperform existing methods.
Contribution
It proposes homologous recognition as a new auxiliary task to effectively utilize mixing augmentation in masked image modeling, achieving state-of-the-art results.
Findings
MixedAE outperforms MAE on multiple downstream tasks.
Homologous recognition alleviates mutual information increase.
MixedAE accelerates training while improving accuracy.
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)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Image Enhancement Techniques
MethodsMasked autoencoder · Mutual Information Machine/Mask Image Modeling · Contrastive Learning
