CVCLNov 6, 2021

Tip-Adapter: Training-free CLIP-Adapter for Better Vision-Language Modeling

arXiv:2111.03930v2572 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient few-shot learning in vision-language models, offering a training-free solution that reduces computational resources, though it is incremental as it builds on CLIP-Adapter.

The paper tackles the problem of enhancing CLIP's few-shot classification capability without requiring extra training, proposing Tip-Adapter, which achieves comparable or better performance than CLIP-Adapter while being training-free, with experiments on ImageNet and 10 other datasets showing its efficiency and effectiveness.

Contrastive Vision-Language Pre-training, known as CLIP, has provided a new paradigm for learning visual representations by using large-scale contrastive image-text pairs. It shows impressive performance on zero-shot knowledge transfer to downstream tasks. To further enhance CLIP's few-shot capability, CLIP-Adapter proposed to fine-tune a lightweight residual feature adapter and significantly improves the performance for few-shot classification. However, such a process still needs extra training and computational resources. In this paper, we propose \textbf{T}raining-Free CL\textbf{IP}-\textbf{Adapter} (\textbf{Tip-Adapter}), which not only inherits CLIP's training-free advantage but also performs comparably or even better than CLIP-Adapter. Tip-Adapter does not require any back propagation for training the adapter, but creates the weights by a key-value cache model constructed from the few-shot training set. In this non-parametric manner, Tip-Adapter acquires well-performed adapter weights without any training, which is both efficient and effective. Moreover, the performance of Tip-Adapter can be further boosted by fine-tuning such properly initialized adapter for only a few epochs with super-fast convergence speed. We conduct extensive experiments of few-shot classification on ImageNet and other 10 datasets to demonstrate the superiority of proposed Tip-Adapter. The code will be released at \url{https://github.com/gaopengcuhk/Tip-Adapter}.

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