Papers › Semi-Supervised Semantic Segmentation via Adaptive Equalization Learning

Semi-Supervised Semantic Segmentation via Adaptive Equalization Learning

11 Oct 2021NeurIPS 2021 12arXiv:2110.05474archive 2025-07-28

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

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

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2110.05474")

Code

Syntology Ran 1 of 1 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hzhupku/semiseg-ael officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

1 sample harvested; 1 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran

Licence: 0 of the 1 sample are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hzhupku/semiseg-ael. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Criterion_cons hzhupku/semiseg-ael/semseg/utils/loss_helper.py official repository ran MIT (permissive) · df89ce7c7fa936b9 · report

Tasks

Data AugmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semi-Supervised Semantic Segmentation ADE20K 1/16 labeled AEL Validation mIoU 33.2 #3 of 5 Archive leaderboard report
Semi-Supervised Semantic Segmentation ADE20K 1/32 labeled AEL Validation mIoU 28.4 #3 of 5 Archive leaderboard report
Semi-Supervised Semantic Segmentation Cityscapes 12.5% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 77.9% #8 of 33 Archive leaderboard report
Semi-Supervised Semantic Segmentation Cityscapes 25% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 79.01% #10 of 30 Archive leaderboard report
Semi-Supervised Semantic Segmentation Cityscapes 50% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 80.28% #6 of 23 Archive leaderboard report
Semi-Supervised Semantic Segmentation Cityscapes 6.25% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 75.83% #10 of 18 Archive leaderboard report
Semi-Supervised Semantic Segmentation Cityscapes 93 labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 74.28 #1 of 3 Archive leaderboard report
Semi-Supervised Semantic Segmentation PASCAL VOC 2012 25% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 78.06 #14 of 27 Archive leaderboard report
Semi-Supervised Semantic Segmentation PASCAL VOC 2012 331 labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 76.97 #1 of 1 Archive leaderboard report
Semi-Supervised Semantic Segmentation PASCAL VOC 2012 50% AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 80.29% #4 of 14 Archive leaderboard report
Semi-Supervised Semantic Segmentation Pascal VOC 2012 12.5% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 77.57% #14 of 38 Archive leaderboard report
Semi-Supervised Semantic Segmentation Pascal VOC 2012 6.25% labeled AEL (DeepLab v3+ with ResNet-101 pretraind on ImageNet-1K) Validation mIoU 77.2 #11 of 19 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Copy-PasteCutMix

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections