Papers › Semi-Supervised Semantic Segmentation with Cross Pseudo Supervision
Semi-Supervised Semantic Segmentation with Cross Pseudo Supervision
Xiaokang Chen, Yuhui Yuan, Gang Zeng, Jingdong Wang
In this paper, we study the semi-supervised semantic segmentation problem via exploring both labeled data and extra unlabeled data. We propose a novel consistency regularization approach, called cross pseudo supervision (CPS). Our approach imposes the consistency on two segmentation networks perturbed with different initialization for the same input image. The pseudo one-hot label map, output from one perturbed segmentation network, is used to supervise the other segmentation network with the standard cross-entropy loss, and vice versa. The CPS consistency has two roles: encourage high similarity between the predictions of two perturbed networks for the same input image, and expand training data by using the unlabeled data with pseudo labels. Experiment results show that our approach achieves the state-of-the-art semi-supervised segmentation performance on Cityscapes and PASCAL VOC 2012. Code is available at https://git.io/CPS.
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="2106.01226")
Code
Syntology Ran 22 of 39 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 6 ran · fixture could not drive it; 10 ran with no contract checked.
By repository: official repository: 7 samples from 1 repository, 1 ran; community (archive-listed): 32 samples from 2 repositories, 21 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
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
39 samples harvested; 22 ran; 1 honoured the contract we drafted; 17 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.
Licence: 28 of the 39 samples 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.
fac5364e2f53c6db · report
3bcf2f021ec54810 · report
636b23389eba27a1 · report
835ca2564a9653a6 · report
c48d876b9a3ae27a · report
97f5e3b69f2c69ea · report
99b42d109e83351a · report
43976b9c757e2931 · report
7376c94156eef50e · report
0525b2902320166f · report
ee5ad1935ccce67d · report
fa35dd778049b33e · report
aec285de0ab732b7 · report
8db3a8167f167a90 · report
f1fa2c7b643051a4 · report
de4ac68ef98bebc8 · report
e74fcb04fd589c71 · report
203e73feddb57884 · report
c6cd5ad91c3a2851 · report
74dcea3d4dcc90a5 · report
9e85fa995eda358a · report
17cb5b0dfa01b491 · report
815e160273134736 · report
356686ea476b6ce4 · report
ee31a169e3121523 · report
cdc6961513bc7352 · report
f385fb867a898c19 · report
b7dfd9cbf7eedacb · report
7c76a16e37d76d1d · report
fbf76f33c68cc257 · report
a2c8b38ba9393780 · report
4f9f5a818fe83273 · report
fabc41fbf8341410 · report
891adce76c9b1ef4 · report
74ffeedbf2acc130 · report
7dbd86b9ed974d1c · report
29176ca87f23c2d7 · report
17881896b84793bf · report
35bbfab3ce7415bc · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Semi-Supervised Semantic Segmentation | Cityscapes 12.5% labeled | CPS (DeepLab v3+ with ImageNet-pretrained ResNet-101, single scale inference) | Validation mIoU | 77.62% | #11 of 33 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 25% labeled | CPS (DeepLab v3+ with ImageNet-pretrained ResNet-101, single scale inference) | Validation mIoU | 79.21% | #9 of 30 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 50% labeled | CPS (DeepLab v3+ with ImageNet-pretrained ResNet-101, single scale inference) | Validation mIoU | 80.21% | #7 of 23 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 6.25% labeled | CPS (DeepLab v3+ with ResNet-101) | Validation mIoU | 69.8 | #18 of 18 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 183 labeled | CPS (DeepLab v3+ with ResNet-101) | Validation mIoU | 67.4 | #15 of 16 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 25% labeled | CPS (DeepLab v3+ with ImageNet-pretrained ResNet-101, single scale inference) | Validation mIoU | 77.68% | #16 of 27 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 366 labeled | CPS (DeepLab v3+ with ResNet-101) | Validation mIoU | 71.7 | #15 of 15 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 732 labeled | CPS (DeepLab v3+ with ResNet-101) | Validation mIoU | 75.9 | #15 of 16 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 92 labeled | CPS (DeepLab v3+ with ResNet-101) | Validation mIoU | 64.1 | #16 of 17 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Pascal VOC 2012 12.5% labeled | CPS | Validation mIoU | 76.44% | #15 of 38 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | ScribbleKITTI | CPS (Range View) | mIoU (1% Labels) | 33.7 | #8 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | ScribbleKITTI | CPS (Range View) | mIoU (10% Labels) | 50.0 | #8 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | ScribbleKITTI | CPS (Range View) | mIoU (20% Labels) | 52.8 | #8 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | ScribbleKITTI | CPS (Range View) | mIoU (50% Labels) | 54.6 | #8 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | SemanticKITTI | CPS (Range View) | mIoU (1% Labels) | 36.5 | #12 of 12 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | SemanticKITTI | CPS (Range View) | mIoU (10% Labels) | 52.3 | #12 of 12 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | SemanticKITTI | CPS (Range View) | mIoU (20% Labels) | 56.3 | #12 of 12 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | SemanticKITTI | CPS (Range View) | mIoU (50% Labels) | 57.4 | #12 of 12 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | WoodScape | CPS | Mean IoU | 62.87 | #2 of 2 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | nuScenes | CPS (Range View) | mIoU (1% Labels) | 40.7 | #10 of 11 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | nuScenes | CPS (Range View) | mIoU (10% Labels) | 60.8 | #10 of 11 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | nuScenes | CPS (Range View) | mIoU (20% Labels) | 64.9 | #10 of 11 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | nuScenes | CPS (Range View) | mIoU (50% Labels) | 68.0 | #10 of 11 | 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.
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