RegionReasoner: Region-Grounded Multi-Round Visual Reasoning
Wenfang Sun, Hao Chen, Yingjun Du, Yefeng Zheng, Cees G. M. Snoek
TL;DR
RegionReasoner tackles multi-round, region-grounded visual reasoning by introducing RegionDial-Bench and a reinforcement learning framework that enforces explicit region citations and global–local semantic alignment across turns. The model outputs four-block trajectories per turn—<scene>, <focus>, <think>, <answer>—and is trained with a GRPO objective combining a reference-citation reward and a global–local consistency reward, optimizing over $T$ turns with per-turn reward $R(t)$ and episode return $\sum_t R(t)$. On RegionDial-Bench, RegionReasoner-7B outperforms strong baselines for both referring detection and segmentation, with especially strong gains as dialogue depth increases, demonstrating reduced drift and improved grounding fidelity. The work provides a scalable, interpretable baseline for reference-grounded multi-round reasoning and introduces a challenging benchmark that couples detection and segmentation under iterative, dialogue-style supervision.
Abstract
Large vision-language models have achieved remarkable progress in visual reasoning, yet most existing systems rely on single-step or text-only reasoning, limiting their ability to iteratively refine understanding across multiple visual contexts. To address this limitation, we introduce a new multi-round visual reasoning benchmark with training and test sets spanning both detection and segmentation tasks, enabling systematic evaluation under iterative reasoning scenarios. We further propose RegionReasoner, a reinforcement learning framework that enforces grounded reasoning by requiring each reasoning trace to explicitly cite the corresponding reference bounding boxes, while maintaining semantic coherence via a global-local consistency reward. This reward extracts key objects and nouns from both global scene captions and region-level captions, aligning them with the reasoning trace to ensure consistency across reasoning steps. RegionReasoner is optimized with structured rewards combining grounding fidelity and global-local semantic alignment. Experiments on detection and segmentation tasks show that RegionReasoner-7B, together with our newly introduced benchmark RegionDial-Bench, considerably improves multi-round reasoning accuracy, spatial grounding precision, and global-local consistency, establishing a strong baseline for this emerging research direction.
