CVJul 6

DGSeg: Dynamic Gating of Semantic-Spatial Guided Predictions for Reasoning Segmentation

arXiv:2607.0477919.8Has Code
Predicted impact top 9% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For vision-language reasoning segmentation, DGSeg addresses the problem of ambiguous intermediate cues by adaptively integrating complementary predictions, leading to more accurate mask predictions.

DGSeg improves reasoning segmentation by using dynamic gating to fuse predictions from separate semantic and spatial branches, achieving 69.6% and 67.3% gIoU on ReasonSeg validation and test splits, outperforming strong baselines.

Reasoning segmentation aims to predict pixel-wise masks for targets given complex language queries. Existing approaches leverage Multimodal Large Language Models (MLLMs) for vision-language reasoning and generate intermediate target cues (e.g., points or boxes) to guide a segmentation model. However, compressing rich reasoning into sparse cues often introduces ambiguity and noise, preventing these cues from accurately preserving the reasoning intent. While multiple complementary cues can enrich target information, existing methods typically feed them jointly into a single segmentation process, allowing ambiguous or erroneous cues to affect the entire prediction. Therefore, we propose DGSeg, a reasoning segmentation framework that learns to fuse predictions guided by semantic and spatial cues. Specifically, the MLLM jointly reasons about both target identity and spatial location, producing complementary semantic and spatial cues that are fed into separate segmentation branches. Their predictions are adaptively integrated by a lightweight dynamic gating module trained with relative branch-quality supervision to suppress noisy or conflicting regions. Extensive experiments demonstrate that DGSeg consistently outperforms strong baselines on multiple benchmarks and achieves 69.6% and 67.3% gIoU on the challenging ReasonSeg validation and test splits. Code is available at https://github.com/RZZeng/DGSeg.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes