Textual Steering Vectors Can Improve Visual Understanding in Multimodal Large Language Models
Woody Haosheng Gan, Deqing Fu, Julian Asilis, Ollie Liu, Dani Yogatama, Vatsal Sharan, Robin Jia, Willie Neiswanger
TL;DR
The paper tackles how to improve visual understanding in multimodal large language models without updating model parameters. It introduces a plug-and-play framework that derives textual steering vectors from text-only backbones using Sparse Autoencoders, Mean Shift, and Linear Probing, and applies them to multimodal activations. Across multiple open-weight MLLMs and CV-Bench tasks, text-derived steering consistently boosts grounding and visual reasoning, with Mean Shift often delivering the strongest gains and prompting serving as a weaker baseline. The approach generalizes to out-of-distribution datasets, suggesting a lightweight, data-efficient path to enhance cross-modal grounding in MLLMs.
Abstract
Steering methods have emerged as effective and targeted tools for guiding large language models' (LLMs) behavior without modifying their parameters. Multimodal large language models (MLLMs), however, do not currently enjoy the same suite of techniques, due in part to their recency and architectural diversity. Inspired by this gap, we investigate whether MLLMs can be steered using vectors derived from their text-only LLM backbone, via sparse autoencoders (SAEs), mean shift, and linear probing. We find that text-derived steering consistently enhances multimodal accuracy across diverse MLLM architectures and visual tasks. In particular, mean shift boosts spatial relationship accuracy on CV-Bench by up to +7.3% and counting accuracy by up to +3.3%, outperforming prompting and exhibiting strong generalization to out-of-distribution datasets. These results highlight textual steering vectors as a powerful, efficient mechanism for enhancing grounding in MLLMs with minimal additional data collection and computational overhead.
