Exploring the Transferability of Visual Prompting for Multimodal Large Language Models
Yichi Zhang, Yinpeng Dong, Siyuan Zhang, Tianzan Min, Hang Su, Jun Zhu
TL;DR
This work tackles the efficiency gap in adapting diverse Multimodal Large Language Models (MLLMs) by proposing Transferable Visual Prompting (TVP), which learns a shared visual prompt on one model that transfers to others. TVP introduces two complementary strategies—Feature Consistency Alignment (FCA) to preserve task-agnostic pre-trained knowledge and Task Semantics Enrichment (TSE) to inject task-specific semantics guided by CLIP—resulting in improved cross-model performance across 10 diverse tasks and 6 MLLMs. Empirical results show TVP outperforms traditional visual prompting and enables gains through model ensembling, data-scale resilience, cross-dataset generalization, and robustness to common image corruptions, while maintaining favorable computational efficiency. The findings support a practical, PaaS-aligned approach for plug-in prompts capable of benefiting multiple models without per-model fine-tuning, with broad implications for deployable multimodal systems.
Abstract
Although Multimodal Large Language Models (MLLMs) have demonstrated promising versatile capabilities, their performance is still inferior to specialized models on downstream tasks, which makes adaptation necessary to enhance their utility. However, fine-tuning methods require independent training for every model, leading to huge computation and memory overheads. In this paper, we propose a novel setting where we aim to improve the performance of diverse MLLMs with a group of shared parameters optimized for a downstream task. To achieve this, we propose Transferable Visual Prompting (TVP), a simple and effective approach to generate visual prompts that can transfer to different models and improve their performance on downstream tasks after trained on only one model. We introduce two strategies to address the issue of cross-model feature corruption of existing visual prompting methods and enhance the transferability of the learned prompts, including 1) Feature Consistency Alignment: which imposes constraints to the prompted feature changes to maintain task-agnostic knowledge; 2) Task Semantics Enrichment: which encourages the prompted images to contain richer task-specific semantics with language guidance. We validate the effectiveness of TVP through extensive experiments with 6 modern MLLMs on a wide variety of tasks ranging from object recognition and counting to multimodal reasoning and hallucination correction.
