MePT: Multi-Representation Guided Prompt Tuning for Vision-Language Model
Xinyang Wang, Yi Yang, Minfeng Zhu, Kecheng Zheng, Shi Liu, Wei Chen
TL;DR
This work tackles the reliance of prompt tuning on a single global image representation in vision-language models. It introduces MePT, a three-branch framework—global, augmented, and vanilla image representations—coupled with a parameter-efficient self-ensemble to capture diverse visual cues and improve generalization. Through extensive experiments on base-to-novel generalization, cross-dataset transfer, and segmentation across 11 datasets, MePT consistently outperforms strong baselines and demonstrates notable gains on domain-shift tasks, especially when distribution gaps are large. The approach highlights the value of visual prompts in enriching image representations and provides a practical, robust path for adapting VLMs to diverse downstream scenarios.
Abstract
Recent advancements in pre-trained Vision-Language Models (VLMs) have highlighted the significant potential of prompt tuning for adapting these models to a wide range of downstream tasks. However, existing prompt tuning methods typically map an image to a single representation, limiting the model's ability to capture the diverse ways an image can be described. To address this limitation, we investigate the impact of visual prompts on the model's generalization capability and introduce a novel method termed Multi-Representation Guided Prompt Tuning (MePT). Specifically, MePT employs a three-branch framework that focuses on diverse salient regions, uncovering the inherent knowledge within images which is crucial for robust generalization. Further, we employ efficient self-ensemble techniques to integrate these versatile image representations, allowing MePT to learn all conditional, marginal, and fine-grained distributions effectively. We validate the effectiveness of MePT through extensive experiments, demonstrating significant improvements on both base-to-novel class prediction and domain generalization tasks.
