English

R$^3$L: Reasoning 3D Layouts from Relative Spatial Relations

Computer Vision and Pattern Recognition 2026-05-20 v2 Artificial Intelligence Machine Learning Robotics

Abstract

Relative spatial relations provide a compact representation of spatial structure and are fundamental to relative spatial reasoning in 3D layout generation. Recent works leverage Multimodal Large Language Models (MLLMs) to infer such relations, but the inferred relations are often unreliable and are typically handled with post-hoc heuristics. In this paper, we propose R3^3L, a general framework that improves the reliability and consistency of relative spatial reasoning for 3D layout generation. Our key motivation is that multi-hop reasoning requires repeated reference-frame transformations, which accumulate errors in inferred relations and lead to semantic and metric drift. To mitigate this, we propose invariant spatial decomposition to break coupled relation chains, and consistent spatial imagination to promote self-consistency through an imagine-and-revise loop. We further introduce supportive spatial optimization to ease pose optimization via global-to-local coordinate re-parameterization. Extensive experiments across diverse scene types and instructions demonstrate that R3^3L produces more physically feasible and semantically consistent layouts. Notably, our analysis shows that resolving frame-induced inconsistencies is crucial for reliable multi-hop relative spatial reasoning. The code is available at https://github.com/Neal2020GitHub/R3L.

Keywords

Cite

@article{arxiv.2605.06758,
  title  = {R$^3$L: Reasoning 3D Layouts from Relative Spatial Relations},
  author = {Zhifeng Gu and Yuqi Wang and Bing Wang},
  journal= {arXiv preprint arXiv:2605.06758},
  year   = {2026}
}

Comments

Accepted to ICML 2026

R2 v1 2026-07-01T12:55:54.439Z