Methods › General › Semi-Supervised Learning Methods › SimCLRv2
SimCLRv2
Introduced by Ting Chen et al. in Big Self-Supervised Models are Strong Semi-Supervised Learners
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
SimCLRv2 is a semi-supervised learning method for learning from few labeled examples while making best use of a large amount of unlabeled data. It is a modification of a recently proposed contrastive learning framework, SimCLR. It improves upon it in three major ways:
-
To fully leverage the power of general pre-training, larger ResNet models are explored. Unlike SimCLR and other previous work, whose largest model is ResNet-50 (4×), SimCLRv2 trains models that are deeper but less wide. The largest model trained is a 152 layer ResNet with 3× wider channels and selective kernels (SK), a channel-wise attention mechanism that improves the parameter efficiency of the network. By scaling up the model from ResNet-50 to ResNet-152 (3×+SK), a 29% relative improvement is obtained in top-1 accuracy when fine-tuned on 1% of labeled examples.
-
The capacity of the non-linear network g(·) (a.k.a. projection head) is increased, by making it deeper. Furthermore, instead of throwing away g(·) entirely after pre-training as in SimCLR, fine-tuning occurs from a middle layer. This small change yields a significant improvement for both linear evaluation and fine-tuning with only a few labeled examples. Compared to SimCLR with 2-layer projection head, by using a 3-layer projection head and fine-tuning from the 1st layer of projection head, it results in as much as 14% relative improvement in top-1 accuracy when fine-tuned on 1% of labeled examples.
-
The memory mechanism of MoCo v2 is incorporated, which designates a memory network (with a moving average of weights for stabilization) whose output will be buffered as negative examples. Since training is based on large mini-batch which already supplies many contrasting negative examples, this change yields an improvement of ∼1% for linear evaluation as well as when fine-tuning on 1% of labeled examples.
Papers archive 2025-07-28
4 shown of 4, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Differentially Private Optimizers Can Learn Adversarially Robust Models 16 Nov 2022 · 0 repositories · arXiv:2211.08942
-
Weakly Supervised Contrastive Learning 10 Oct 2021 · 1 repository · arXiv:2110.04770Syntology ran 0 of 3 samples · 3 unverified · 3 pointer-only (licence)
-
Can Vision Transformers Learn without Natural Images? 24 Mar 2021 · 1 repository · arXiv:2103.13023Syntology ran 5 of 11 samples · 6 unverified
-
Big Self-Supervised Models are Strong Semi-Supervised Learners 17 Jun 2020 · 9 repositories · arXiv:2006.10029Syntology ran 0 of 6 samples · 6 unverified
Tasks archive 2025-07-28
7 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Self-Supervised Image Classification | 2 |
| Semi-Supervised Image Classification | 2 |
| Adversarial Robustness | 1 |
| Contrastive Learning | 1 |
| Fairness | 1 |
| Representation Learning | 1 |
| Self-Supervised Learning | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
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