Improved Baselines with Momentum Contrastive Learning
About
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.
Xinlei Chen, Haoqi Fan, Ross Girshick, Kaiming He• 2020
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-100 (test) | Accuracy59.51 | 3518 | |
| Semantic segmentation | ADE20K (val) | mIoU36.2 | 2731 | |
| Object Detection | COCO 2017 (val) | AP42 | 2454 | |
| Semantic segmentation | PASCAL VOC 2012 (val) | Mean IoU69.2 | 2040 | |
| Image Classification | ImageNet-1K 1.0 (val) | Top-1 Accuracy79.8 | 1866 | |
| Image Classification | ImageNet-1k (val) | Top-1 Accuracy72.2 | 1453 | |
| Image Classification | ImageNet (val) | Top-1 Acc71.1 | 1206 | |
| Classification | ImageNet-1K 1.0 (val) | Top-1 Accuracy (%)67.6 | 1155 | |
| Instance Segmentation | COCO 2017 (val) | APm0.361 | 1144 | |
| Semantic segmentation | ADE20K | mIoU37.5 | 936 |
Showing 10 of 309 rows
...