Towards Understanding Multimodal Fine-Tuning: Spatial Features
Lachin Naghashyar, Hunar Batra, Ashkan Khakzar, Philip Torr, Ronald Clark, Christian Schroeder de Witt, Constantin Venhoff
TL;DR
Vision-language models gain performance through multimodal fine-tuning, but how language backbones adapt to visual grounding remains unclear. The authors extend stage-wise model diffing to multimodal settings, using sparse autoencoders to track feature-level shifts in a LLaMA-based backbone trained on VQAv2, revealing how vision grounding reshapes language representations. They identify vision-preferring features that rotate during training, isolate a compact subset that encodes spatial relations, and causally attribute them to a small group of mid-layer attention heads. The work provides a mechanistic, interpretable framework for auditing multimodal training and guiding targeted fine-tuning to refine vision-grounded capabilities.
Abstract
Contemporary Vision-Language Models (VLMs) achieve strong performance on a wide range of tasks by pairing a vision encoder with a pre-trained language model, fine-tuned for visual-text inputs. Yet despite these gains, it remains unclear how language backbone representations adapt during multimodal training and when vision-specific capabilities emerge. In this work, we present the first mechanistic analysis of VLM adaptation. Using stage-wise model diffing, a technique that isolates representational changes introduced during multimodal fine-tuning, we reveal how a language model learns to "see". We first identify vision-preferring features that emerge or reorient during fine-tuning. We then show that a selective subset of these features reliably encodes spatial relations, revealed through controlled shifts to spatial prompts. Finally, we trace the causal activation of these features to a small group of attention heads. Our findings show that stage-wise model diffing reveals when and where spatially grounded multimodal features arise. It also provides a clearer view of modality fusion by showing how visual grounding reshapes features that were previously text-only. This methodology enhances the interpretability of multimodal training and provides a foundation for understanding and refining how pretrained language models acquire vision-grounded capabilities.
