paper-with-me

Papers

TCP:Textual-based Class-aware Prompt tuning for Visual-Language Model

2023-11-30 · CVPR 2024 1 · Hantao Yao, Rui Zhang, Changsheng Xu

Prompt tuning represents a valuable technique for adapting pre-trained visual-language models (VLM) to various downstream tasks. Recent advancements in CoOp-based methods propose a set of learnable domain-shared or image-conditional textual tokens to facilitate the generation of task-specific textual classifiers. However, those textual tokens have a limited generalization ability regarding unseen domains, as they cannot dynamically adjust to the distribution of testing classes. To tackle this issue, we present a novel Textual-based Class-aware Prompt tuning(TCP) that explicitly incorporates prior knowledge about classes to enhance their discriminability. The critical concept of TCP involves leveraging Textual Knowledge Embedding (TKE) to map the high generalizability of class-level textual knowledge into class-aware textual tokens. By seamlessly integrating these class-aware prompts into the Text Encoder, a dynamic class-aware classifier is generated to enhance discriminability for unseen domains. During inference, TKE dynamically generates class-aware prompts related to the unseen classes. Comprehensive evaluations demonstrate that TKE serves as a plug-and-play module effortlessly combinable with existing methods. Furthermore, TCP consistently achieves superior performance while demanding less training time. Code:https://github.com/htyao89/Textual-based_Class-aware_prompt_tuning/

📄 PDF Abstract BibTeX arXiv:2311.18231

Code (1)

htyao89/textual-based_class-aware_prompt_tuning 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SEP: Self-Enhanced Prompt Tuning for Visual-Language Model

2024-05-24 · Hantao Yao, Rui Zhang, Lu Yu, Yongdong Zhang 외

Prompt tuning based on Context Optimization (CoOp) effectively adapts visual-language models (VLMs) to downstream tasks by inferring additional learnable prompt tokens. However, these tokens are less discriminative as th…

Language ModelingLanguage Modelling

Visual-Language Prompt Tuning with Knowledge-guided Context Optimization

2023-03-23 · CVPR 2023 1 · Hantao Yao, Rui Zhang, Changsheng Xu

Prompt tuning is an effective way to adapt the pre-trained visual-language model (VLM) to the downstream task using task-related textual tokens. Representative CoOp-based work combines the learnable textual tokens with t…

Language ModelingLanguage Modelling

Prompt-based Context- and Domain-aware Pretraining for Vision and Language Navigation

2023-09-07 · Ting Liu, Yue Hu, Wansen Wu, Youkai Wang 외

Pretrained visual-language models have extensive world knowledge and are widely used in visual and language navigation (VLN). However, they are not sensitive to indoor scenarios for VLN tasks. Another challenge for VLN i…

Contrastive Learningcross-modal alignmentVision and Language NavigationWorld Knowledge

Dual Modality Prompt Tuning for Vision-Language Pre-Trained Model

2022-08-17 · Yinghui Xing, Qirui Wu, De Cheng, Shizhou Zhang 외

With the emergence of large pre-trained vison-language model like CLIP, transferable representations can be adapted to a wide range of downstream tasks via prompt tuning. Prompt tuning tries to probe the beneficial infor…

General KnowledgeLanguage ModellingVisual Prompt Tuning

Unleashing the Power of Vision-Language Models for Long-Tailed Multi-Label Visual Recognition

2025-11-25 · Wei Tang, Zuo-Zheng Wang, Kun Zhang, Tong Wei 외 arxiv

Long-tailed multi-label visual recognition poses a significant challenge, as images typically contain multiple labels with highly imbalanced class distributions, leading to biased models that favor head classes while und…

parameter-efficient fine-tuningImage-text matching