ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2020
Year
A simplified framework for contrastive learning that optimizes data augmentation composition, introduces learnable nonlinear transformations, and leverages larger batch sizes and more training steps.
SimCLR represents a pivotal shift in self-supervised learning by demonstrating that a simple contrastive framework, without specialized architectures or memory banks, can achieve performance competitive with supervised methods. Its systematic study of data augmentation composition provided actionable insights for practitioners, showing that the choice and combination of augmentations are more critical than the model architecture itself. This work democratized contrastive learning by making it accessible to a wider audience, as it relies on standard components like ResNet encoders and basic augmentations.
The paper also established best practices for scaling contrastive learning, such as using large batch sizes and longer training, which have been adopted by many subsequent works. Its emphasis on the projection head as a learnable nonlinear transformation clarified a design choice that improves representation quality, influencing how later methods structure their learning objectives.
SimCLR achieves 76.5% top-1 accuracy on ImageNet under linear evaluation, outperforming prior self-supervised methods like CPC v2 (71.5%) and MoCo (60.6%). On transfer learning tasks, it matches or exceeds supervised baselines on 10 out of 12 datasets. The paper also reports that using a 2-layer MLP projection head improves accuracy by over 10% compared to a linear projection, and that increasing batch size from 256 to 4096 yields a 5% gain.
SimCLR has become a benchmark in self-supervised learning, inspiring variants like SimCLRv2 and influencing contrastive methods in other domains (e.g., graph learning, NLP). Its findings on augmentation and projection heads are now standard practice. The paper also spurred research into reducing the computational cost of large-batch training, leading to more efficient contrastive learning algorithms.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba