Salience-Based Adaptive Masking: Revisiting Token Dynamics for Enhanced Pre-training
Hyesong Choi, Hyejin Park, Kwang Moo Yi, Sungmin Cha, Dongbo Min
TL;DR
This paper tackles the sensitivity of Masked Image Modeling to masking ratios by proposing Salience-Based Adaptive Masking (SBAM), which masks tokens based on a computed token salience derived from outgoing attention weights, plus randomness for diversity. Building on SBAM, it introduces Adaptive Masking Ratio (AMR) to tailor the masking ratio per image according to salience, enabling per-sample pre-training customization. Through extensive experiments on ImageNet-1K with ViT backbones, SBAM achieves robust performance across masking ratios, faster convergence, and consistent gains across multiple baselines (e.g., MAE, BootMAE, iBoT, CMAE) and masking strategies, outperforming state-of-the-art approaches in both fine-tuning and linear probing. The work demonstrates that adaptive, salience-driven masking can significantly enhance pre-training efficiency and effectiveness in MIM, with practical impact for scalable self-supervised vision models.
Abstract
In this paper, we introduce Saliency-Based Adaptive Masking (SBAM), a novel and cost-effective approach that significantly enhances the pre-training performance of Masked Image Modeling (MIM) approaches by prioritizing token salience. Our method provides robustness against variations in masking ratios, effectively mitigating the performance instability issues common in existing methods. This relaxes the sensitivity of MIM-based pre-training to masking ratios, which in turn allows us to propose an adaptive strategy for `tailored' masking ratios for each data sample, which no existing method can provide. Toward this goal, we propose an Adaptive Masking Ratio (AMR) strategy that dynamically adjusts the proportion of masking for the unique content of each image based on token salience. We show that our method significantly improves over the state-of-the-art in mask-based pre-training on the ImageNet-1K dataset.
