Do we Really Need Visual Instructions? Towards Visual Instruction-Free Fine-tuning for Large Vision-Language Models
Zikang Liu, Kun Zhou, Wayne Xin Zhao, Dawei Gao, Yaliang Li, Ji-Rong Wen
TL;DR
This work tackles the data and cost bottlenecks of visual instruction tuning for large vision-language models by proposing ViFT, a visual instruction-free fine-tuning framework. ViFT splits multimodal task solving into two independently learnable abilities—visual perception from image captions and task solving from text instructions—and then fuses them at inference via steering vectors. Across MathVista, MathVerse, and MathVision, ViFT and its caption-augmented variant ViFT-A achieve state-of-the-art results with substantially less training data, demonstrating strong data efficiency and robust multimodal fusion. The approach offers a scalable, low-cost path to enhancing LVLMs while preserving core language capabilities inherited from the backbone LLM.
Abstract
Visual instruction tuning has become the predominant technology in eliciting the multimodal task-solving capabilities of large vision-language models (LVLMs). Despite the success, as visual instructions require images as the input, it would leave the gap in inheriting the task-solving capabilities from the backbone LLMs, and make it costly to collect a large-scale dataset. To address it, we propose ViFT, a visual instruction-free fine-tuning framework for LVLMs. In ViFT, we only require the text-only instructions and image caption data during training, to separately learn the task-solving and visual perception abilities. During inference, we extract and combine the representations of the text and image inputs, for fusing the two abilities to fulfill multimodal tasks. Experimental results demonstrate that ViFT can achieve state-of-the-art performance on several visual reasoning and visual instruction following benchmarks, with rather less training data. Our code and data will be publicly released.
