paper-with-me

Papers

Task-Aware Clustering for Prompting Vision-Language Models

2025-01-01 · CVPR 2025 1 · Fusheng Hao, Fengxiang He, Fuxiang Wu, Tichao Wang, Chengqun Song, Jun Cheng

Prompt learning has attracted widespread attention in adapting vision-language models to downstream tasks. Existing methods largely rely on optimization strategies to ensure the task-awareness of learnable prompts. Due to the scarcity of task-specific data, overfitting is prone to occur. The resulting prompts often do not generalize well or exhibit limited task-awareness. To address this issue, we propose a novel Task-Aware Clustering (TAC) framework for prompting vision-language models, which increases the task-awareness of learnable prompts by introducing task-aware pre-context. The key ingredients are as follows: (a) generating task-aware pre-context based on task-aware clustering that can preserve the backbone structure of a downstream task with only a few clustering centers, (b) enhancing the task-awareness of learnable prompts by enabling them to interact with task-aware pre-context via the well-pretrained encoders, and (c) preventing the visual task-aware pre-context from interfering the interaction between patch embeddings by masked attention mechanism. Extensive experiments are conducted on benchmark datasets, covering the base-to-novel, domain generalization, and cross-dataset transfer settings. Ablation studies validate the effectiveness of key ingredients. Comparative results show the superiority of our TAC over competitive counterparts. The code is available at https://github.com/FushengHao/TAC.

📄 PDF Abstract BibTeX

Code (1)

fushenghao/tac 공식 구현 pytorch

Tasks

ClusteringDomain GeneralizationPrompt Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

IAP: Improving Continual Learning of Vision-Language Models via Instance-Aware Prompting

2025-03-26 · Hao Fu, Hanbin Zhao, Jiahua Dong, Chao Zhang 외

Recent pre-trained vision-language models (PT-VLMs) often face a Multi-Domain Class-Incremental Learning (MCIL) scenario in practice, where several classes and domains of multi-modal tasks are incrementally arrived. With…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Context-Aware Hierarchical Taxonomy Generation for Scientific Papers via LLM-Guided Multi-Aspect Clustering

2025-09-23 · Kun Zhu, Lizi Liao, Yuxuan Gu, Lei Huang 외 arxiv

The rapid growth of scientific literature demands efficient methods to organize and synthesize research findings. Existing taxonomy construction methods, leveraging unsupervised clustering or direct prompting of large la…

CLIP also Understands Text: Prompting CLIP for Phrase Understanding

2022-10-11 · An Yan, Jiacheng Li, Wanrong Zhu, Yujie Lu 외

Contrastive Language-Image Pretraining (CLIP) efficiently learns visual concepts by pre-training with natural language supervision. CLIP and its visual encoder have been explored on various vision and language tasks and …

ClusteringTransfer Learning

CLASH: Collaborative Large-Small Hierarchical Framework for Continuous Vision-and-Language Navigation

2025-12-11 · Liuyi Wang, Zongtao He, Jinlong Li, Ruihao Xia 외 arxiv

Vision-and-Language Navigation (VLN) requires robots to follow natural language instructions and navigate complex environments without prior maps. While recent vision-language large models demonstrate strong reasoning ab…

Delving into Multimodal Prompting for Fine-grained Visual Classification

2023-09-16 · Xin Jiang, Hao Tang, Junyao Gao, Xiaoyu Du 외

Fine-grained visual classification (FGVC) involves categorizing fine subdivisions within a broader category, which poses challenges due to subtle inter-class discrepancies and large intra-class variations. However, preva…

ClassificationFine-Grained Image Classification