paper-with-me

Papers

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

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

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 downstream applications through fine-tuning. However, for generalization tasks, the current fine-tuning methods for CLIP, such as CoOp and CoCoOp, demonstrate relatively low performance on some fine-grained datasets. We recognize the underlying reason is that these previous methods only projected global features into the prompt, neglecting the various visual concepts, such as colors, shapes, and sizes, which are naturally transferable across domains and play a crucial role in generalization tasks. To address this issue, in this work, we propose Concept-Guided Prompt Learning (CPL) for vision-language models. Specifically, we leverage the well-learned knowledge of CLIP to create a visual concept cache to enable concept-guided prompting. In order to refine the text features, we further develop a projector that transforms multi-level visual features into text features. We observe that this concept-guided prompt learning approach is able to achieve enhanced consistency between visual and linguistic modalities. Extensive experimental results demonstrate that our CPL method significantly improves generalization capabilities compared to the current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2401.07457

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Learning

Methods 이 논문이 사용한 방법론

CoOp CoOp, or Context Optimization, is an automated prompt engineering method that avoids manual prompt tuning by modeling context words with continuous vectors that are…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

CPG-PAD: Concept-Informed Prompts Guided Presentation Attack Detection

2026-07-01 · Haoyuan Zhang, Xiangyu Zhu, Li Gao, Ajian Liu 외 arxiv

Presentation Attack Detection (PAD) serves as a crucial safeguard for face recognition systems against presentation attacks such as printed photos, replayed videos, and 3D masks. Despite significant progress, existing PA…

Face Recognition

Enhancing Zero-Shot Image Recognition in Vision-Language Models through Human-like Concept Guidance

2025-03-20 · Hui Liu, Wenya Wang, Kecheng Chen, Jie Liu 외

In zero-shot image recognition tasks, humans demonstrate remarkable flexibility in classifying unseen categories by composing known simpler concepts. However, existing vision-language models (VLMs), despite achieving sig…

Prompt EngineeringZero-shot Generalization

Explaining Domain Shifts in Language: Concept erasing for Interpretable Image Classification

2025-03-24 · CVPR 2025 1 · Zequn Zeng, Yudi Su, JianQiao Sun, Tiansheng Wen 외

Concept-based models can map black-box representations to human-understandable concepts, which makes the decision-making process more transparent and then allows users to understand the reason behind predictions. However…

Domain Generalizationimage-classificationImage Classification

PromptMoE: Generalizable Zero-Shot Anomaly Detection via Visually-Guided Prompt Mixtures

2025-11-22 · Yuheng Shao, Lizhang Wang, Changhao Li, Peixian Chen 외 arxiv

Zero-Shot Anomaly Detection (ZSAD) aims to identify and localize anomalous regions in images of unseen object classes. While recent methods based on vision-language models like CLIP show promise, their performance is con…

Prompt EngineeringAnomaly Detection

Distilling Vision-Language Foundation Models: A Data-Free Approach via Prompt Diversification

2024-07-21 · Yunyi Xuan, WeiJie Chen, Shicai Yang, Di Xie 외

Data-Free Knowledge Distillation (DFKD) has shown great potential in creating a compact student model while alleviating the dependency on real training data by synthesizing surrogate data. However, prior arts are seldom …

Data-free Knowledge DistillationImage GenerationKnowledge DistillationOut-of-Distribution Generalization