LoGoSeg: Integrating Local and Global Features for Open-Vocabulary Semantic Segmentation
Junyang Chen, Xiangbo Lv, Zhiqiang Kou, Xingdong Sheng, Ning Xu, Yiguo Qiao
TL;DR
LoGoSeg tackles open-vocabulary semantic segmentation by addressing spatial-grounding gaps inherent in image-level supervision of vision-language models. It introduces three innovations—an adaptive object existence prior, region-aware region-text alignment, and a dual-stream fusion architecture—to unify local structural details with global semantic context in a single-stage framework. The method achieves strong performance and generalization across six benchmarks (A-847, PC-459, A-150, PC-59, PAS-20, PAS-20b) without external mask proposals or additional datasets, and exhibits near-linear gains when scaling backbone capacity. This work enhances cross-modal grounding efficiency and accuracy in cluttered or ambiguous scenes, enabling more reliable open-vocabulary segmentation in practical applications.
Abstract
Open-vocabulary semantic segmentation (OVSS) extends traditional closed-set segmentation by enabling pixel-wise annotation for both seen and unseen categories using arbitrary textual descriptions. While existing methods leverage vision-language models (VLMs) like CLIP, their reliance on image-level pretraining often results in imprecise spatial alignment, leading to mismatched segmentations in ambiguous or cluttered scenes. However, most existing approaches lack strong object priors and region-level constraints, which can lead to object hallucination or missed detections, further degrading performance. To address these challenges, we propose LoGoSeg, an efficient single-stage framework that integrates three key innovations: (i) an object existence prior that dynamically weights relevant categories through global image-text similarity, effectively reducing hallucinations; (ii) a region-aware alignment module that establishes precise region-level visual-textual correspondences; and (iii) a dual-stream fusion mechanism that optimally combines local structural information with global semantic context. Unlike prior works, LoGoSeg eliminates the need for external mask proposals, additional backbones, or extra datasets, ensuring efficiency. Extensive experiments on six benchmarks (A-847, PC-459, A-150, PC-59, PAS-20, and PAS-20b) demonstrate its competitive performance and strong generalization in open-vocabulary settings.
