Share your thoughts, 1 month free Claude Pro on usSee more
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
569
Image ClassificationFlowers102
Accuracy72.3
558
Image ClassificationFood-101
Accuracy86.43
542
Image ClassificationDTD
Accuracy47.07
485
Image ClassificationFood101
Accuracy86.43
457
Image ClassificationUCF101
Top-1 Acc69.73
455
Image ClassificationSUN397
Accuracy67.57
441
Image ClassificationImageNet--
431
Image ClassificationSUN397
Accuracy67.57
425
Image ClassificationImageNet
Top-1 Accuracy72.53
366
Showing 10 of 81 rows
...

Other info

Code

Follow for update