DR$^2$Seg: Decomposed Two-Stage Rollouts for Efficient Reasoning Segmentation in Multimodal Large Language Models
Yulin He, Wei Chen, Zhikang Jian, Tianhang Guo, Wenjuan Zhou, Minglong Li
TL;DR
Reasoning segmentation often suffers from overlong, unfocused reasoning that can impede object localization. DR$^2$Seg introduces a decomposed two-stage rollout and self-reward framework to separate multimodal reasoning from referring segmentation, using a first pass to generate an explicit description and a second pass to verify it. The approach defines a total reward that combines a base signal with description fidelity and a length-based penalty, optimized via GRPO without requiring extra MLLMs. Across zero-shot and few-shot settings on ReasonSeg and related tasks, DR$^2$Seg yields consistent gains in segmentation accuracy while dramatically reducing thinking tokens, highlighting a scalable path for efficient multimodal reasoning in LLM-based vision systems.
Abstract
Reasoning segmentation is an emerging vision-language task that requires reasoning over intricate text queries to precisely segment objects. However, existing methods typically suffer from overthinking, generating verbose reasoning chains that interfere with object localization in multimodal large language models (MLLMs). To address this issue, we propose DR$^2$Seg, a self-rewarding framework that improves both reasoning efficiency and segmentation accuracy without requiring extra thinking supervision. DR$^2$Seg employs a two-stage rollout strategy that decomposes reasoning segmentation into multimodal reasoning and referring segmentation. In the first stage, the model generates a self-contained description that explicitly specifies the target object. In the second stage, this description replaces the original complex query to verify its self-containment. Based on this design, two self-rewards are introduced to strengthen goal-oriented reasoning and suppress redundant thinking. Extensive experiments across MLLMs of varying scales and segmentation models demonstrate that DR$^2$Seg consistently improves reasoning efficiency and overall segmentation performance.
