Linear Mechanisms for Spatiotemporal Reasoning in Vision Language Models
Raphi Kang, Hongqiao Chen, Georgia Gkioxari, Pietro Perona
TL;DR
The paper proposes spatiotemporal IDs as a simple, linear mechanism for spatiotemporal reasoning in Vision Language Models. Through causal interventions, it demonstrates that these IDs mediate intermediate and final beliefs, and shows how they can be extracted and used to diagnose and improve SoTA VLMs. The approach extends to video models, uncovering temporal IDs that parallel spatial IDs, and offers a Spatial Loss to guide finetuning for stronger, more interpretable models. Overall, the work advances interpretability and principled design of more aligned VLMs by revealing a linear, causally influential internal reasoning pathway.
Abstract
Spatio-temporal reasoning is a remarkable capability of Vision Language Models (VLMs), but the underlying mechanisms of such abilities remain largely opaque. We postulate that visual/geometrical and textual representations of spatial structure must be combined at some point in VLM computations. We search for such confluence, and ask whether the identified representation can causally explain aspects of input-output model behavior through a linear model. We show empirically that VLMs encode object locations by linearly binding \textit{spatial IDs} to textual activations, then perform reasoning via language tokens. Through rigorous causal interventions we demonstrate that these IDs, which are ubiquitous across the model, can systematically mediate model beliefs at intermediate VLM layers. Additionally, we find that spatial IDs serve as a diagnostic tool for identifying limitations in existing VLMs, and as a valuable learning signal. We extend our analysis to video VLMs and identify an analogous linear temporal ID mechanism. By characterizing our proposed spatiotemporal ID mechanism, we elucidate a previously underexplored internal reasoning process in VLMs, toward improved interpretability and the principled design of more aligned and capable models. We release our code for reproducibility: https://github.com/Raphoo/linear-mech-vlms.
