Leveraging Cross-Modal Neighbor Representation for Improved CLIP Classification
Chao Yi, Lu Ren, De-Chuan Zhan, Han-Jia Ye
TL;DR
This work addresses the mismatch between CLIP's cross-modal pretraining and unimodal feature extraction by proposing CODER, a cross-modal neighbor representation that leverages the distance between images and their text neighbors in CLIP's feature space. CODER constructs image representations from multiple text neighbors, enhanced by Auto Text Generator which creates diverse, high-quality texts without data or training, enabling dense sampling of semantics. The method is applied to zero-shot and few-shot CLIP classification, including a two-stage zero-shot pipeline with one-to-one reranking and a CODER-Adapter for few-shot scenarios; experiments show consistent improvements across datasets and model families, with ablations emphasizing the importance of text diversity and sampling density. The approach offers practical gains for deploying CLIP in low-data settings, while also revealing limitations related to text generation costs and the dimensionality of CODER, guiding future refinements in dense semantic sampling and reranking strategies.
Abstract
CLIP showcases exceptional cross-modal matching capabilities due to its training on image-text contrastive learning tasks. However, without specific optimization for unimodal scenarios, its performance in single-modality feature extraction might be suboptimal. Despite this, some studies have directly used CLIP's image encoder for tasks like few-shot classification, introducing a misalignment between its pre-training objectives and feature extraction methods. This inconsistency can diminish the quality of the image's feature representation, adversely affecting CLIP's effectiveness in target tasks. In this paper, we view text features as precise neighbors of image features in CLIP's space and present a novel CrOss-moDal nEighbor Representation(CODER) based on the distance structure between images and their neighbor texts. This feature extraction method aligns better with CLIP's pre-training objectives, thereby fully leveraging CLIP's robust cross-modal capabilities. The key to construct a high-quality CODER lies in how to create a vast amount of high-quality and diverse texts to match with images. We introduce the Auto Text Generator(ATG) to automatically generate the required texts in a data-free and training-free manner. We apply CODER to CLIP's zero-shot and few-shot image classification tasks. Experiment results across various datasets and models confirm CODER's effectiveness. Code is available at:https://github.com/YCaigogogo/CVPR24-CODER.
