CVDec 23, 2024

Uncertainty-Participation Context Consistency Learning for Semi-supervised Semantic Segmentation

arXiv:2412.17331v211 citationsh-index: 5Has CodeICASSP
AI Analysis

This work addresses a bottleneck in semi-supervised semantic segmentation for computer vision applications, offering an incremental improvement over existing consistency regularization methods.

The paper tackles the problem of underutilizing uncertain pixel regions in semi-supervised semantic segmentation by proposing the Uncertainty-participation Context Consistency Learning (UCCL) method, which achieves state-of-the-art performance on two public benchmarks.

Semi-supervised semantic segmentation has attracted considerable attention for its ability to mitigate the reliance on extensive labeled data. However, existing consistency regularization methods only utilize high certain pixels with prediction confidence surpassing a fixed threshold for training, failing to fully leverage the potential supervisory information within the network. Therefore, this paper proposes the Uncertainty-participation Context Consistency Learning (UCCL) method to explore richer supervisory signals. Specifically, we first design the semantic backpropagation update (SBU) strategy to fully exploit the knowledge from uncertain pixel regions, enabling the model to learn consistent pixel-level semantic information from those areas. Furthermore, we propose the class-aware knowledge regulation (CKR) module to facilitate the regulation of class-level semantic features across different augmented views, promoting consistent learning of class-level semantic information within the encoder. Experimental results on two public benchmarks demonstrate that our proposed method achieves state-of-the-art performance. Our code is available at https://github.com/YUKEKEJAN/UCCL.

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