CVApr 12, 2025

Evolved Hierarchical Masking for Self-Supervised Learning

arXiv:2504.09155v16 citationsh-index: 7IEEE Trans Pattern Anal Mach Intell
Originality Incremental advance
AI Analysis

This method addresses the problem of limited visual cue modeling in self-supervised learning for computer vision researchers, offering an incremental improvement over existing techniques.

The paper tackles the limitation of fixed mask patterns in Masked Image Modeling for self-supervised learning by introducing an evolved hierarchical masking method that adapts mask patterns based on the model's training stage, resulting in performance improvements such as surpassing MAE by 1.1% in ImageNet-1K classification and 1.4% in ADE20K segmentation.

Existing Masked Image Modeling methods apply fixed mask patterns to guide the self-supervised training. As those mask patterns resort to different criteria to depict image contents, sticking to a fixed pattern leads to a limited vision cues modeling capability.This paper introduces an evolved hierarchical masking method to pursue general visual cues modeling in self-supervised learning. The proposed method leverages the vision model being trained to parse the input visual cues into a hierarchy structure, which is hence adopted to generate masks accordingly. The accuracy of hierarchy is on par with the capability of the model being trained, leading to evolved mask patterns at different training stages. Initially, generated masks focus on low-level visual cues to grasp basic textures, then gradually evolve to depict higher-level cues to reinforce the learning of more complicated object semantics and contexts. Our method does not require extra pre-trained models or annotations and ensures training efficiency by evolving the training difficulty. We conduct extensive experiments on seven downstream tasks including partial-duplicate image retrieval relying on low-level details, as well as image classification and semantic segmentation that require semantic parsing capability. Experimental results demonstrate that it substantially boosts performance across these tasks. For instance, it surpasses the recent MAE by 1.1\% in imageNet-1K classification and 1.4\% in ADE20K segmentation with the same training epochs. We also align the proposed method with the current research focus on LLMs. The proposed approach bridges the gap with large-scale pre-training on semantic demanding tasks and enhances intricate detail perception in tasks requiring low-level feature recognition.

Foundations

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

Your Notes