Learning to Instruct for Visual Instruction Tuning
Zhihan Zhou, Feng Hong, Jiaan Luo, Jiangchao Yao, Dongsheng Li, Bo Han, Ya Zhang, Yanfeng Wang
TL;DR
This work tackles overfitting and shortcut learning in visual instruction tuning for multimodal LLMs by introducing Learning to InstrucT (L2T), which jointly learns to generate image-conditioned instructions and responses. The approach adds a template-removal mechanism to focus learning on meaningful visual content and applies the Learn-to-Instruct objective during finetuning, keeping pretraining data unchanged. Empirically, L2T achieves up to $8.5\%$ overall improvement across 16 benchmarks, with pronounced gains in OCR and image captioning, and substantial reductions in hallucinations across multiple evaluation suites. The method is orthogonal to existing MLLM improvements, incurs negligible computational overhead, and broadly enhances visual grounding and data efficiency, offering a scalable path to safer, more reliable multimodal models.
Abstract
We propose L2T, an advancement of visual instruction tuning (VIT). While VIT equips Multimodal LLMs (MLLMs) with promising multimodal capabilities, the current design choices for VIT often result in overfitting and shortcut learning, potentially degrading performance. This gap arises from an overemphasis on instruction-following abilities, while neglecting the proactive understanding of visual information. Inspired by this, L2T adopts a simple yet effective approach by incorporating the loss function into both the instruction and response sequences. It seamlessly expands the training data, and regularizes the MLLMs from overly relying on language priors. Based on this merit, L2T achieves a significant relative improvement of up to 9% on comprehensive multimodal benchmarks, requiring no additional training data and incurring negligible computational overhead. Surprisingly, L2T attains exceptional fundamental visual capabilities, yielding up to an 18% improvement in captioning performance, while simultaneously alleviating hallucination in MLLMs. Github code: https://github.com/Feng-Hong/L2T.
