Papers › Self-training with Noisy Student improves ImageNet classification
Self-training with Noisy Student improves ImageNet classification
Qizhe Xie, Minh-Thang Luong, Eduard Hovy, Quoc V. Le
We present Noisy Student Training, a semi-supervised learning approach that works well even when labeled data is abundant. Noisy Student Training achieves 88.4% top-1 accuracy on ImageNet, which is 2.0% better than the state-of-the-art model that requires 3.5B weakly labeled Instagram images. On robustness test sets, it improves ImageNet-A top-1 accuracy from 61.0% to 83.7%, reduces ImageNet-C mean corruption error from 45.7 to 28.3, and reduces ImageNet-P mean flip rate from 27.8 to 12.2. Noisy Student Training extends the idea of self-training and distillation with the use of equal-or-larger student models and noise added to the student during learning. On ImageNet, we first train an EfficientNet model on labeled images and use it as a teacher to generate pseudo labels for 300M unlabeled images. We then train a larger EfficientNet as a student model on the combination of labeled and pseudo labeled images. We iterate this process by putting back the student as the teacher. During the learning of the student, we inject noise such as dropout, stochastic depth, and data augmentation via RandAugment to the student so that the student generalizes better than the teacher. Models are available at https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet. Code is available at https://github.com/google-research/noisystudent.
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="1911.04252")
Code
Syntology Ran 5 of 24 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it.
By repository: official repository: 16 samples from 1 repository, 0 ran; community (archive-listed): 8 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
13 repositories listed; official and paper-mentioned ones first.
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
24 samples harvested; 5 ran; 2 honoured the contract we drafted; 19 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: 0 of the 24 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 2 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.
574c2e00bbe4667f · report
53da5ea39ee2fa51 · report
7b88b9f2e3c23c21 · report
4ae6bf83cccbb591 · report
d42d54a4353367b5 · report
e430f1fd246b1b51 · report
00e16fdd1db60196 · report
aabbd55b6f0e8db6 · report
ab69b327577ef8d4 · report
5edab72c1f95b154 · report
8823cc7b394ad9d1 · report
d8e0266f26c70d20 · report
0df948cabd4bdae3 · report
033941ec31eafc06 · report
e40dd3a18c0fb8bc · report
c0942e1efe9598d2 · report
e9ed9f7ced6189ee · report
96248e1c8a073860 · report
5640ec0612debaea · report
b43c2e4c5402cf83 · report
bd1c72a9d8556505 · report
cafc76d8c85afb88 · report
538d8c4191034b39 · report
b10fb8ac53c53a97 · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Image Classification | ImageNet | NoisyStudent (EfficientNet-L2) | Hardware Burden | 51800G | #48 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-L2) | Number of params | 480M | #48 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-L2) | Top 1 Accuracy | 88.4% | #48 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B7) | GFLOPs | 37 | #118 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B7) | Number of params | 66M | #118 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B7) | Top 1 Accuracy | 86.9% | #118 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B6) | Number of params | 43M | #148 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B6) | Top 1 Accuracy | 86.4% | #148 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B5) | Number of params | 30M | #172 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B5) | Top 1 Accuracy | 86.1% | #172 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B4) | Number of params | 19M | #240 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B4) | Top 1 Accuracy | 85.3% | #240 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B3) | Number of params | 12M | #351 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B3) | Top 1 Accuracy | 84.1% | #351 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B2) | Number of params | 9.2M | #538 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B2) | Top 1 Accuracy | 82.4% | #538 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B1) | Number of params | 7.8M | #633 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B1) | Top 1 Accuracy | 81.5% | #633 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B0) | Number of params | 5.3M | #803 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | NoisyStudent (EfficientNet-B0) | Top 1 Accuracy | 78.8% | #803 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet ReaL | EfficientNet-L2 | Accuracy | 90.55% | #16 of 57 | Archive leaderboard | report |
| Image Classification | ImageNet ReaL | EfficientNet-L2 | Params | 480M | #16 of 57 | 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
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