English

Thinking with Spatial Code for Physical-World Video Reasoning

Computer Vision and Pattern Recognition 2026-03-09 v1

Abstract

We introduce Thinking with Spatial Code, a framework that transforms RGB video into explicit, temporally coherent 3D representations for physical-world visual question answering. We highlight the empirical finding that our proposed spatial encoder can parse videos into structured spatial code with explicit 3D oriented bounding boxes and semantic labels, enabling large language models (LLMs) to reason directly over explicit spatial variables. Specifically, we propose the spatial encoder that encodes image and geometric features by unifying 6D object parsing and tracking backbones with geometric prediction, and we further finetuning LLMs with reinforcement learning using a spatial rubric reward that encourages perspective-aware, geometrically grounded inference. As a result, our model outperforms proprietary vision-language models on VSI-Bench, setting a new state-of-the-art. Code is available at https://github.com/Beckschen/spatialcode.

Keywords

Cite

@article{arxiv.2603.05591,
  title  = {Thinking with Spatial Code for Physical-World Video Reasoning},
  author = {Jieneng Chen and Wenxin Ma and Ruisheng Yuan and Yunzhi Zhang and Jiajun Wu and Alan Yuille},
  journal= {arXiv preprint arXiv:2603.05591},
  year   = {2026}
}

Comments

Code at https://github.com/Beckschen/spatialcode

R2 v1 2026-07-01T11:05:37.593Z