paper-with-me

홈 › Papers

Distribution-Aware Prompt Tuning for Vision-Language Models

2023-09-06 · ICCV 2023 1 · Eulrang Cho, Jooyeon Kim, Hyunwoo J. Kim

Pre-trained vision-language models (VLMs) have shown impressive performance on various downstream tasks by utilizing knowledge learned from large data. In general, the performance of VLMs on target tasks can be further improved by prompt tuning, which adds context to the input image or text. By leveraging data from target tasks, various prompt-tuning methods have been studied in the literature. A key to prompt tuning is the feature space alignment between two modalities via learnable vectors with model parameters fixed. We observed that the alignment becomes more effective when embeddings of each modality are `well-arranged' in the latent space. Inspired by this observation, we proposed distribution-aware prompt tuning (DAPT) for vision-language models, which is simple yet effective. Specifically, the prompts are learned by maximizing inter-dispersion, the distance between classes, as well as minimizing the intra-dispersion measured by the distance between embeddings from the same class. Our extensive experiments on 11 benchmark datasets demonstrate that our method significantly improves generalizability. The code is available at https://github.com/mlvlab/DAPT.

📄 PDF Abstract BibTeX arXiv:2309.03406

Code (1)

mlvlab/dapt 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CAPT: Class-Aware Prompt Tuning for Federated Long-Tailed Learning with Vision-Language Model

2025-03-10 · Shihao Hou, Xinyi Shang, Shreyank N Gowda, Yang Lu 외

Effectively handling the co-occurrence of non-IID data and long-tailed distributions remains a critical challenge in federated learning. While fine-tuning vision-language models (VLMs) like CLIP has shown to be promising…

Federated LearningLanguage ModelingLanguage ModellingPrompt Learning

DA-VPT: Semantic-Guided Visual Prompt Tuning for Vision Transformers

2025-05-29 · CVPR 2025 1 · Li Ren, Chen Chen, Liqiang Wang, Kien Hua

Visual Prompt Tuning (VPT) has become a promising solution for Parameter-Efficient Fine-Tuning (PEFT) approach for Vision Transformer (ViT) models by partially fine-tuning learnable tokens while keeping most model parame…

Metric Learningparameter-efficient fine-tuningVisual Prompt Tuning

Vision-aware Multimodal Prompt Tuning for Uploadable Multi-source Few-shot Domain Adaptation

2025-03-08 · Kuanghong Liu, Jin Wang, Kangjian He, Dan Xu 외

Conventional multi-source domain few-shot adaptation (MFDA) faces the challenge of further reducing the load on edge-side devices in low-resource scenarios. Considering the native language-supervised advantage of CLIP an…

Domain Adaptation

Focus on What Matters: Enhancing Medical Vision-Language Models with Automatic Attention Alignment Tuning

2025-05-24 · Aofei Chang, Le Huang, Alex James Boyd, Parminder Bhatia 외

Medical Large Vision-Language Models (Med-LVLMs) often exhibit suboptimal attention distribution on visual inputs, leading to hallucinated or inaccurate outputs. Existing mitigation methods primarily rely on inference-ti…

Visual Question Answering (VQA)

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