CVOct 5, 2022

Exploring The Role of Mean Teachers in Self-supervised Masked Auto-Encoders

arXiv:2210.02077v123 citationsh-index: 43
Originality Incremental advance
AI Analysis

This work addresses the computational cost and performance limitations of self-supervised learning for Vision Transformers, offering a more practical solution, though it is incremental as it builds on existing MAE and teacher-student methods.

The paper tackles the problem of understanding and improving self-supervised masked auto-encoders (MAE) by analyzing the role of mean teachers, leading to the development of RC-MAE, which converges faster with less memory usage and achieves better performance on downstream tasks like ImageNet-1K classification.

Masked image modeling (MIM) has become a popular strategy for self-supervised learning~(SSL) of visual representations with Vision Transformers. A representative MIM model, the masked auto-encoder (MAE), randomly masks a subset of image patches and reconstructs the masked patches given the unmasked patches. Concurrently, many recent works in self-supervised learning utilize the student/teacher paradigm which provides the student with an additional target based on the output of a teacher composed of an exponential moving average (EMA) of previous students. Although common, relatively little is known about the dynamics of the interaction between the student and teacher. Through analysis on a simple linear model, we find that the teacher conditionally removes previous gradient directions based on feature similarities which effectively acts as a conditional momentum regularizer. From this analysis, we present a simple SSL method, the Reconstruction-Consistent Masked Auto-Encoder (RC-MAE) by adding an EMA teacher to MAE. We find that RC-MAE converges faster and requires less memory usage than state-of-the-art self-distillation methods during pre-training, which may provide a way to enhance the practicality of prohibitively expensive self-supervised learning of Vision Transformer models. Additionally, we show that RC-MAE achieves more robustness and better performance compared to MAE on downstream tasks such as ImageNet-1K classification, object detection, and instance segmentation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes