Thinking with Blueprints: Assisting Vision-Language Models in Spatial Reasoning via Structured Object Representation
Weijian Ma, Shizhao Sun, Tianyu Yu, Ruiyu Wang, Tat-Seng Chua, Jiang Bian
TL;DR
The paper tackles the difficulty of global spatial reasoning in vision–language models by introducing an object-centric blueprint that encodes object positions, sizes, and attributes in a JSON-like structure. It divides reasoning into observation (blueprint construction) and reflection (blueprint-based analysis) and trains the model in two stages: supervised fine-tuning on blueprint-embedded traces generated via a teacher VLM and Monte Carlo Tree Search, followed by reinforcement learning with blueprint-aware rewards (object cardinality and causal consistency) and anti-shortcut data augmentation. Empirical results across SAT, BLINK, RoboSpatial, and VSR benchmarks show state-of-the-art performance, with substantial gains in iid and out-of-distribution settings, and ablations confirm the necessity of the blueprint, rewards, and augmentation. The approach advances spatially grounded reasoning in VLMs and points to extensions for video and 3D reasoning with practical implications for robotics and grounded AI.
Abstract
Spatial reasoning -- the ability to perceive and reason about relationships in space -- advances vision-language models (VLMs) from visual perception toward spatial semantic understanding. Existing approaches either revisit local image patches, improving fine-grained perception but weakening global spatial awareness, or mark isolated coordinates, which capture object locations but overlook their overall organization. In this work, we integrate the cognitive concept of an object-centric blueprint into VLMs to enhance spatial reasoning. Given an image and a question, the model first constructs a JSON-style blueprint that records the positions, sizes, and attributes of relevant objects, and then reasons over this structured representation to produce the final answer. To achieve this, we introduce three key techniques: (1) blueprint-embedded reasoning traces for supervised fine-tuning to elicit basic reasoning skills; (2) blueprint-aware rewards in reinforcement learning to encourage the blueprint to include an appropriate number of objects and to align final answers with this causal reasoning; and (3) anti-shortcut data augmentation that applies targeted perturbations to images and questions, discouraging reliance on superficial visual or linguistic cues. Experiments show that our method consistently outperforms existing VLMs and specialized spatial reasoning models.
