Towards Robust Instruction Tuning on Multimodal Large Language Models
Wei Han, Hui Chen, Soujanya Poria
TL;DR
The paper tackles the high cost of generating large-scale multimodal instruction-following data by introducing InstrExp, an automatic instruction augmentation framework that expands a small set of meta-instructions up to about 30x. It builds the MIns+ dataset through meta-prompt guided generation, Placeholder-Protected Generation, and rule-based postprocessing, followed by fine-tuning multimodal LLMs on the augmented data. Empirical results across multiple base models (OFA, InstructBLIP, LLaVA) and benchmarks (MultiInstruct, InstructBLIP, MMMU) show that MIns+ consistently improves task alignment and zero-shot generalization, often matching or surpassing the gains from substantially larger manually curated datasets. The work demonstrates significant practical impact by reducing human labor and achieving robust improvements across a spectrum of multimodal tasks, with insights into task attributes and sampling strategies that influence effectiveness.
Abstract
Fine-tuning large language models (LLMs) on multi-task instruction-following data has been proven to be a powerful learning paradigm for improving their zero-shot capabilities on new tasks. Recent works about high-quality instruction-following data generation and selection require amounts of human labor to conceive model-understandable instructions for the given tasks and carefully filter the LLM-generated data. In this work, we introduce an automatic instruction augmentation method named INSTRAUG in multimodal tasks. It starts from a handful of basic and straightforward meta instructions but can expand an instruction-following dataset by 30 times. Results on two popular multimodal instructionfollowing benchmarks MULTIINSTRUCT and InstructBLIP show that INSTRAUG can significantly improve the alignment of multimodal large language models (MLLMs) across 12 multimodal tasks, which is even equivalent to the benefits of scaling up training data multiple times.
