Papers › Big Self-Supervised Models are Strong Semi-Supervised Learners

Big Self-Supervised Models are Strong Semi-Supervised Learners

17 Jun 2020NeurIPS 2020 12arXiv:2006.10029archive 2025-07-28

Ting Chen, Simon Kornblith, Kevin Swersky, Mohammad Norouzi, Geoffrey Hinton

One paradigm for learning from few labeled examples while making best use of a large amount of unlabeled data is unsupervised pretraining followed by supervised fine-tuning. Although this paradigm uses unlabeled data in a task-agnostic way, in contrast to common approaches to semi-supervised learning for computer vision, we show that it is surprisingly effective for semi-supervised learning on ImageNet. A key ingredient of our approach is the use of big (deep and wide) networks during pretraining and fine-tuning. We find that, the fewer the labels, the more this approach (task-agnostic use of unlabeled data) benefits from a bigger network. After fine-tuning, the big network can be further improved and distilled into a much smaller one with little loss in classification accuracy by using the unlabeled examples for a second time, but in a task-specific way. The proposed semi-supervised learning algorithm can be summarized in three steps: unsupervised pretraining of a big ResNet model using SimCLRv2, supervised fine-tuning on a few labeled examples, and distillation with unlabeled examples for refining and transferring the task-specific knowledge. This procedure achieves 73.9% ImageNet top-1 accuracy with just 1% of the labels (≤13 labeled images per class) using ResNet-50, a 10× improvement in label efficiency over the previous state-of-the-art. With 10% of labels, ResNet-50 trained with our method achieves 77.5% top-1 accuracy, outperforming standard supervised training with all of the labels.

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

Code

Syntology Ran 0 of 6 code samples harvested from 1 repository linked to this paper; 6 have no recorded run.

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

google-research/simclr officialmentioned in papermentioned on GitHubtf report
nikheelpandey/TAUP mentioned on GitHubpytorch report
nikheelpandey/TAUP-PyTorch mentioned on GitHubpytorch report
parkinkon1/simclr mentioned on GitHubtf report
sayakpaul/PAWS-TF mentioned on GitHubtfApache-2.0 report
serre-lab/prj_selfsup mentioned on GitHubtfApache-2.0 report
ta9ryuWalrus/simclr mentioned on GitHubtf 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

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

6unverified

Licence: 0 of the 6 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 serre-lab/prj_selfsup. “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.

attractive_loss serre-lab/prj_selfsup/model/objective.py community (archive-listed) unverified Apache-2.0 (permissive) · a7a5dcdaf8aafb54 · report
attractive_repulsive_loss serre-lab/prj_selfsup/model/objective.py community (archive-listed) unverified Apache-2.0 (permissive) · 79e0efae44111eea · report
get_train_steps serre-lab/prj_selfsup/model/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 14ec8ff095316493 · report
learning_rate_schedule serre-lab/prj_selfsup/model/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · ea360af54446b02b · report
resnet_autoencoder_v1_generator serre-lab/prj_selfsup/model/resnet_ae.py community (archive-listed) unverified Apache-2.0 (permissive) · ac78dbf80b2d832a · report
supervised_loss serre-lab/prj_selfsup/model/objective.py community (archive-listed) unverified Apache-2.0 (permissive) · e888c30f5b90e24a · report

Tasks

Self-Supervised Image ClassificationSemi-Supervised Image Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-152 x3, SK) Number of Params 795M #28 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-152 x3, SK) Top 1 Accuracy 79.8% #28 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-152 x3, SK) Top 5 Accuracy 94.9% #28 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-50 x2) Number of Params 94M #69 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-50 x2) Top 1 Accuracy 75.6% #69 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-50 x2) Top 5 Accuracy 92.7% #69 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-50) Number of Params 24M #97 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-50) Top 1 Accuracy 71.7% #97 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet SimCLRv2 (ResNet-50) Top 5 Accuracy 90.4% #97 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet (finetuned) SimCLRv2 (ResNet-152, 3×+SK) Number of Params 795M #46 of 65 Archive leaderboard report
Self-Supervised Image Classification ImageNet (finetuned) SimCLRv2 (ResNet-152, 3×+SK) Top 1 Accuracy 83.1% #46 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 self-distilled (ResNet-152 x3, SK) Top 1 Accuracy 76.6% #10 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 self-distilled (ResNet-152 x3, SK) Top 5 Accuracy 93.4% #10 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 distilled (ResNet-50 x2, SK) Top 1 Accuracy 75.9% #11 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 distilled (ResNet-50 x2, SK) Top 5 Accuracy 93.0% #11 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 (ResNet-152 x3, SK) Top 1 Accuracy 74.9% #13 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 (ResNet-152 x3, SK) Top 5 Accuracy 92.3% #13 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 distilled (ResNet-50) Top 1 Accuracy 73.9% #14 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 distilled (ResNet-50) Top 5 Accuracy 91.5% #14 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 (ResNet-50 ×2) Top 1 Accuracy 66.3% #30 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 (ResNet-50 ×2) Top 5 Accuracy 87.4% #30 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 (ResNet-50) Top 1 Accuracy 57.9% #42 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 1% labeled data SimCLRv2 (ResNet-50) Top 5 Accuracy 82.5% #42 of 65 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 self-distilled (ResNet-152 x3, SK) Top 1 Accuracy 80.9% #9 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 self-distilled (ResNet-152 x3, SK) Top 5 Accuracy 95.5% #9 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 distilled (ResNet-50 x2, SK) Top 1 Accuracy 80.2% #11 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 distilled (ResNet-50 x2, SK) Top 5 Accuracy 95.0% #11 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 (ResNet-152 x3, SK) Top 1 Accuracy 80.1% #12 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 (ResNet-152 x3, SK) Top 5 Accuracy 95.0% #12 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 distilled (ResNet-50) Top 1 Accuracy 77.5% #20 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 distilled (ResNet-50) Top 5 Accuracy 93.4% #20 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 (ResNet-50 x2) Top 1 Accuracy 73.9% #33 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 (ResNet-50 x2) Top 5 Accuracy 91.9% #33 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 (ResNet-50) Top 1 Accuracy 68.4% #43 of 75 Archive leaderboard report
Semi-Supervised Image Classification ImageNet - 10% labeled data SimCLRv2 (ResNet-50) Top 5 Accuracy 89.2% #43 of 75 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

Introduced by this paper: SimCLRv2

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionGlobal Average PoolingKaiming InitializationMax PoolingReLUResidual BlockResidual ConnectionSimCLRv2

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