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 via Adaptive Equaliz...

Semi-Supervised Semantic Segmentation via Adaptive Equalization Learning

Hanzhe Hu, Fangyun Wei, Han Hu, Qiwei Ye, Jinshi Cui, LiWei Wang

2021-10-11NeurIPS 2021 12Semi-Supervised Semantic SegmentationData AugmentationSemantic Segmentation
PaperPDFCode(official)

Abstract

Due to the limited and even imbalanced data, semi-supervised semantic segmentation tends to have poor performance on some certain categories, e.g., tailed categories in Cityscapes dataset which exhibits a long-tailed label distribution. Existing approaches almost all neglect this problem, and treat categories equally. Some popular approaches such as consistency regularization or pseudo-labeling may even harm the learning of under-performing categories, that the predictions or pseudo labels of these categories could be too inaccurate to guide the learning on the unlabeled data. In this paper, we look into this problem, and propose a novel framework for semi-supervised semantic segmentation, named adaptive equalization learning (AEL). AEL adaptively balances the training of well and badly performed categories, with a confidence bank to dynamically track category-wise performance during training. The confidence bank is leveraged as an indicator to tilt training towards under-performing categories, instantiated in three strategies: 1) adaptive Copy-Paste and CutMix data augmentation approaches which give more chance for under-performing categories to be copied or cut; 2) an adaptive data sampling approach to encourage pixels from under-performing category to be sampled; 3) a simple yet effective re-weighting method to alleviate the training noise raised by pseudo-labeling. Experimentally, AEL outperforms the state-of-the-art methods by a large margin on the Cityscapes and Pascal VOC benchmarks under various data partition protocols. Code is available at https://github.com/hzhupku/SemiSeg-AEL

Results

TaskDatasetMetricValueModel
Semantic SegmentationADE20K 1/16 labeledValidation mIoU33.2AEL
Semantic SegmentationPascal VOC 2012 6.25% labeledValidation mIoU77.2AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
Semantic SegmentationADE20K 1/32 labeledValidation mIoU28.4AEL
Semantic SegmentationPASCAL VOC 2012 25% labeledValidation mIoU78.06AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
Semantic SegmentationCityscapes 93 labeledValidation mIoU74.28AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
Semantic SegmentationPASCAL VOC 2012 331 labeledValidation mIoU76.97AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
10-shot image generationADE20K 1/16 labeledValidation mIoU33.2AEL
10-shot image generationPascal VOC 2012 6.25% labeledValidation mIoU77.2AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
10-shot image generationADE20K 1/32 labeledValidation mIoU28.4AEL
10-shot image generationPASCAL VOC 2012 25% labeledValidation mIoU78.06AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
10-shot image generationCityscapes 93 labeledValidation mIoU74.28AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)
10-shot image generationPASCAL VOC 2012 331 labeledValidation mIoU76.97AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K)

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Overview of the TalentCLEF 2025: Skill and Job Title Intelligence for Human Capital Management2025-07-17Pixel Perfect MegaMed: A Megapixel-Scale Vision-Language Foundation Model for Generating High Resolution Medical Images2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17A Privacy-Preserving Semantic-Segmentation Method Using Domain-Adaptation Technique2025-07-17SAMST: A Transformer framework based on SAM pseudo label filtering for remote sensing semi-supervised semantic segmentation2025-07-16