SuS-X: Training-Free Name-Only Transfer of Vision-Language Models
Vishaal Udandarao, Ankush Gupta, Samuel Albanie
TL;DR
This work tackles the challenge of adapting vision-language models without training or target data by introducing SuS-X, a training-free name-only transfer framework. It decomposes the approach into two components: SuS, which constructs a task-specific support set from either Stable Diffusion generation or LAION-5B retrieval using only class names, and TIP-X, a training-free inference method that uses inter-modal text-based signatures and KL-divergence affinities to reweight predictions. Empirically, SuS-X achieves state-of-the-art zero-shot performance on 19 datasets across CLIP, TCL, and BLIP, and TIP-X extends to a few-shot regime to rival or surpass existing training-free baselines. The methods are complementary, data-efficient, and broadly transferable across VLM backbones, offering a practical path for rapid, scalable name-only adaptation with modest computational costs.
Abstract
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.
