Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Exploring the Transferability of Visual Prompting for Multimodal Large Language Models

About

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.

Yichi Zhang, Yinpeng Dong, Siyuan Zhang, Tianzan Min, Hang Su, Jun Zhu• 2024

Related benchmarks

TaskDatasetResultRank
Hallucination EvaluationPOPE (test)
MiniGPT-4 Score68.73
10
Multimodal ReasoningHateful Memes (HM) (test)
MiniGPT-4 Score62.33
10
Object CountingCLEVR (test)
MiniGPT-4 Score53.6
10
object recognitionCIFAR-10 (test)
MiniGPT-4 Accuracy98.33
10
object recognitionImageNette (test)
MiniGPT-4 Score97.71
10
object recognitionSVHN (test)
MiniGPT-482.58
10
object recognitionCIFAR-100
MiniGPT-4 Score75.36
10
object recognitionPet37
MiniGPT-459.53
10
object recognitionAircraft
MiniGPT-4 Score33.99
10
object recognitionFood101
MiniGPT-4 Score64.16
10
Showing 10 of 10 rows

Other info

Code

Follow for update