News

How Visual Instruction Tuning Bridges Modalities in LLMs

· Luis Palacios, Lorenzo Basile, Diego Doimo, Alberto Cazzaniga

How Visual Instruction Tuning Bridges Modalities in LLMs

A new paper from researchers studying vision language models reveals something surprising about how these systems actually work.…

A new paper from researchers studying vision language models reveals something surprising about how these systems actually work. The team analyzed multiple AI architectures and found that when you fine tune a large language model to understand images, the visual information doesn't spread evenly across the neural network. Instead, it gets jammed straight into the middle layers, skipping the early processing stages entirely.

Think of the language model as a stack of abstraction levels. The early layers handle basic text patterns. The middle layers deal with more complex semantic meaning. And the late layers prepare the final response. What these researchers discovered is that visual instruction tuning essentially hijacks those middle semantic layers. When they probed the network and ran causal intervention tests, those intermediate layers turned out to be the critical core for vision language performance. Knocking them out hurt accuracy on multimodal benchmarks. Messing with the early or late layers? Barely a dent.

The team also compared the geometric shapes of visual and textual representations inside the model. They found that fine tuning doesn't create new processing pathways. It just extends and reinforces existing ones, aligning visual features to match pre existing textual abstractions. This suggests the model isn't learning to see so much as learning to translate visual data into its existing language shaped worldview.

Here's the practical takeaway. The researchers showed you can restrict fine tuning to just those intermediate layers and get nearly identical performance on vision centric tasks, while cutting training time significantly. So multimodal integration isn't some sweeping transformation of the entire model. It's a localized phenomenon. The LLM's internal abstraction engine gets repurposed. And that insight could lead to much more efficient training methods for future multimodal systems.

Original source