Learning a Semantic Calibration Network for Open-Vocabulary Semantic Segmentation
A new architecture called the Semantic Calibration Network (SCN) has been proposed to improve open-vocabulary semantic segmentation, a task that allows models to identify objects from arbitrary text descriptions rather than a fixed set of categories [1]. The work, submitted in 2026, targets a key limitation of current open-vocabulary segmentation (OVS) systems, which often rely on feature aggregation or simple fine-tuning of pre-trained vision-language models like CLIP [1]. The SCN instead refines the mask classification process by explicitly modeling semantic correlations between classes, aiming to boost discriminative power without sacrificing the generalization abilities of the original CLIP model [1]. The network is built from two core components: Class Disambiguation (CD) and Logits Fusion (LF) [1]. The CD module uses a cross-attention mechanism to transform text embeddings into visually aware pseudo-text embeddings, generating an enhanced similarity score that complements the original mask-text similarity score [3]. A residual architecture within CD then captures implicit inter-class dependencies to resolve semantic ambiguities [3]. The LF module subsequently integrates multifaceted semantic evidence to achieve a robust semantic consensus while preserving CLIP's inherent generalization capability [3]. The authors report that SCN operates directly on similarity logits rather than feature embeddings, a design choice intended to maintain CLIP's original embedding geometry and relative similarity ordering, which they describe as crucial for zero-shot generalization [3]. Experimental results on mainstream benchmarks show the proposed method achieves significant performance improvements over existing state-of-the-art algorithms [1]. The SCN approach enters a competitive field where other calibration-based methods have also been explored. A prior work, the Semantic-assisted CAlibration Network (SCAN), addressed in-vocabulary embedding collapse and domain bias in CLIP by incorporating generalized semantic priors and a contextual shift strategy [4]. Another recent method, Self-Calibrated CLIP (SC-CLIP), took a training-free approach, identifying and resolving anomaly tokens that draw excessive attention and leveraging semantic consistency in CLIP's intermediate features to enhance representation granularity [5]. The availability of high-quality labeled training datasets remains a critical factor for advancing supervised and semi-supervised learning in this domain [6].
research-paperbenchmark
Background sources we checked (5)
- arxiv.org ↗ Semantic image segmentation assigns a predefined category label to each pixel, has achieved significant progress lately. Open-Vocabulary Segmentation (OVS) extends the segmentation task from a fixed set to an open set, enabling the identification and segmentation of novel concept…
- arxiv.org ↗ Semantic image segmentation assigns a predefined category label to each pixel, has achieved significant progress lately. Open-Vocabulary Segmentation (OVS) extends the segmentation task from a fixed set to an open set, enabling the identification and segmentation of novel concept…
- arxiv.org ↗ This paper studies open-vocabulary segmentation (OVS) through calibrating in-vocabulary and domain-biased embedding space with generalized contextual prior of CLIP. As the core of open-vocabulary understanding, alignment of visual content with the semantics of unbounded text has …
- arxiv.org ↗ Recent advancements in pre-trained vision-language models like CLIP, have enabled the task of open-vocabulary segmentation. CLIP demonstrates impressive zero-shot capabilities in various downstream tasks that require holistic image understanding. However, due to its image-level p…
- en.wikipedia.org ↗ These datasets are used in machine learning (ML) research and have been cited in peer-reviewed academic journals. Datasets are an integral part of the field of machine learning. Major advances in this field can result from advances in learning algorithms (such as deep learning), …
Sources covering this (2)
- export.arxiv.org — Learning a Semantic Calibration Network for Open-Vocabulary Semantic Segmentation ↗
- export.arxiv.org — Training-Free Generalized Few-Shot Segmentation through Open-Vocabulary Semantic Arbitration · Global