Improved Baselines with Momentum Contrastive Learning
2020-03-09Code Available1· sign in to hype
Xinlei Chen, Haoqi Fan, Ross Girshick, Kaiming He
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/facebookresearch/mocoOfficialpytorch★ 5,121
- github.com/open-mmlab/mmdetectionpytorch★ 32,525
- github.com/lightly-ai/lightlypytorch★ 3,700
- github.com/open-mmlab/mmselfsuppytorch★ 3,297
- github.com/HobbitLong/PyContrastpytorch★ 1,995
- github.com/alibaba/EasyCVpytorch★ 1,949
- github.com/vturrisi/solo-learnpytorch★ 1,553
- github.com/facebookresearch/simsiampytorch★ 1,230
- github.com/OML-Team/open-metric-learningpytorch★ 985
- github.com/Westlake-AI/openmixuppytorch★ 657
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.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Places205 | MoCo v2 | Top 1 Accuracy | 52.9 | — | Unverified |