CVJun 11, 2025

Leveraging Depth and Language for Open-Vocabulary Domain-Generalized Semantic Segmentation

arXiv:2506.09881v22 citationsh-index: 10Has Code
Originality Highly original
AI Analysis

This addresses the critical capability for real-world scenarios like autonomous driving in adverse conditions by unifying open-vocabulary and domain generalization for the first time.

The paper tackles the problem of open-vocabulary domain-generalized semantic segmentation (OV-DGSS), which aims to generate pixel-level masks for unseen categories while maintaining robustness across unseen domains, and introduces Vireo, a novel single-stage framework that achieves state-of-the-art performance and surpasses existing methods by a large margin in both domain generalization and open-vocabulary recognition.

Open-Vocabulary semantic segmentation (OVSS) and domain generalization in semantic segmentation (DGSS) highlight a subtle complementarity that motivates Open-Vocabulary Domain-Generalized Semantic Segmentation (OV-DGSS). OV-DGSS aims to generate pixel-level masks for unseen categories while maintaining robustness across unseen domains, a critical capability for real-world scenarios such as autonomous driving in adverse conditions. We introduce Vireo, a novel single-stage framework for OV-DGSS that unifies the strengths of OVSS and DGSS for the first time. Vireo builds upon the frozen Visual Foundation Models (VFMs) and incorporates scene geometry via Depth VFMs to extract domain-invariant structural features. To bridge the gap between visual and textual modalities under domain shift, we propose three key components: (1) GeoText Prompts, which align geometric features with language cues and progressively refine VFM encoder representations; (2) Coarse Mask Prior Embedding (CMPE) for enhancing gradient flow for faster convergence and stronger textual influence; and (3) the Domain-Open-Vocabulary Vector Embedding Head (DOV-VEH), which fuses refined structural and semantic features for robust prediction. Comprehensive evaluation on these components demonstrates the effectiveness of our designs. Our proposed Vireo achieves the state-of-the-art performance and surpasses existing methods by a large margin in both domain generalization and open-vocabulary recognition, offering a unified and scalable solution for robust visual understanding in diverse and dynamic environments. Code is available at https://github.com/anonymouse-9c53tp182bvz/Vireo.

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