TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Semi-Supervised Semantic Segmentation Using Unreliable Pse...

Semi-Supervised Semantic Segmentation Using Unreliable Pseudo-Labels

Yuchao Wang, Haochen Wang, Yujun Shen, Jingjing Fei, Wei Li, Guoqiang Jin, Liwei Wu, Rui Zhao, Xinyi Le

2022-03-08CVPR 2022 1Semi-Supervised Semantic Segmentation
PaperPDFCode(official)

Abstract

The crux of semi-supervised semantic segmentation is to assign adequate pseudo-labels to the pixels of unlabeled images. A common practice is to select the highly confident predictions as the pseudo ground-truth, but it leads to a problem that most pixels may be left unused due to their unreliability. We argue that every pixel matters to the model training, even its prediction is ambiguous. Intuitively, an unreliable prediction may get confused among the top classes (i.e., those with the highest probabilities), however, it should be confident about the pixel not belonging to the remaining classes. Hence, such a pixel can be convincingly treated as a negative sample to those most unlikely categories. Based on this insight, we develop an effective pipeline to make sufficient use of unlabeled data. Concretely, we separate reliable and unreliable pixels via the entropy of predictions, push each unreliable pixel to a category-wise queue that consists of negative samples, and manage to train the model with all candidate pixels. Considering the training evolution, where the prediction becomes more and more accurate, we adaptively adjust the threshold for the reliable-unreliable partition. Experimental results on various benchmarks and training settings demonstrate the superiority of our approach over the state-of-the-art alternatives.

Results

TaskDatasetMetricValueModel
Semantic SegmentationPascal VOC 2012 6.25% labeledValidation mIoU77.21U2PL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K, CutMix)
Semantic SegmentationPASCAL VOC 2012 92 labeledValidation mIoU68U2PL (DeepLab v3+ with ResNet-101)
Semantic SegmentationPASCAL VOC 2012 732 labeledValidation mIoU76.2U2PL (DeepLab v3+ with ResNet-101)
Semantic SegmentationPASCAL VOC 2012 1464 labelsValidation mIoU79.5U2PL (DeepLab v3+ with ResNet-101)
Semantic SegmentationPASCAL VOC 2012 25% labeledValidation mIoU79.3U2PL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K, CutMix)
Semantic SegmentationPASCAL VOC 2012 366 labeledValidation mIoU73.7U2PL (DeepLab v3+ with ResNet-101)
Semantic SegmentationPASCAL VOC 2012 183 labeledValidation mIoU69.2U2PL (DeepLab v3+ with ResNet-101)
10-shot image generationPascal VOC 2012 6.25% labeledValidation mIoU77.21U2PL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K, CutMix)
10-shot image generationPASCAL VOC 2012 92 labeledValidation mIoU68U2PL (DeepLab v3+ with ResNet-101)
10-shot image generationPASCAL VOC 2012 732 labeledValidation mIoU76.2U2PL (DeepLab v3+ with ResNet-101)
10-shot image generationPASCAL VOC 2012 1464 labelsValidation mIoU79.5U2PL (DeepLab v3+ with ResNet-101)
10-shot image generationPASCAL VOC 2012 25% labeledValidation mIoU79.3U2PL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K, CutMix)
10-shot image generationPASCAL VOC 2012 366 labeledValidation mIoU73.7U2PL (DeepLab v3+ with ResNet-101)
10-shot image generationPASCAL VOC 2012 183 labeledValidation mIoU69.2U2PL (DeepLab v3+ with ResNet-101)

Related Papers

SAMST: A Transformer framework based on SAM pseudo label filtering for remote sensing semi-supervised semantic segmentation2025-07-16DEARLi: Decoupled Enhancement of Recognition and Localization for Semi-supervised Panoptic Segmentation2025-07-14Leveraging Out-of-Distribution Unlabeled Images: Semi-Supervised Semantic Segmentation with an Open-Vocabulary Model2025-07-04HierVL: Semi-Supervised Segmentation leveraging Hierarchical Vision-Language Synergy with Dynamic Text-Spatial Query Alignment2025-06-16FARCLUSS: Fuzzy Adaptive Rebalancing and Contrastive Uncertainty Learning for Semi-Supervised Semantic Segmentation2025-06-11RS-MTDF: Multi-Teacher Distillation and Fusion for Remote Sensing Semi-Supervised Semantic Segmentation2025-06-10Adaptive Spatial Augmentation for Semi-supervised Semantic Segmentation2025-05-29Zero-Shot Pseudo Labels Generation Using SAM and CLIP for Semi-Supervised Semantic Segmentation2025-05-26