CVAIAug 23, 2024

Symmetric masking strategy enhances the performance of Masked Image Modeling

arXiv:2408.12772v2h-index: 3
AI Analysis

This work addresses the resource-intensive nature of random masking in self-supervised learning for vision tasks, offering a more efficient approach.

The paper tackles the inefficiency of random masking in Masked Image Modeling by proposing a symmetric masking strategy, achieving a new SOTA accuracy of 85.9% on ImageNet with ViT-Large and outperforming previous methods across multiple downstream tasks.

Masked Image Modeling (MIM) is a technique in self-supervised learning that focuses on acquiring detailed visual representations from unlabeled images by estimating the missing pixels in randomly masked sections. It has proven to be a powerful tool for the preliminary training of Vision Transformers (ViTs), yielding impressive results across various tasks. Nevertheless, most MIM methods heavily depend on the random masking strategy to formulate the pretext task. This strategy necessitates numerous trials to ascertain the optimal dropping ratio, which can be resource-intensive, requiring the model to be pre-trained for anywhere between 800 to 1600 epochs. Furthermore, this approach may not be suitable for all datasets. In this work, we propose a new masking strategy that effectively helps the model capture global and local features. Based on this masking strategy, SymMIM, our proposed training pipeline for MIM is introduced. SymMIM achieves a new SOTA accuracy of 85.9\% on ImageNet using ViT-Large and surpasses previous SOTA across downstream tasks such as image classification, semantic segmentation, object detection, instance segmentation tasks, and so on.

Foundations

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

Your Notes