Paper Overview
Field: Computer Vision (CV) Authors: Haoyu Zhen, Xiaolong Li, Yilin Zhao, Han Zhang, Sifei Liu, Kaichun Mo, Chuang Gan, Subhashree Radhakrishnan Published: 2026-03-23 arXiv: 2603.22279
Abstract
Large Language Models (LLMs) and Vision Language Models (VLMs) have shown impressive reasoning abilities, yet they struggle with spatial understanding and layout consistency when performing fine-grained visual editing. This paper introduces a Structured Reasoning framework that performs text-conditioned spatial layout editing via scene-graph reasoning.
Given an input scene graph and a natural-language instruction, the model reasons over the graph to generate an updated scene graph that satisfies the text condition while maintaining spatial coherence. By explicitly guiding the reasoning process through structured relational representations, the approach improves both interpretability and control over spatial relationships.
Evaluation
The method is evaluated on a new text-guided layout editing benchmark covering:
- Ordering tasks
- Spatial alignment tasks
- Room editing tasks
- An average 15% improvement in IoU
- A 25% reduction in center distance error
- Scene-graph-based structured reasoning provides an explicit, interpretable intermediate representation for spatial editing.
- Conditioning reasoning on structured relational representations improves spatial consistency over free-form chain-of-thought approaches.
- The introduced benchmark offers a standardized testbed for text-guided layout editing.
Compared with chain-of-thought supervised fine-tuning (CoT-SFT) and vanilla GRPO baselines, the proposed training paradigm achieves:
Key Takeaways
*Auto-collected on 2026-03-25*