Can LLMs See Without Pixels? Benchmarking Spatial Intelligence from Textual Descriptions
Zhongbin Guo, Zhen Yang, Yushan Li, Xinyue Zhang, Wenyu Gao, Jiacheng Wang, Chengzhi Li, Xiangrui Liu, Ping Jian
TL;DR
This work addresses whether spatial intelligence in AI systems stems from visual perception or the underlying reasoning backbone. It introduces SiT-Bench, a large-scale textual benchmark that decouples spatial cognition from perception by using coordinate-aware, pixel-free descriptions across 17 subtasks and five dimensions. Through extensive evaluation of SOTA LLMs and VLMs, the study reveals that while models excel at localized semantic tasks, global consistency and perspective transformation remain challenging, and explicit reasoning (chain-of-thought) substantially boosts performance, signaling latent world-modeling in LLMs. The benchmark, data pipeline, and analysis collectively provide a principled resource to guide the development of spatially-grounded LLM backbones for future vision-language systems and embodied agents, with the authors releasing code and data to support open research.
Abstract
Recent advancements in Spatial Intelligence (SI) have predominantly relied on Vision-Language Models (VLMs), yet a critical question remains: does spatial understanding originate from visual encoders or the fundamental reasoning backbone? Inspired by this question, we introduce SiT-Bench, a novel benchmark designed to evaluate the SI performance of Large Language Models (LLMs) without pixel-level input, comprises over 3,800 expert-annotated items across five primary categories and 17 subtasks, ranging from egocentric navigation and perspective transformation to fine-grained robotic manipulation. By converting single/multi-view scenes into high-fidelity, coordinate-aware textual descriptions, we challenge LLMs to perform symbolic textual reasoning rather than visual pattern matching. Evaluation results of state-of-the-art (SOTA) LLMs reveals that while models achieve proficiency in localized semantic tasks, a significant "spatial gap" remains in global consistency. Notably, we find that explicit spatial reasoning significantly boosts performance, suggesting that LLMs possess latent world-modeling potential. Our proposed dataset SiT-Bench serves as a foundational resource to foster the development of spatially-grounded LLM backbones for future VLMs and embodied agents. Our code and benchmark will be released at https://github.com/binisalegend/SiT-Bench .
