Bring Adaptive Binding Prototypes to Generalized Referring Expression Segmentation
Weize Li, Zhicheng Zhao, Haochen Bai, Fei Su
TL;DR
This work targets Generalized Referring Expression Segmentation (GRES), where expressions may refer to multiple objects or none at all. It introduces Model with Adaptive Binding Prototypes (MABP), featuring region-based queries generated by a region-aware query generator, a mixed-modal decoder for iterative multimodal reasoning, and a regional supervision head with main and no-target branches to adapt prototypes to region patches. The approach yields state-of-the-art results on gRefCOCO, RefCOCO+, and G-Ref, and strong results on classic RES, while offering valuable insights via ablations and visualizations that highlight region-prototype binding and language-guided attention. The method improves robustness to complex referents and shows potential for video extensions, marking a significant step toward flexible, region-aware cross-modal segmentation in practical applications.
Abstract
Referring Expression Segmentation (RES) has attracted rising attention, aiming to identify and segment objects based on natural language expressions. While substantial progress has been made in RES, the emergence of Generalized Referring Expression Segmentation (GRES) introduces new challenges by allowing expressions to describe multiple objects or lack specific object references. Existing RES methods, usually rely on sophisticated encoder-decoder and feature fusion modules, and are difficult to generate class prototypes that match each instance individually when confronted with the complex referent and binary labels of GRES. In this paper, reevaluating the differences between RES and GRES, we propose a novel Model with Adaptive Binding Prototypes (MABP) that adaptively binds queries to object features in the corresponding region. It enables different query vectors to match instances of different categories or different parts of the same instance, significantly expanding the decoder's flexibility, dispersing global pressure across all queries, and easing the demands on the encoder. Experimental results demonstrate that MABP significantly outperforms state-of-the-art methods in all three splits on gRefCOCO dataset. Meanwhile, MABP also surpasses state-of-the-art methods on RefCOCO+ and G-Ref datasets, and achieves very competitive results on RefCOCO. Code is available at https://github.com/buptLwz/MABP
