ResAgent: Entropy-based Prior Point Discovery and Visual Reasoning for Referring Expression Segmentation
Yihao Wang, Jusheng Zhang, Ziyi Tang, Keze Wang, Meng Yang
TL;DR
This work tackles Referring Expression Segmentation (RES) by addressing two core weaknesses of existing MLLM-based approaches: coarse bounding boxes and text-based coordinate reasoning. It introduces ResAgent, a coarse-to-fine framework that combines Entropy-Based Point Discovery (EBD) with Vision-Based Reasoning (VBR) to select informative points within a predicted bounding box and validate them through visual grounding, minimizing reliance on textual coordinate tokens. EBD uses a structured spatial uncertainty field, modeled via a Bernoulli probability p(pt) and entropy H(pt), with a practical proxy realized by a superellipse spiral and dual-queue sampling. VBR leverages VQA-style prompts and marker-based visual reasoning to robustly verify candidate points, followed by a SAM-based decoder for mask generation, with LoRA-based adaptation to align with COCO annotation styles. Extensive experiments on RefCOCO, RefCOCO+, RefCOCOg, and ReasonSeg show state-of-the-art performance, demonstrating that minimal, information-rich prompts combined with visual grounding can achieve accurate, semantically grounded segmentation without heavy end-to-end tuning. The work also provides comprehensive analyses, ablations, and supplementary results across base models, highlighting robustness to bbox perturbations and offering insights into future enhancements such as reduced priors and more integrated end-to-end optimization.
Abstract
Referring Expression Segmentation (RES) is a core vision-language segmentation task that enables pixel-level understanding of targets via free-form linguistic expressions, supporting critical applications such as human-robot interaction and augmented reality. Despite the progress of Multimodal Large Language Model (MLLM)-based approaches, existing RES methods still suffer from two key limitations: first, the coarse bounding boxes from MLLMs lead to redundant or non-discriminative point prompts; second, the prevalent reliance on textual coordinate reasoning is unreliable, as it fails to distinguish targets from visually similar distractors. To address these issues, we propose \textbf{\model}, a novel RES framework integrating \textbf{E}ntropy-\textbf{B}ased Point \textbf{D}iscovery (\textbf{EBD}) and \textbf{V}ision-\textbf{B}ased \textbf{R}easoning (\textbf{VBR}). Specifically, EBD identifies high-information candidate points by modeling spatial uncertainty within coarse bounding boxes, treating point selection as an information maximization process. VBR verifies point correctness through joint visual-semantic alignment, abandoning text-only coordinate inference for more robust validation. Built on these components, \model implements a coarse-to-fine workflow: bounding box initialization, entropy-guided point discovery, vision-based validation, and mask decoding. Extensive evaluations on four benchmark datasets (RefCOCO, RefCOCO+, RefCOCOg, and ReasonSeg) demonstrate that \model achieves new state-of-the-art performance across all four benchmarks, highlighting its effectiveness in generating accurate and semantically grounded segmentation masks with minimal prompts.
