CVCLMMNov 28, 2022

SuS-X: Training-Free Name-Only Transfer of Vision-Language Models

Cambridge
arXiv:2211.16198v4161 citationsh-index: 38Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient adaptation of pre-trained models in computer vision without fine-tuning, though it is incremental as it builds on existing CLIP frameworks.

The paper tackles the problem of fine-tuning vision-language models like CLIP, which is resource-intensive and requires labeled data, by proposing SuS-X, a training-free method that uses only category names for transfer, achieving state-of-the-art zero-shot classification on 19 benchmark datasets.

Contrastive Language-Image Pre-training (CLIP) has emerged as a simple yet effective way to train large-scale vision-language models. CLIP demonstrates impressive zero-shot classification and retrieval on diverse downstream tasks. However, to leverage its full potential, fine-tuning still appears to be necessary. Fine-tuning the entire CLIP model can be resource-intensive and unstable. Moreover, recent methods that aim to circumvent this need for fine-tuning still require access to images from the target distribution. In this paper, we pursue a different approach and explore the regime of training-free "name-only transfer" in which the only knowledge we possess about the downstream task comprises the names of downstream target categories. We propose a novel method, SuS-X, consisting of two key building blocks -- SuS and TIP-X, that requires neither intensive fine-tuning nor costly labelled data. SuS-X achieves state-of-the-art zero-shot classification results on 19 benchmark datasets. We further show the utility of TIP-X in the training-free few-shot setting, where we again achieve state-of-the-art results over strong training-free baselines. Code is available at https://github.com/vishaal27/SuS-X.

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