Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Consistency-guided Prompt Learning for Vision-Language Models

About

We propose Consistency-guided Prompt learning (CoPrompt), a new fine-tuning method for vision-language models. Our approach improves the generalization of large foundation models when fine-tuned on downstream tasks in a few-shot setting. The basic idea of CoPrompt is to enforce a consistency constraint in the prediction of the trainable and pre-trained models to prevent overfitting on the downstream task. Additionally, we introduce the following two components into our consistency constraint to further boost the performance: enforcing consistency on two perturbed inputs and combining two dominant paradigms of tuning, prompting and adapter. Enforcing consistency on perturbed input serves to further regularize the consistency constraint, thereby improving generalization. Moreover, the integration of adapters and prompts not only enhances performance on downstream tasks but also offers increased tuning flexibility in both input and output spaces. This facilitates more effective adaptation to downstream tasks in a few-shot learning setting. Experiments show that CoPrompt outperforms existing methods on a range of evaluation suites, including base-to-novel generalization, domain generalization, and cross-dataset evaluation. On generalization, CoPrompt improves the state-of-the-art on zero-shot tasks and the overall harmonic mean over 11 datasets. Detailed ablation studies show the effectiveness of each of the components in CoPrompt. We make our code available at https://github.com/ShuvenduRoy/CoPrompt.

Shuvendu Roy, Ali Etemad• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationEuroSAT
Accuracy51.9
497
Image ClassificationFood-101
Accuracy86.43
494
Image ClassificationFlowers102
Accuracy72.3
478
Image ClassificationImageNet--
429
Image ClassificationSUN397
Accuracy67.57
425
Image ClassificationDTD
Accuracy47.07
419
Image ClassificationUCF101
Top-1 Acc69.73
404
Image ClassificationImageNet
Top-1 Accuracy72.53
324
Image ClassificationFood101
Accuracy86.43
309
Image ClassificationStanfordCars
Accuracy76.97
266
Showing 10 of 69 rows

Other info

Code

Follow for update