Papers › Curriculum Labeling: Revisiting Pseudo-Labeling for Semi-Supervised Learning

Curriculum Labeling: Revisiting Pseudo-Labeling for Semi-Supervised Learning

16 Jan 2020arXiv:2001.06001archive 2025-07-28

Paola Cascante-Bonilla, Fuwen Tan, Yanjun Qi, Vicente Ordonez

In this paper we revisit the idea of pseudo-labeling in the context of semi-supervised learning where a learning algorithm has access to a small set of labeled samples and a large set of unlabeled samples. Pseudo-labeling works by applying pseudo-labels to samples in the unlabeled set by using a model trained on the combination of the labeled samples and any previously pseudo-labeled samples, and iteratively repeating this process in a self-training cycle. Current methods seem to have abandoned this approach in favor of consistency regularization methods that train models under a combination of different styles of self-supervised losses on the unlabeled samples and standard supervised losses on the labeled samples. We empirically demonstrate that pseudo-labeling can in fact be competitive with the state-of-the-art, while being more resilient to out-of-distribution samples in the unlabeled set. We identify two key factors that allow pseudo-labeling to achieve such remarkable results (1) applying curriculum learning principles and (2) avoiding concept drift by restarting model parameters before each self-training cycle. We obtain 94.91% accuracy on CIFAR-10 using only 4,000 labeled samples, and 68.87% top-1 accuracy on Imagenet-ILSVRC using only 10% of the labeled samples. The code is available at https://github.com/uvavision/Curriculum-Labeling

PaperPDFCodeCode 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="2001.06001")

Code

Syntology Ran 8 of 20 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 2 ran with no contract checked.

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

uvavision/Curriculum-Labeling 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

20 samples harvested; 8 ran; 0 honoured the contract we drafted; 12 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.

3ran · our draft was wrong
3ran · fixture could not drive it
2ran
12unverified

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 uvavision/Curriculum-Labeling. “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.

ShearX uvavision/Curriculum-Labeling/utils/augmentations.py official repository ran · fixture could not drive it MIT (permissive) · b92936d1f2ac3e6c · report
ShearY uvavision/Curriculum-Labeling/utils/augmentations.py official repository ran · fixture could not drive it MIT (permissive) · 008c64b77c4ae4c9 · report
TranslateX uvavision/Curriculum-Labeling/utils/augmentations.py official repository ran · fixture could not drive it MIT (permissive) · ab50d5bbcf589623 · report
conv3x3 uvavision/Curriculum-Labeling/models/wideresnet.py official repository ran · our draft was wrong MIT (permissive) · 00e569acd6b45ef0 · report
conv3x3 uvavision/Curriculum-Labeling/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · dd1114865f06f0fd · report
denorm uvavision/Curriculum-Labeling/utils/dataloaders.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 289ace78904e68a8 · report
float_parameter uvavision/Curriculum-Labeling/utils/archive.py official repository ran fingerprinted MIT (permissive) · 40d3c39a403ae1f7 · report
int_parameter uvavision/Curriculum-Labeling/utils/archive.py official repository ran fingerprinted MIT (permissive) · 7900a3a6deef908b · report
WRN28_10 uvavision/Curriculum-Labeling/models/wideresnet.py official repository unverified MIT (permissive) · 6aab213500e32db8 · report
WRN28_2 uvavision/Curriculum-Labeling/models/wideresnet.py official repository unverified MIT (permissive) · 5d1b43bed0430f20 · report
apply_zca uvavision/Curriculum-Labeling/utils/dataloaders.py official repository unverified MIT (permissive) · 071a33a07294a3b4 · report
autoaug2arsaug uvavision/Curriculum-Labeling/utils/archive.py official repository unverified MIT (permissive) · da679b4529854997 · report
castClasses uvavision/Curriculum-Labeling/methods/entropy/curriculum_labeling_eval.py official repository unverified MIT (permissive) · edac169ce303f83f · report
cnn13 uvavision/Curriculum-Labeling/models/lenet.py official repository unverified MIT (permissive) · 17edc50738edda68 · report
getNetwork uvavision/Curriculum-Labeling/methods/entropy/curriculum_labeling_eval.py official repository unverified MIT (permissive) · a7892ed042f9619a · report
load_data_subsets uvavision/Curriculum-Labeling/utils/dataloaders.py official repository unverified MIT (permissive) · 7977f67858e013e2 · report
softmax_kl_loss uvavision/Curriculum-Labeling/utils/losses.py official repository unverified MIT (permissive) · 1702794d89949977 · report
softmax_mse_loss uvavision/Curriculum-Labeling/utils/losses.py official repository unverified MIT (permissive) · 8b19d99a6e799176 · report
symmetric_mse_loss uvavision/Curriculum-Labeling/utils/losses.py official repository unverified MIT (permissive) · d75345cece6fcc81 · report
validate uvavision/Curriculum-Labeling/methods/entropy/curriculum_labeling_eval.py official repository unverified MIT (permissive) · 7b176dbcc79454ff · report

Tasks

Image Classification

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