The Narrow Gate: Localized Image-Text Communication in Native Multimodal Models
Alessandro Serra, Francesco Ortu, Emanuele Panizon, Lucrezia Valeriani, Lorenzo Basile, Alessio Ansuini, Diego Doimo, Alberto Cazzaniga
TL;DR
This work uncovers a fundamental architectural phenomenon in native vision-language transformers: a narrow gate mediated by a single end-of-image token, [EOI], that concentrates visual-to-text transfer despite a persistent modality gap in the residual stream. Through ablations, activation patching, and targeted fine-tuning, the authors show that [EOI] causally controls image semantics and downstream text in native multimodal models, while non-native, LLM-backed models rely on distributed, multi-token communication. They provide a comprehensive toolkit for analyzing cross-modal information flow, including cross-modal attention metrics, neighborhood overlap, and knockout interventions, demonstrating that architecture and training regime drive whether communication is token-centric or distributed. The findings offer both interpretability benefits and practical avenues for robustness and controlled editing, while highlighting the trade-offs of narrow-gate communication and potential strategies to encourage more distributed transfer. The work lays a foundation for architecture-aware design and fine-tuning of multimodal models, with implications for reliability, steerability, and efficiency across image understanding and generation tasks.
Abstract
Recent advances in multimodal training have significantly improved the integration of image understanding and generation within a unified model. This study investigates how vision-language models (VLMs) handle image-understanding tasks, focusing on how visual information is processed and transferred to the textual domain. We compare native multimodal VLMs, models trained from scratch on multimodal data to generate both text and images, and non-native multimodal VLMs, models adapted from pre-trained large language models or capable of generating only text, highlighting key differences in information flow. We find that in native multimodal VLMs, image and text embeddings are more separated within the residual stream. Moreover, VLMs differ in how visual information reaches text: non-native multimodal VLMs exhibit a distributed communication pattern, where information is exchanged through multiple image tokens, whereas models trained natively for joint image and text generation tend to rely on a single post-image token that acts as a narrow gate for visual information. We show that ablating this single token significantly deteriorates image-understanding performance, whereas targeted, token-level interventions reliably steer image semantics and downstream text with fine-grained control.
