English

Improved Baselines with Momentum Contrastive Learning

Computer Vision and Pattern Recognition 2020-03-10 v1

Abstract

Contrastive unsupervised learning has recently shown encouraging progress, e.g., in Momentum Contrast (MoCo) and SimCLR. In this note, we verify the effectiveness of two of SimCLR's design improvements by implementing them in the MoCo framework. With simple modifications to MoCo---namely, using an MLP projection head and more data augmentation---we establish stronger baselines that outperform SimCLR and do not require large training batches. We hope this will make state-of-the-art unsupervised learning research more accessible. Code will be made public.

Keywords

Cite

@article{arxiv.2003.04297,
  title  = {Improved Baselines with Momentum Contrastive Learning},
  author = {Xinlei Chen and Haoqi Fan and Ross Girshick and Kaiming He},
  journal= {arXiv preprint arXiv:2003.04297},
  year   = {2020}
}

Comments

Tech report, 2 pages + references

R2 v1 2026-06-23T14:09:09.790Z