Papers › SpatialAct: Probing Spatial Reasoning-to-Action Capabilities of VLM Agents in 3D Scenes

SpatialAct: Probing Spatial Reasoning-to-Action Capabilities of VLM Agents in 3D Scenes

29 May 2026arXiv:2605.31148added by Syntology

Tianhui Liu, Jie Feng, Zhiheng Zheng, Shengyuan Wang, Yiming Guo, Yanxin Xi, Hangyu Fan, Yong Li, Pan Hui

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Humans can effortlessly perceive spatial layouts, form cognitive representations, reason about spatial relations, and translate such reasoning into actions in everyday 3D environments. Although recent vision-language models (VLMs) have shown promising performance on observation-conditioned spatial perception and reasoning tasks, it remains unclear whether they can build coherent spatial understanding, act upon it, and refine their actions through multi-turn feedback. To study this problem, we introduce \textbf{SpatialAct}, a simulator-grounded benchmark for probing \textit{action-conditioned spatial reasoning} in 3D scenes. Starting from the most challenging setting, Multi-turn Interactive Refinement, we further design its decomposed counterpart, Single-step Error Detection and Fix, together with five fundamental spatial ability tasks to diagnose the underlying causes of model failures. Experiments reveal a clear reasoning-to-action gap: current VLMs can perform well on isolated spatial reasoning tasks, but struggle to maintain coherent spatial beliefs and produce reliable actions during multi-turn feedback, substantially underperforming humans. These results suggest that current VLM agents still lack robust spatial state tracking under action-induced environment changes, even when low-level control is abstracted away.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.31148")

Code

Syntology Ran 10 of 13 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tsinghua-fib-lab/SpatialAct found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 10 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
3unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tsinghua-fib-lab/SpatialAct. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

assign_independent_labels tsinghua-fib-lab/SpatialAct/data_construct/mental_rotation/indoor_mental_rotation_construct.py found in paper text by Syntology ran MIT (permissive) · 2b2b38c53638d5ec · report
assign_independent_labels tsinghua-fib-lab/SpatialAct/data_construct/spatial_orientation/indoor_spatial_orientation_construct.py found in paper text by Syntology ran MIT (permissive) · 3ac899a162c8191e · report
augment_overlap_whitelist_with_surface_support tsinghua-fib-lab/SpatialAct/data_construct/single_step/indoor_error_mode_construct.py found in paper text by Syntology ran MIT (permissive) · d67ba3adbc8ed4f6 · report
convert_layout_to_objects tsinghua-fib-lab/SpatialAct/data_construct/mental_rotation/indoor_mental_rotation_construct.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ff2d7a5ff1b29809 · report
convert_layout_to_objects tsinghua-fib-lab/SpatialAct/data_construct/spatial_orientation/indoor_spatial_orientation_construct.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 17e9988430248faa · report
load_whitelist_pairs tsinghua-fib-lab/SpatialAct/data_construct/single_step/indoor_error_mode_construct.py found in paper text by Syntology ran MIT (permissive) · e1c39e054913354e · report
qa_iso_task1_extreme_object_top_direction_mcq tsinghua-fib-lab/SpatialAct/data_construct/spatial_orientation/indoor_spatial_orientation_construct.py found in paper text by Syntology ran MIT (permissive) · d15aa30270d8687b · report
reframe_image_focus_buildings tsinghua-fib-lab/SpatialAct/data_construct/mental_rotation/region_mental_rotation_construct.py found in paper text by Syntology ran MIT (permissive) · 4f982ddcc77927e2 · report
resolve_input_paths tsinghua-fib-lab/SpatialAct/data_construct/multi-turn/region_multi_step_error_construct.py found in paper text by Syntology ran fingerprinted MIT (permissive) · f175f9a8b6376753 · report
trim_image_to_alpha_bbox tsinghua-fib-lab/SpatialAct/data_construct/mental_rotation/region_mental_rotation_construct.py found in paper text by Syntology ran MIT (permissive) · 93d29b2f83c49998 · report
build_wall_path tsinghua-fib-lab/SpatialAct/data_construct/single_step/indoor_error_mode_construct.py found in paper text by Syntology unverified MIT (permissive) · 07fc5c12b528c2ca · report
collect_instance_groups tsinghua-fib-lab/SpatialAct/data_construct/mental_rotation/indoor_mental_rotation_construct.py found in paper text by Syntology unverified MIT (permissive) · 871055b2d176553c · report
resolve_input_paths tsinghua-fib-lab/SpatialAct/data_construct/single_step/region_error_mode_construct.py found in paper text by Syntology unverified MIT (permissive) · 6337fa31179043c9 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.31148, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections