CVSep 17, 2024

CLIP Adaptation by Intra-modal Overlap Reduction

arXiv:2409.11338v12 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in adapting CLIP for few-shot classification, offering an incremental improvement for researchers and practitioners in vision-language models.

The paper tackled the problem of intra-modal overlap in CLIP's image embeddings, which reduces performance in few-shot classification, by proposing a lightweight adapter trained on generic samples to reduce this overlap, resulting in improved accuracy, robustness, and feature discriminability.

Numerous methods have been proposed to adapt a pre-trained foundational CLIP model for few-shot classification. As CLIP is trained on a large corpus, it generalises well through adaptation to few-shot classification. In this work, we analyse the intra-modal overlap in image space in terms of embedding representation. Our analysis shows that, due to contrastive learning, embeddings from CLIP model exhibit high cosine similarity distribution overlap in the image space between paired and unpaired examples affecting the performance of few-shot training-free classification methods which rely on similarity in the image space for their predictions. To tackle intra-modal overlap we propose to train a lightweight adapter on a generic set of samples from the Google Open Images dataset demonstrating that this improves accuracy for few-shot training-free classification. We validate our contribution through extensive empirical analysis and demonstrate that reducing the intra-modal overlap leads to a) improved performance on a number of standard datasets, b) increased robustness to distribution shift and c) higher feature variance rendering the features more discriminative for downstream tasks.

Foundations

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

Your Notes