Papers › Semi-Supervised Semantic Segmentation with Cross-Consistency Training

Semi-Supervised Semantic Segmentation with Cross-Consistency Training

19 Mar 2020CVPR 2020 6arXiv:2003.09005archive 2025-07-28

Yassine Ouali, Céline Hudelot, Myriam Tami

In this paper, we present a novel cross-consistency based semi-supervised approach for semantic segmentation. Consistency training has proven to be a powerful semi-supervised learning framework for leveraging unlabeled data under the cluster assumption, in which the decision boundary should lie in low-density regions. In this work, we first observe that for semantic segmentation, the low-density regions are more apparent within the hidden representations than within the inputs. We thus propose cross-consistency training, where an invariance of the predictions is enforced over different perturbations applied to the outputs of the encoder. Concretely, a shared encoder and a main decoder are trained in a supervised manner using the available labeled examples. To leverage the unlabeled examples, we enforce a consistency between the main decoder predictions and those of the auxiliary decoders, taking as inputs different perturbed versions of the encoder's output, and consequently, improving the encoder's representations. The proposed method is simple and can easily be extended to use additional training signal, such as image-level labels or pixel-level labels across different domains. We perform an ablation study to tease apart the effectiveness of each component, and conduct extensive experiments to demonstrate that our method achieves state-of-the-art results in several datasets.

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="2003.09005")

Code

Syntology Ran 10 of 20 code samples harvested from 3 repositories linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 19 samples from 2 repositories, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yassouali/CCT officialmentioned in papermentioned on GitHubpytorch report
HiLab-git/DTC mentioned on GitHubpytorchMIT report
Luoxd1996/DTC mentioned on GitHubpytorchMIT report
ZHKKKe/PixelSSL mentioned on GitHubpytorch report
dbash/zerowaste mentioned on GitHubpytorch 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

20 samples harvested; 10 ran; 2 honoured the contract we drafted; 10 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.

2ran · honoured contract
2ran · fixture could not drive it
6ran
10unverified

Licence: 0 of the 20 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.

multi_scale_predict yassouali/CCT/inference.py official repository ran · fixture could not drive it MIT (permissive) · 60e3883cd6fa1a80 · report
sigmoid_rampup Luoxd1996/DTC/code/utils/ramps.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 3fb68ed6809a8085 · report
cosine_rampdown Luoxd1996/DTC/code/utils/ramps.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 214e4ee9afcfa0e3 · report
dice Luoxd1996/DTC/code/utils/metrics.py community (archive-listed) ran fingerprinted MIT (permissive) · 271f6a7053a24e6c · report
dice_loss Luoxd1996/DTC/code/utils/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · 9f3489c005e0165d · report
dice_loss1 Luoxd1996/DTC/code/utils/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · 4953e4d45e6de492 · report
encode_segmap Luoxd1996/DTC/code/dataloaders/utils.py community (archive-listed) ran MIT (permissive) · 75e298e708abee58 · report
entropy_loss Luoxd1996/DTC/code/utils/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · f8c429b95e4ae707 · report
recursive_glob Luoxd1996/DTC/code/dataloaders/utils.py community (archive-listed) ran fingerprinted MIT (permissive) · f1e67bfcea91df50 · report
upsample ZHKKKe/PixelSSL/pixelssl/ssl_algorithm/ssl_cct.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · dda77a33e14993ff · report
cal_dice Luoxd1996/DTC/code/utils/metrics.py community (archive-listed) unverified MIT (permissive) · ca40feece5ce04cb · report
compute_dtm Luoxd1996/DTC/code/utils/losses_2.py community (archive-listed) unverified MIT (permissive) · 133472fc12305a9c · report
compute_sdf Luoxd1996/DTC/code/utils/losses_2.py community (archive-listed) unverified MIT (permissive) · 3b9f66ea3c6c5f9c · report
decode_seg_map_sequence Luoxd1996/DTC/code/dataloaders/utils.py community (archive-listed) unverified MIT (permissive) · 37fd4aff70632850 · report
grouper Luoxd1996/DTC/code/dataloaders/la_heart.py community (archive-listed) unverified MIT (permissive) · c7ba8abbb7422762 · report
hd_loss Luoxd1996/DTC/code/utils/losses_2.py community (archive-listed) unverified MIT (permissive) · 57c0f850206bf646 · report
iterate_eternally Luoxd1996/DTC/code/dataloaders/la_heart.py community (archive-listed) unverified MIT (permissive) · 842cf7025c8045b6 · report
iterate_once Luoxd1996/DTC/code/dataloaders/la_heart.py community (archive-listed) unverified MIT (permissive) · 4232c309adddf9e4 · report
linear_rampup Luoxd1996/DTC/code/utils/ramps.py community (archive-listed) unverified MIT (permissive) · 069122bd5268cc56 · report
load_model Luoxd1996/DTC/code/utils/util.py community (archive-listed) unverified MIT (permissive) · ad6309e2c80e2b00 · report

Tasks

DecoderSemantic SegmentationSemi-Supervised Semantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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