CVJan 14

LiteEmbed: Adapting CLIP to Rare Classes

arXiv:2601.09661v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting large-scale vision-language models to underrepresented or emerging classes, which is an incremental improvement for applications requiring personalization.

The paper tackles the problem of CLIP's poor zero-shot recognition on rare classes by introducing LiteEmbed, a lightweight framework for few-shot personalization that adds new classes without retraining encoders, achieving substantial gains over prior methods.

Large-scale vision-language models such as CLIP achieve strong zero-shot recognition but struggle with classes that are rarely seen during pretraining, including newly emerging entities and culturally specific categories. We introduce LiteEmbed, a lightweight framework for few-shot personalization of CLIP that enables new classes to be added without retraining its encoders. LiteEmbed performs subspace-guided optimization of text embeddings within CLIP's vocabulary, leveraging a PCA-based decomposition that disentangles coarse semantic directions from fine-grained variations. Two complementary objectives, coarse alignment and fine separation, jointly preserve global semantic consistency while enhancing discriminability among visually similar classes. Once optimized, the embeddings are plug-and-play, seamlessly substituting CLIP's original text features across classification, retrieval, segmentation, and detection tasks. Extensive experiments demonstrate substantial gains over prior methods, establishing LiteEmbed as an effective approach for adapting CLIP to underrepresented, rare, or unseen classes.

Foundations

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

Your Notes