CVAILGFeb 15, 2024

MIM-Refiner: A Contrastive Learning Boost from Intermediate Pre-Trained Representations

arXiv:2402.10093v420 citationsh-index: 58
Originality Incremental advance
AI Analysis

This work addresses the need for better off-the-shelf features in computer vision, though it is incremental as it builds on existing MIM methods.

The paper tackles the problem of improving pre-trained masked image modeling (MIM) models by boosting their representations using contrastive learning, achieving state-of-the-art results such as 84.7% linear probing accuracy on ImageNet-1K.

We introduce MIM (Masked Image Modeling)-Refiner, a contrastive learning boost for pre-trained MIM models. MIM-Refiner is motivated by the insight that strong representations within MIM models generally reside in intermediate layers. Accordingly, MIM-Refiner leverages multiple contrastive heads that are connected to different intermediate layers. In each head, a modified nearest neighbor objective constructs semantic clusters that capture semantic information which improves performance on downstream tasks, including off-the-shelf and fine-tuning settings. The refinement process is short and simple - yet highly effective. Within a few epochs, we refine the features of MIM models from subpar to state-of-the-art, off-the-shelf features. Refining a ViT-H, pre-trained with data2vec 2.0 on ImageNet-1K, sets a new state-of-the-art in linear probing (84.7%) and low-shot classification among models that are pre-trained on ImageNet-1K. MIM-Refiner efficiently combines the advantages of MIM and ID objectives and compares favorably against previous state-of-the-art SSL models on a variety of benchmarks such as low-shot classification, long-tailed classification, clustering and semantic segmentation.

Code Implementations2 repos
Foundations

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

Your Notes