---
title: Referring-Expression Segmentation
url: https://www.emergentmind.com/topics/referring-expression-segmentation
type: topic
---

# Referring-Expression Segmentation

Referring-Expression Segmentation is the task of generating a precise segmentation mask for the region(s) in an image or scene singled out by a natural-language expression. In contrast to closed-vocabulary segmentation or instance detection, RES demands pixel-level localization conditioned on free-form linguistic descriptions that may reference objects, regions, parts, attributes, spatial relationships, and more. The field bridges vision–language understanding, structured prediction, and multimodal representation learning, and has rapidly evolved in both dataset ambition and methodological sophistication.

## 1. Problem Formulation and Task Variants

The classical formulation considers, for an image \(I\in\mathbb{R}^{H\times W\times3}\) and expression \(T\), the prediction of a binary mask \(M\in\{0,1\}^{H\times W}\) such that \(M(p)=1\) if pixel \(p\) belongs to the object described by \(T\) [2306.00968]. Early benchmarks (e.g., RefCOCO, RefCOCO+, RefCOCOg) operated under the assumption that the expression refers to a single object instance present in the image.

Recent extensions generalize the task in several dimensions:

- **Multi-target and no-target GRES**: Generalized RES (GRES) allows \(T\) to refer to zero, one, or multiple objects, producing both a foreground mask and a "no-target" flag [2306.00968][2601.05244][2411.15087].
- **Group-wise GRES**: The expression is evaluated over a collection of related images, requiring both referent existence prediction and mask generation per image [2305.12452].
- **Part-level and MRES**: Multi-granularity RES (MRES) tasks consider expressions that may refer to object parts or subregions, necessitating mask prediction at a finer semantic granularity [2312.08007].
- **3D and temporal variants**: 3D-RES and 3D-GRES extend RES to point cloud data, while video RES (e.g., RefVOS) addresses temporally consistent masks for video sequences [2603.02896][2407.20664][2010.00263].
- **Aerial and domain-adapted RES**: Datasets such as Aerial-D extend RES to aerial and satellite images with diverse resolutions and challenging object densities [2512.07338].

The expansion of task definition reflects underlying practical demands and has guided the design of new architectures and benchmarks.

## 2. Model Architectures and Methodological Advances

A wide array of network designs have been proposed for referring-expression segmentation:

- **Cross-modal fusion**: Contemporary models integrate visual and textual information via bilinear attention, cross-modal self-attention (CMSA), or segment-level feature alignment. CMSA captures fine-grained dependencies between all visual spatial positions and word tokens, while gated multi-level fusion (GMLF) enables adaptive mixing of features at multiple network depths [2102.04762].
- **Transformers and region-based modules**: Transformer-based RES decoders dominate current benchmarks, often employing a vision transformer (ViT/CLIP) for image encoding, a contextual language encoder (BERT/MPNet), and stacking interleaved self- and cross-attention blocks for fusion [2312.08007][2508.05123][2411.15087]. Region-based methods (e.g., ReLA) adaptively partition the image into soft spatial regions and explicitly model both region–language and region–region relationships, crucial for multi-target and complex relational queries [2306.00968][2601.05244].
- **Instance-aware multi-query design**: Models such as InstAlign and 3D-GRES's MDIN maintain a bank of object-level queries/tokens, each predicting a candidate mask and aligned directly to text phrases or spatial words, supervised via instance-level Hungarian matching and phrase–object alignment losses [2411.15087][2407.20664].
- **Latent expression generation**: Latent-VG enriches vision–language alignment by generating multiple "latent expressions," each capturing diverse visual attributes or subregion cues inherent in the target, then aggregates predictions for robust masking [2508.05123].
- **Temporal extension for video/VOS**: Temporal self-attention (CFSA) and ConvLSTM-based architectures propagate referring cues across frames for consistency in video RES [2102.04762][2010.00263].
- **Part-level and multi-granularity**: Unified models (e.g., UniRES) apply group tokens at multiple vision transformer depths, enabling both object- and part-level grouping, with language-guided region filters for granularity-adaptive segmentation [2312.08007].

These architectural advances enable the field to handle open-vocabulary, compositional, and multi-object referring tasks in both 2D and 3D domains.

## 3. Supervision Regimes: Fully, Weakly, Semi, and Omni-Supervised Learning

The supervision spectrum in RES has expanded to address annotation cost and practical scalability:

- **Fully supervised RES**: Classical models require pixel-level mask annotations for each (image, expression) pair, which is expensive at scale [1910.04748][1608.08305].
- **Weakly supervised RES**: TSEG achieves segmentation with only image-level expression associations, leveraging a multi-label patch assignment (MPA) to infer masks from patch–text similarities, closing a substantial fraction of the performance gap relative to full supervision [2205.04725].
- **Semi-supervised RES**: RESMatch pioneers teacher–student consistency-based SSL for RES, introducing revised augmentation strategies and text augmentation to counter the domain shift and annotation sparsity in referring-expression settings [2402.05589].
- **Omni-supervised learning**: Omni-RES fuses fully labeled, point-labeled, box-labeled, and unlabeled data using a teacher–student paradigm with active pseudo-label refinement (APLR); weak labels act as yardsticks to select/refine high-fidelity pseudo-masks, achieving nearly full-supervised performance with as little as 10% mask supervision [2311.00397].
- **Bootstrapping and pseudo-labeling**: SafaRi employs cross-modal attention regularization and zero-shot proposal scoring (SpARC) to validate pseudo-masks, enabling high accuracy in both full and weakly supervised regimes with small annotation budgets [2407.02389].

This supervision diversity reflects practical constraints and application needs, and defines the trajectory toward scalable, robust RES systems.

## 4. Datasets and Evaluation Protocols

RES research relies on a spectrum of datasets and metrics, with evolving annotation richness:

- **2D image datasets**: RefCOCO, RefCOCO+, RefCOCOg (single-object focus) [2306.00968][1910.04748]; gRefCOCO and GRD for generalized/multi-target/no-target settings [2306.00968][2305.12452][2601.05244].
- **Multi-granularity and part-level**: RefCOCOm extends RefCOCO with dense part-level masks and expressions [2312.08007]; MRES-32M is a large-scale, automatically mined multi-granularity set for pretraining [2312.08007].
- **3D scene and point cloud datasets**: ScanRefer and DetailRefer for instance and phrase-level 3D-RES/DRES [2603.02896]; Multi3DRes for GRES in 3D with zero/one/multi-target queries [2407.20664].
- **Aerial and domain-specific datasets**: Aerial-D curates over 1.5M expressions on 37K images (across object, group, semantic levels), using algorithmic and LLM-driven expression synthesis [2512.07338].
- **Group-wise and video datasets**: GRD for group-wise GRES [2305.12452]; DAVIS-2017 and A2D with sentence-level queries for video RES [2010.00263].
- **Metrics**: Mean IoU (mIoU), overall IoU (oIoU), cIoU, gIoU (for generalized settings), accuracy@τ, and for no-target expresssions, N-acc (correct empty prediction) and T-acc (correct non-empty) are used [2306.00968][2411.15087][2305.12452][2312.08007][2512.07338].

Dataset design now embraces compositional queries, phrase–mask associations, no-target cases, and part-level grounding, enabling comprehensive evaluation of model robustness and generalization.

## 5. Key Challenges and Model Limitations

Despite significant advances, several challenges remain open:

- **Complex relationship modeling**: Multi-object and exclusionary expressions ("all people except the man in blue") stress models' ability to handle logical constructs and relational reasoning [2306.00968][2411.15087][2601.05244].
- **Instance-level differentiation**: Global mask approaches often merge distinct instances or fail to disentangle overlapping attributes; instance-aware token approaches (e.g., InstAlign, MDIN) are necessary but still face challenges with attribute compositionality [2411.15087][2407.20664].
- **Fine-grained part segmentation**: Grounding at part level (e.g., "the right ear of the cat") tests the model's spatial resolution, attention mechanism, and dataset quality [2312.08007].
- **No-target detection and open-vocabulary generalization**: Accurate rejection of absent referents (high N-acc) is nontrivial and sensitive to subtle expression-image mismatches [2306.00968][2411.15087][2305.12452].
- **Video and temporal reasoning**: Existing models extract limited benefit from motion and static verbs; temporally consistent and action-aware architectures are underdeveloped [2010.00263].
- **Weak and semi-supervised robustness**: Pseudo-label quality, annotation sparsity, and noise in point/box labels remain bottlenecks despite innovations in APLR and consistency regularization [2311.00397][2402.05589][2407.02389].

A plausible implication is that further advances will require deeper integration of compositional language understanding, explicit reasoning over scene graph or instance graphs, and improved uncertainty modeling.

## 6. Future Directions and Open Research Problems

Referring-Expression Segmentation continues to expand along several axes:

- **Compositional and hierarchical reasoning**: Adopting meta-learning frameworks (e.g., MCRES) targeting generalization to novel word/phrase compositions closes the gap between seen and unseen expression combinations [2304.04415].
- **Instance- and phrase-level supervision**: 3D-DRES and detailed 3D-GRES establish new paradigms for explicit phrase→object mapping, opening research into hierarchical and nuanced 3D-vision–language grounding [2603.02896][2407.20664].
- **Scaling and pretraining**: Large-scale datasets (MRES-32M, Aerial-D) and adaptation of foundation models (CLIP, SAM, SigLIP2, LLMs) catalyze zero-shot transfer, robust segmentation under degraded imagery, and cross-domain generalization [2312.08007][2512.07338].
- **Unified multitask architectures**: Joint training for segmentation, comprehension (REC), and generation (REG) (as in GREx) promotes backward compatibility with classic tasks and generalizes to generation and descriptive feedback loops [2601.05244].
- **Weakly and omni-supervised frameworks**: Increasing focus on cost-effective annotation protocols and principled bootstrapping (Omni-RES, SafaRi, TSEG, RESMatch) is expected to broaden deployability [2205.04725][2311.00397][2407.02389][2402.05589].
- **Relational, group-wise, and interactive scenarios**: Emerging work on groups of images, across modalities and user interactions, signals the convergence of RES with open-world and human-centric AI tasks [2305.12452][2512.07338].

## 7. Representative Results and Method Comparisons

The following table compares recent models on gRefCOCO, the canonical large-scale GRES dataset, using cumulative IoU (cIoU) and generalized IoU (gIoU) metrics [2306.00968][2411.15087][2601.05244]:

| Method                 | cIoU (val) | gIoU (val) | No-target Acc. |
|------------------------|------------|------------|----------------|
| MattNet                | 47.51      | 48.24      | 41.15          |
| LAVT                   | 57.64      | 58.40      | 49.32          |
| ReLA                   | 62.91      | 63.98      | 56.29          |
| HDC                    | 65.42      | 68.23      | 63.38          |
| InstAlign              | 68.94      | 74.34      | 79.72          |

On RefCOCO testA in the weakly- and semi-supervised regime (using 10% fully labeled data), Omni-RES achieves 80.66% oIoU with box and point refinement (ReLA backbone), surpassing fully supervised and prior semi-supervised methods by 5–15 percentage points [2311.00397][2402.05589].

Leading approaches for part-level RefCOCOm (mIoU, part-only) include:
- UniRES: 19.6 (val)
- LAVT: 15.3 (val)
- Prior SOTA: ≤16.2 (val), confirming the gap for fine-grained queries [2312.08007].

These results demonstrate steady increases in accuracy with advances in architectural design, data scale, and supervision diversity.

---

**References (arXiv IDs):**

- [2102.04762] Referring Segmentation in Images and Videos with Cross-Modal Self-Attention Network
- [1910.04748] Referring Expression Object Segmentation with Caption-Aware Consistency
- [2312.08007] Unveiling Parts Beyond Objects:Towards Finer-Granularity Referring Expression Segmentation
- [2311.00397] Towards Omni-supervised Referring Expression Segmentation
- [2205.04725] Weakly-supervised segmentation of referring expressions
- [2402.05589] RESMatch: Referring Expression Segmentation in a Semi-Supervised Manner
- [2508.05123] Latent Expression Generation for Referring Image Segmentation and Grounding
- [2411.15087] Instance-Aware Generalized Referring Expression Segmentation
- [2306.00968] GRES: Generalized Referring Expression Segmentation
- [2305.12452] Advancing Referring Expression Segmentation Beyond Single Image
- [2407.02389] SafaRi:Adaptive Sequence Transformer for Weakly Supervised Referring Expression Segmentation
- [2304.04415] Meta Compositional Referring Expression Segmentation
- [2603.02896] 3D-DRES: Detailed 3D Referring Expression Segmentation
- [2407.20664] 3D-GRES: Generalized 3D Referring Expression Segmentation
- [2512.07338] Generalized Referring Expression Segmentation on Aerial Photos
- [2601.05244] GREx: Generalized Referring Expression Segmentation, Comprehension, and Generation
- [2010.00263] RefVOS: A Closer Look at Referring Expressions for Video Object Segmentation

This corpus establishes Referring-Expression Segmentation as a versatile, rapidly advancing domain within multimodal structured prediction, with ongoing research targeting compositionality, open-world robustness, and real-world scalability.

Source: https://www.emergentmind.com/topics/referring-expression-segmentation