CoAPT: Context Attribute words for Prompt Tuning
Gun Lee, Subin An, Sungyong Baik, Soochahn Lee
TL;DR
CoAPT addresses the challenge of aligning text and image embeddings in CLIP-based few/zero-shot classification by enriching prompt text with class attribute words as hard prompts integrated into soft-prompt tuning. The method adds a meta-network to generate input-specific feature biases, enabling adaptation of the combined image-text queries. Empirical results across multiple datasets and tasks show consistent improvements over strong baselines, with ablations highlighting the benefits of more attribute words, bias application on text embeddings, and visually grounded attribute words (e.g., GPT4-Vision). This work advances prompt-tuning by uniting hard prompts, soft prompts, and per-input adaptation to better exploit multimodal latent spaces in vision-language models.
Abstract
We propose a novel prompt tuning method called CoAPT(Context Attribute words in Prompt Tuning) for few/zero-shot image classification. The core motivation is that attributes are descriptive words with rich information about a given concept. Thus, we aim to enrich text queries of existing prompt tuning methods, improving alignment between text and image embeddings in CLIP embedding space. To do so, CoAPT integrates attribute words as additional prompts within learnable prompt tuning and can be easily incorporated into various existing prompt tuning methods. To facilitate the incorporation of attributes into text embeddings and the alignment with image embeddings, soft prompts are trained together with an additional meta-network that generates input-image-wise feature biases from the concatenated feature encodings of the image-text combined queries. Our experiments demonstrate that CoAPT leads to considerable improvements for existing baseline methods on several few/zero-shot image classification tasks, including base-to-novel generalization, cross-dataset transfer, and domain generalization. Our findings highlight the importance of combining hard and soft prompts and pave the way for future research on the interplay between text and image latent spaces in pre-trained models.
