Search papers, labs, and topics across Lattice.
The paper introduces RieMind, an agentic framework that decouples perception and reasoning for improved spatial understanding of indoor scenes by grounding an LLM in an explicit 3D scene graph (3DSG). RieMind interacts with the scene through geometric tools, accessing object dimensions, distances, poses, and spatial relationships derived from ground-truth annotations to isolate reasoning performance. Experiments on the VSI-Bench dataset demonstrate that RieMind achieves significantly higher spatial reasoning performance (up to 16% improvement) compared to previous approaches, and 33-50% better than base VLMs, without task-specific fine-tuning.
Forget end-to-end video understanding: RieMind shows that explicitly grounding LLMs in 3D scene graphs unlocks a 16% jump in spatial reasoning, suggesting structured representations are the key.
Visual Language Models (VLMs) have increasingly become the main paradigm for understanding indoor scenes, but they still struggle with metric and spatial reasoning. Current approaches rely on end-to-end video understanding or large-scale spatial question answering fine-tuning, inherently coupling perception and reasoning. In this paper, we investigate whether decoupling perception and reasoning leads to improved spatial reasoning. We propose an agentic framework for static 3D indoor scene reasoning that grounds an LLM in an explicit 3D scene graph (3DSG). Rather than ingesting videos directly, each scene is represented as a persistent 3DSG constructed by a dedicated perception module. To isolate reasoning performance, we instantiate the 3DSG from ground-truth annotations. The agent interacts with the scene exclusively through structured geometric tools that expose fundamental properties such as object dimensions, distances, poses, and spatial relationships. The results we obtain on the static split of VSI-Bench provide an upper bound under ideal perceptual conditions on the spatial reasoning performance, and we find that it is significantly higher than previous works, by up to 16\%, without task specific fine-tuning. Compared to base VLMs, our agentic variant achieves significantly better performance, with average improvements between 33\% to 50\%. These findings indicate that explicit geometric grounding substantially improves spatial reasoning performance, and suggest that structured representations offer a compelling alternative to purely end-to-end visual reasoning.