CausalSpatial: A Benchmark for Object-Centric Causal Spatial Reasoning
Wenxin Ma, Chenlong Wang, Ruisheng Yuan, Hao Chen, Nanru Dai, S. Kevin Zhou, Yijun Yang, Alan Yuille, Jieneng Chen
TL;DR
CausalSpatial defines a novel benchmark to evaluate object-centric causal spatial reasoning across four tasks (Collision, Compatibility, Occlusion, Trajectory) and reveals a substantial gap between human and state-of-the-art multimodal LLMs, largely due to reliance on ungrounded textual Chain-of-Thought. To address this, the authors propose Causal Object World Model (COW), an object-centric world model that externalizes dynamics by generating trajectory-controlled videos, providing explicit visual grounding to support temporally consistent reasoning. Across extensive evaluations, COW yields measurable improvements in collision and trajectory prediction by grounding the model in physically plausible visuals, though challenges remain for long-horizon occlusion and accurate 3D parameter estimation. The work contributes both a public dataset/code and a pathway toward integrating explicit visual simulations with language models to advance robust, grounded causal spatial reasoning in AI systems.
Abstract
Humans can look at a static scene and instantly predict what happens next -- will moving this object cause a collision? We call this ability Causal Spatial Reasoning. However, current multimodal large language models (MLLMs) cannot do this, as they remain largely restricted to static spatial perception, struggling to answer "what-if" questions in a 3D scene. We introduce CausalSpatial, a diagnostic benchmark evaluating whether models can anticipate consequences of object motions across four tasks: Collision, Compatibility, Occlusion, and Trajectory. Results expose a severe gap: humans score 84% while GPT-5 achieves only 54%. Why do MLLMs fail? Our analysis uncovers a fundamental deficiency: models over-rely on textual chain-of-thought reasoning that drifts from visual evidence, producing fluent but spatially ungrounded hallucinations. To address this, we propose the Causal Object World model (COW), a framework that externalizes the simulation process by generating videos of hypothetical dynamics. With explicit visual cues of causality, COW enables models to ground their reasoning in physical reality rather than linguistic priors. We make the dataset and code publicly available here: https://github.com/CausalSpatial/CausalSpatial
