Frequency-Guided Masking for Enhanced Vision Self-Supervised Learning
Amin Karimi Monsefi, Mengxi Zhou, Nastaran Karimi Monsefi, Ser-Nam Lim, Wei-Lun Chao, Rajiv Ramnath
TL;DR
FOLK introduces adaptive frequency-domain masking via Com and RCom filters and a dual-view teacher–student framework to enhance vision self-supervised learning. By exposing the model to both frequency-masked and original images through self-distillation, FOLK mitigates the need for extensive downstream fine-tuning and improves data efficiency, achieving competitive results on ImageNet-1K and ADE20K with fewer pre-training epochs. The method combines reconstructive learning of masked frequencies with distillation of the teacher’s representations, yielding robust representations for diverse tasks including few-shot learning. Empirical results demonstrate strong performance gains over MFM and other SSL baselines across image classification, few-shot learning, and semantic segmentation, while maintaining reasonable compute and memory demands.
Abstract
We present a novel frequency-based Self-Supervised Learning (SSL) approach that significantly enhances its efficacy for pre-training. Prior work in this direction masks out pre-defined frequencies in the input image and employs a reconstruction loss to pre-train the model. While achieving promising results, such an implementation has two fundamental limitations as identified in our paper. First, using pre-defined frequencies overlooks the variability of image frequency responses. Second, pre-trained with frequency-filtered images, the resulting model needs relatively more data to adapt to naturally looking images during fine-tuning. To address these drawbacks, we propose FOurier transform compression with seLf-Knowledge distillation (FOLK), integrating two dedicated ideas. First, inspired by image compression, we adaptively select the masked-out frequencies based on image frequency responses, creating more suitable SSL tasks for pre-training. Second, we employ a two-branch framework empowered by knowledge distillation, enabling the model to take both the filtered and original images as input, largely reducing the burden of downstream tasks. Our experimental results demonstrate the effectiveness of FOLK in achieving competitive performance to many state-of-the-art SSL methods across various downstream tasks, including image classification, few-shot learning, and semantic segmentation.
