Re-Imagining Multimodal Instruction Tuning: A Representation View
Yiyang Liu, James Chenhao Liang, Ruixiang Tang, Yugyung Lee, Majid Rabbani, Sohail Dianat, Raghuveer Rao, Lifu Huang, Dongfang Liu, Qifan Wang, Cheng Han
TL;DR
The paper tackles the challenge of zero-shot generalization in large multimodal models without incurring the heavy costs of full fine-tuning. It introduces Multimodal Representation Tuning (MRT), a framework that freezes the backbone and learns lightweight, low-rank representation editors to modify visual, cross-modality, and textual multimodal representations, enabling substantial performance gains with minimal parameter updates. MRT achieves state-of-the-art results on the MME benchmark, approaches full fine-tuning performance with only a fraction of trainable parameters, and demonstrates token-level controllability for robust, counterfactual manipulation of outputs. The work contributes a principled, interpretable approach to multimodal PEFT, provides extensive ablations on rank and editing strategies, and opens avenues for safer, more controllable multimodal systems in practical settings.
Abstract
Multimodal instruction tuning has proven to be an effective strategy for achieving zero-shot generalization by fine-tuning pre-trained Large Multimodal Models (LMMs) with instruction-following data. However, as the scale of LMMs continues to grow, fully fine-tuning these models has become highly parameter-intensive. Although Parameter-Efficient Fine-Tuning (PEFT) methods have been introduced to reduce the number of tunable parameters, a significant performance gap remains compared to full fine-tuning. Furthermore, existing PEFT approaches are often highly parameterized, making them difficult to interpret and control. In light of this, we introduce Multimodal Representation Tuning (MRT), a novel approach that focuses on directly editing semantically rich multimodal representations to achieve strong performance and provide intuitive control over LMMs. Empirical results show that our method surpasses current state-of-the-art baselines with significant performance gains (e.g., 1580.40 MME score) while requiring substantially fewer tunable parameters (e.g., 0.03% parameters). Additionally, we conduct experiments on editing instrumental tokens within multimodal representations, demonstrating that direct manipulation of these representations enables simple yet effective control over network behavior.
