Search papers, labs, and topics across Lattice.
This paper investigates viewpoint rotation understanding (VRU) in LLMs and VLMs using a novel text-based dataset where models must infer viewpoint and predict observations after multiple rotation steps. The study reveals that both LLMs and VLMs perform significantly worse than humans on this task, suggesting a deficiency in spatial intelligence from a linguistic perspective. Through layer-wise probing and causal intervention, the authors find that models encode viewpoint information but struggle to bind viewpoint position with corresponding observations, and they show that selectively fine-tuning key attention heads improves VRU performance.
LLMs and VLMs can encode viewpoint, but they still hallucinate observations when reasoning about viewpoint rotation, revealing a critical gap in their spatial intelligence.
Over the past year, spatial intelligence has drawn increasing attention. Many prior works study it from the perspective of visual-spatial intelligence, where models have access to visuospatial information from visual inputs. However, in the absence of visual information, whether linguistic intelligence alone is sufficient to endow models with spatial intelligence, and how models perform relevant tasks with text-only inputs still remain unexplored. Therefore, in this paper, we focus on a fundamental and critical capability in spatial intelligence from a linguistic perspective: viewpoint rotation understanding (VRU). Specifically, LLMs and VLMs are asked to infer their final viewpoint and predict the corresponding observation in an environment given textual description of viewpoint rotation and observation over multiple steps. We find that both LLMs and VLMs perform poorly on our proposed dataset while human can easily achieve 100% accuracy, indicating a substantial gap between current model capabilities and the requirements of spatial intelligence. To uncover the underlying mechanisms, we conduct a layer-wise probing analysis and head-wise causal intervention. Our findings reveal that although models encode viewpoint information in the hidden states, they appear to struggle to bind the viewpoint position with corresponding observation, resulting in a hallucination in final layers. Finally, we selectively fine-tune the key attention heads identified by causal intervention to improve VRU performance. Experimental results demonstrate that such selective fine-tuning achieves improved VRU performance while avoiding catastrophic forgetting of generic abilities. Our dataset and code will be released at https://github.com/Young-Zhen/VRU_Interpret .