Towards Interpreting Visual Information Processing in Vision-Language Models
Clement Neo, Luke Ong, Philip Torr, Mor Geva, David Krueger, Fazl Barez
TL;DR
Interpretability of vision-language models remains challenging. The authors analyze LLaVA using ablations, logit lens probing, and attention knockout to map where object information lives, how visual representations refine toward vocabulary-like concepts, and how information flows to the output token. They find object details localize to object-position visual tokens, visual-token embeddings align with interpretable textual concepts across layers, and object signals are extracted at the last token position in mid-to-late layers, with attention flows confirming direct reliance on object tokens. These results advance mechanistic understanding of multimodal processing and inform the design of more interpretable and controllable VLMs.
Abstract
Vision-Language Models (VLMs) are powerful tools for processing and understanding text and images. We study the processing of visual tokens in the language model component of LLaVA, a prominent VLM. Our approach focuses on analyzing the localization of object information, the evolution of visual token representations across layers, and the mechanism of integrating visual information for predictions. Through ablation studies, we demonstrated that object identification accuracy drops by over 70\% when object-specific tokens are removed. We observed that visual token representations become increasingly interpretable in the vocabulary space across layers, suggesting an alignment with textual tokens corresponding to image content. Finally, we found that the model extracts object information from these refined representations at the last token position for prediction, mirroring the process in text-only language models for factual association tasks. These findings provide crucial insights into how VLMs process and integrate visual information, bridging the gap between our understanding of language and vision models, and paving the way for more interpretable and controllable multimodal systems.
