CVSep 16, 2024

Frequency-Guided Masking for Enhanced Vision Self-Supervised Learning

arXiv:2409.10362v36 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in computer vision for researchers and practitioners, offering an incremental improvement over existing self-supervised learning methods.

The paper tackles the problem of enhancing self-supervised learning for vision by addressing limitations in frequency-based masking, such as using pre-defined frequencies and adaptation issues, and proposes FOLK, which adaptively selects frequencies and uses knowledge distillation, achieving competitive performance across tasks like image classification and semantic segmentation.

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.

Code Implementations1 repo
Foundations

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

Your Notes