CL-MAE: Curriculum-Learned Masked Autoencoders
Neelu Madan, Nicolae-Catalin Ristea, Kamal Nasrollahi, Thomas B., Moeslund, Radu Tudor Ionescu

TL;DR
This paper introduces CL-MAE, a curriculum learning approach for masked autoencoders that progressively increases task complexity via a learnable masking module, leading to improved representation learning on ImageNet.
Contribution
The paper proposes a novel learnable masking module integrated into MAE, enabling curriculum learning by gradually increasing masking difficulty during training.
Findings
CL-MAE outperforms standard MAE on multiple downstream tasks.
The curriculum learning approach enhances the transferability of learned representations.
Empirical results validate the effectiveness of the adaptive masking strategy.
Abstract
Masked image modeling has been demonstrated as a powerful pretext task for generating robust representations that can be effectively generalized across multiple downstream tasks. Typically, this approach involves randomly masking patches (tokens) in input images, with the masking strategy remaining unchanged during training. In this paper, we propose a curriculum learning approach that updates the masking strategy to continually increase the complexity of the self-supervised reconstruction task. We conjecture that, by gradually increasing the task complexity, the model can learn more sophisticated and transferable representations. To facilitate this, we introduce a novel learnable masking module that possesses the capability to generate masks of different complexities, and integrate the proposed module into masked autoencoders (MAE). Our module is jointly trained with the MAE, while…
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
CL-MAE: Curriculum-Learned Masked Autoencoders· youtube
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Cell Image Analysis Techniques · AI in cancer detection
MethodsMasked autoencoder
