English

MAGMA: Manifold Regularization for MAEs

Computer Vision and Pattern Recognition 2024-12-09 v2

Abstract

Masked Autoencoders (MAEs) are an important divide in self-supervised learning (SSL) due to their independence from augmentation techniques for generating positive (and/or negative) pairs as in contrastive frameworks. Their masking and reconstruction strategy also nicely aligns with SSL approaches in natural language processing. Most MAEs are built upon Transformer-based architectures where visual features are not regularized as opposed to their convolutional neural network (CNN) based counterparts, which can potentially hinder their performance. To address this, we introduce MAGMA, a novel batch-wide layer-wise regularization loss applied to representations of different Transformer layers. We demonstrate that by plugging in the proposed regularization loss, one can significantly improve the performance of MAE-based models. We further demonstrate the impact of the proposed loss on optimizing other generic SSL approaches (such as VICReg and SimCLR), broadening the impact of the proposed approach. Our code base can be found at https://github.com/adondera/magma.

Keywords

Cite

@article{arxiv.2412.02871,
  title  = {MAGMA: Manifold Regularization for MAEs},
  author = {Alin Dondera and Anuj Singh and Hadi Jamali-Rad},
  journal= {arXiv preprint arXiv:2412.02871},
  year   = {2024}
}

Comments

To be published in WACV 2025

R2 v1 2026-06-28T20:22:11.161Z