English

pySpatial: Generating 3D Visual Programs for Zero-Shot Spatial Reasoning

Computer Vision and Pattern Recognition 2026-03-03 v1

Abstract

Multi-modal Large Language Models (MLLMs) have demonstrated strong capabilities in general-purpose perception and reasoning, but they still struggle with tasks that require spatial understanding of the 3D world. To address this, we introduce pySpatial, a visual programming framework that equips MLLMs with the ability to interface with spatial tools via Python code generation. Given an image sequence and a natural-language query, the model composes function calls to spatial tools including 3D reconstruction, camera-pose recovery, novel-view rendering, etc. These operations convert raw 2D inputs into an explorable 3D scene, enabling MLLMs to reason explicitly over structured spatial representations. Notably, pySpatial requires no gradient-based fine-tuning and operates in a fully zero-shot setting. Experimental evaluations on the challenging MindCube and Omni3D-Bench benchmarks demonstrate that our framework pySpatial consistently surpasses strong MLLM baselines; for instance, it outperforms GPT-4.1-mini by 12.94% on MindCube. Furthermore, we conduct real-world indoor navigation experiments where the robot can successfully traverse complex environments using route plans generated by pySpatial, highlighting the practical effectiveness of our approach.

Keywords

Cite

@article{arxiv.2603.00905,
  title  = {pySpatial: Generating 3D Visual Programs for Zero-Shot Spatial Reasoning},
  author = {Zhanpeng Luo and Ce Zhang and Silong Yong and Cunxi Dai and Qianwei Wang and Haoxi Ran and Guanya Shi and Katia Sycara and Yaqi Xie},
  journal= {arXiv preprint arXiv:2603.00905},
  year   = {2026}
}

Comments

Accepted at ICLR 2026, Project Page: Our project: https://pySpatial.github.io

R2 v1 2026-07-01T10:57:39.763Z