CVAIJun 7, 2022

Masked Unsupervised Self-training for Label-free Image Classification

arXiv:2206.02967v222 citationsh-index: 112Has Code
Originality Incremental advance
AI Analysis

This addresses the scalability issue in computer vision by reducing reliance on expensive labeled data, though it is incremental as it builds on existing pre-trained models.

The paper tackles the problem of improving zero-shot image classification performance without labeled data by proposing Masked Unsupervised Self-Training (MUST), which leverages unlabeled target domain data to fine-tune pre-trained models like CLIP, achieving a top-1 accuracy of 77.7% on ImageNet with ViT-B, a 9.4% increase over CLIP.

State-of-the-art computer vision models are mostly trained with supervised learning using human-labeled images, which limits their scalability due to the expensive annotation cost. While self-supervised representation learning has achieved impressive progress, it still requires a second stage of finetuning on labeled data. On the other hand, models pre-trained with large-scale text-image supervision (e.g., CLIP) have enabled zero-shot transfer to downstream image classification tasks. However, the zero-shot performance of CLIP-like models are often insufficient for real-world adoption. In this paper, we aim to leverage the abundant unlabeled data from a target domain to improve the performance of a pre-trained zero-shot classifier, by unsupervised finetuning of the pre-trained model. We propose Masked Unsupervised Self-Training (MUST), a new unsupervised adaptation method which leverages two different and complementary sources of training signals: pseudo-labels and raw images. MUST jointly optimizes three objectives to learn both class-level global feature and pixel-level local feature and enforces a regularization between the two. We demonstrate the efficacy of MUST on a variety of downstream tasks, where it improves upon CLIP by a large margin. MUST also outperforms supervised few-shot adaptation methods. It achieves a top-1 accuracy of 77.7% on ImageNet using ViT-B, +9.4% higher than CLIP, and +6.2% higher than 16-shot CLIP adaptation. Our code is available at https://github.com/salesforce/MUST.

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