CVMar 25

Cross-Modal Prototype Alignment and Mixing for Training-Free Few-Shot Classification

arXiv:2603.2452867.7h-index: 75
AI Analysis

This work addresses the challenge of enhancing few-shot classification accuracy for downstream tasks using pre-trained models, representing an incremental improvement over prior methods.

The paper tackles the problem of improving few-shot image classification with vision-language models by mixing image and text prototypes, showing that aligning image prototypes to the text embedding space and combining them with an image-specific classifier outperforms existing methods across benchmarks.

Vision-language models (VLMs) like CLIP are trained with the objective of aligning text and image pairs. To improve CLIP-based few-shot image classification, recent works have observed that, along with text embeddings, image embeddings from the training set are an important source of information. In this work we investigate the impact of directly mixing image and text prototypes for few-shot classification and analyze this from a bias-variance perspective. We show that mixing prototypes acts like a shrinkage estimator. Although mixed prototypes improve classification performance, the image prototypes still add some noise in the form of instance-specific background or context information. In order to capture only information from the image space relevant to the given classification task, we propose projecting image prototypes onto the principal directions of the semantic text embedding space to obtain a text-aligned semantic image subspace. These text-aligned image prototypes, when mixed with text embeddings, further improve classification. However, for downstream datasets with poor cross-modal alignment in CLIP, semantic alignment might be suboptimal. We show that the image subspace can still be leveraged by modeling the anisotropy using class covariances. We demonstrate that combining a text-aligned mixed prototype classifier and an image-specific LDA classifier outperforms existing methods across few-shot classification benchmarks.

Foundations

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

Your Notes