Efficient Image Pre-Training with Siamese Cropped Masked Autoencoders
Alexandre Eymaël, Renaud Vandeghen, Anthony Cioppa, Silvio Giancola, Bernard Ghanem, Marc Van Droogenbroeck
TL;DR
This work addresses the high data and compute demands of self-supervised visual pre-training, especially for masked image modeling, by proposing CropMAE, a two-crop siamese pre-training approach that uses image crops instead of video frames. CropMAE trains a shared-weight ViT encoder with a high masking regime on the second crop and a transformer decoder to reconstruct the cropped view, enabling rapid learning of object-centric representations without motion. Empirically, CropMAE achieves competitive or superior performance to state-of-the-art methods on three video-propagation downstream tasks after 400 pre-training epochs, and it learns faster when trained on image collections, reducing dependence on large video datasets. The model demonstrates strong attention to object boundaries and efficiency gains, highlighting the practical impact of image-based, crop-driven pre-training for scalable self-supervised representation learning.
Abstract
Self-supervised pre-training of image encoders is omnipresent in the literature, particularly following the introduction of Masked autoencoders (MAE). Current efforts attempt to learn object-centric representations from motion in videos. In particular, SiamMAE recently introduced a Siamese network, training a shared-weight encoder from two frames of a video with a high asymmetric masking ratio (95%). In this work, we propose CropMAE, an alternative approach to the Siamese pre-training introduced by SiamMAE. Our method specifically differs by exclusively considering pairs of cropped images sourced from the same image but cropped differently, deviating from the conventional pairs of frames extracted from a video. CropMAE therefore alleviates the need for video datasets, while maintaining competitive performances and drastically reducing pre-training and learning time. Furthermore, we demonstrate that CropMAE learns similar object-centric representations without explicit motion, showing that current self-supervised learning methods do not learn such representations from explicit object motion, but rather thanks to the implicit image transformations that occur between the two views. Finally, CropMAE achieves the highest masking ratio to date (98.5%), enabling the reconstruction of images using only two visible patches. Our code is available at https://github.com/alexandre-eymael/CropMAE.
