AIAny
Icon for item

Reinforcing Dual-Path Reasoning in Spatial Vision Language Models

Provides a dual-path approach for spatial vision-language models: a Language-Only Reasoning (LOR) path for stepwise linguistic deduction and a Detect-Then-Reason (DTR) path that detects 3D cues via region tokens before numerical inference. Trains with chain-of-thought cold-start supervision and reinforcement learning to improve 3D grounding and multi-step spatial reasoning.

Introduction

Spatial queries in images and scenes are heterogeneous: some can be solved by stepwise linguistic deduction, while others require explicit 3D grounding before any reliable quantitative inference. SR-ReaL tackles this mismatch by teaching a single spatial VLM two complementary strategies and by using a staged training recipe that stabilizes reinforcement learning for process-level reasoning.

Key Findings
  • Dual-path design: a Language-Only Reasoning (LOR) path handles compositional, linguistic deductions; a Detect-Then-Reason (DTR) path injects explicit 3D cues (centers / boxes) via region tokens before arithmetic or metric inference.
  • Two-stage training: a cold-start supervised stage constructs chain-of-thought traces for both LOR and DTR and exposes a region→3D grounding interface; a subsequent RL stage (GRPO-style) jointly optimizes both paths with accuracy/format rewards and a discrete detection reward for DTR.
  • Complementary strengths: DTR improves region-aware tasks through more precise 3D localization; LOR improves general spatial problem solving when geometric grounding is unnecessary. Joint training yields positive transfer between paths.
  • Practical recipe: blending 2D/3D grounding data with general VQA during cold-start is critical for stable RL optimization and cross-domain generalization.
How it works (concise)
  • Cold-start supervised phase supplies structured CoT examples for both reasoning modes and a region-to-3D interface so the model can emit region tokens tied to predicted 3D coordinates.
  • Reinforcement phase refines policies using group-relative policy optimization with rewards for final answer correctness, output format, and, for DTR, a center-based detection reward that enforces geometric alignment during reasoning.
Who it's for and trade-offs

Great fit if you need a single VLM to handle a mix of spatial QA types (both region-centric 3D localization and compositional linguistic spatial queries) and you can provide or synthesize grounding annotations for cold-start training. Look elsewhere if you require a lightweight deployment (the dual-path model and RL tuning increase training complexity) or if no 3D/region supervision is available, since DTR depends on region-to-3D grounding data.

Information

  • Websitearxiv.org
  • AuthorsYatai Ji, An-Chieh Cheng, Yang Fu, Yukang Chen, Han Zhang, Zhaojing Yang, Wei Huang, Ka Chun Cheung, Song Han, Vidya Nariyambut Murali
  • Published date2026/06/16

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

Converts completed on-policy trajectories into natural-language 'hindsight skills' and converts the skill-induced action probability shifts into a dense token-level on-policy distillation signal, jointly optimized with outcome-based RL to improve sample efficiency and long-horizon agent behavior.