SynRES: Towards Referring Expression Segmentation in the Wild via Synthetic Data
Dong-Hee Kim, Hyunjee Song, Donghyun Kim
TL;DR
This work identifies a gap in Referring Expression Segmentation (RES) evaluation, where existing benchmarks fail to test complex, real-world reasoning. It introduces WildRES, a challenging RES benchmark with long, attribute-rich queries and non-distinctive multi-target expressions across diverse domains, and proposes SynRES, a three-step pipeline that automatically generates densely paired image-caption-expression data, refines pseudo-masks via image-text grouping, and applies domain-aware augmentations to bridge synthetic and real data. Empirical results show SynRES consistently improves state-of-the-art RES models (e.g., LISA, GSVA) on WildRES, including strong cross-domain gains on domain-shift subsets, while also delivering competitive improvements on classic RES benchmarks. The approach reduces annotation costs and enhances generalization to real-world scenes, with code and data publicly available for research and downstream applications.
Abstract
Despite the advances in Referring Expression Segmentation (RES) benchmarks, their evaluation protocols remain constrained, primarily focusing on either single targets with short queries (containing minimal attributes) or multiple targets from distinctly different queries on a single domain. This limitation significantly hinders the assessment of more complex reasoning capabilities in RES models. We introduce WildRES, a novel benchmark that incorporates long queries with diverse attributes and non-distinctive queries for multiple targets. This benchmark spans diverse application domains, including autonomous driving environments and robotic manipulation scenarios, thus enabling more rigorous evaluation of complex reasoning capabilities in real-world settings. Our analysis reveals that current RES models demonstrate substantial performance deterioration when evaluated on WildRES. To address this challenge, we introduce SynRES, an automated pipeline generating densely paired compositional synthetic training data through three innovations: (1) a dense caption-driven synthesis for attribute-rich image-mask-expression triplets, (2) reliable semantic alignment mechanisms rectifying caption-pseudo mask inconsistencies via Image-Text Aligned Grouping, and (3) domain-aware augmentations incorporating mosaic composition and superclass replacement to emphasize generalization ability and distinguishing attributes over object categories. Experimental results demonstrate that models trained with SynRES achieve state-of-the-art performance, improving gIoU by 2.0% on WildRES-ID and 3.8% on WildRES-DS. Code and datasets are available at https://github.com/UTLLab/SynRES.
