paper-with-me

홈 › Papers

Consistency-guided Prompt Learning for Vision-Language Models

2023-06-01 · Shuvendu Roy, Ali Etemad

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.

📄 PDF Abstract BibTeX arXiv:2306.01195

Code (2)

shuvenduroy/coprompt 공식 구현 pytorch
ShuvenduRoy/FER_TL_PipelineTraining

Tasks

Domain GeneralizationFew-Shot LearningPrompt EngineeringPrompt Learning

Similar Papers 제목 키워드 기반

Vision-Language Consistency Guided Multi-modal Prompt Learning for Blind AI Generated Image Quality Assessment

2024-06-24 · Jun Fu, Wei Zhou, Qiuping Jiang, Hantao Liu 외

Recently, textual prompt tuning has shown inspirational performance in adapting Contrastive Language-Image Pre-training (CLIP) models to natural image quality assessment. However, such uni-modal prompt learning method on…

Image Quality AssessmentPrompt Learning

Prompt Group-Aware Training for Robust Text-Guided Nuclei Segmentation

2026-03-06 · Yonghuang Wu, Zhenyang Liang, Wenwen Zeng, Xuan Xie 외 arxiv

Foundation models such as Segment Anything Model 3 (SAM3) enable flexible text-guided medical image segmentation, yet their predictions remain highly sensitive to prompt formulation. Even semantically equivalent descript…

Medical Image Segmentation

Concept-Guided Prompt Learning for Generalization in Vision-Language Models

2024-01-15 · Yi Zhang, Ce Zhang, Ke Yu, Yushun Tang 외

Contrastive Language-Image Pretraining (CLIP) model has exhibited remarkable efficacy in establishing cross-modal connections between texts and images, yielding impressive performance across a broad spectrum of downstrea…

Prompt Learning

CLIP-Guided SAM: Parameter-Efficient Semantic Conditioning for Promptable Segmentation

2026-05-24 · Shayan Jalilian, Abdul Bais arxiv

Promptable foundation models such as the Segment Anything Model (SAM) produce high-quality masks but remain semantically blind, relying on external prompts to specify categories. Existing vision-language approaches addre…

Interactive Segmentation

DuSSS: Dual Semantic Similarity-Supervised Vision-Language Model for Semi-Supervised Medical Image Segmentation

2024-12-17 · Qingtao Pan, Wenhao Qiao, Jingjiao Lou, Bing Ji 외

Semi-supervised medical image segmentation (SSMIS) uses consistency learning to regularize model training, which alleviates the burden of pixel-wise manual annotations. However, it often suffers from error supervision fr…

Contrastive LearningImage SegmentationLanguage ModelingLanguage Modelling+6