Momentum Contrast for Unsupervised Visual Representation Learning
About
We present Momentum Contrast (MoCo) for unsupervised visual representation learning. From a perspective on contrastive learning as dictionary look-up, we build a dynamic dictionary with a queue and a moving-averaged encoder. This enables building a large and consistent dictionary on-the-fly that facilitates contrastive unsupervised learning. MoCo provides competitive results under the common linear protocol on ImageNet classification. More importantly, the representations learned by MoCo transfer well to downstream tasks. MoCo can outperform its supervised pre-training counterpart in 7 detection/segmentation tasks on PASCAL VOC, COCO, and other datasets, sometimes surpassing it by large margins. This suggests that the gap between unsupervised and supervised representation learning has been largely closed in many vision tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-100 (test) | Accuracy56.1 | 3518 | |
| Image Classification | CIFAR-10 (test) | Accuracy86.7 | 3381 | |
| Semantic segmentation | ADE20K (val) | mIoU36.7 | 2731 | |
| Object Detection | COCO 2017 (val) | AP39.1 | 2454 | |
| Semantic segmentation | PASCAL VOC 2012 (val) | Mean IoU73.6 | 2040 | |
| Image Classification | ImageNet-1k (val) | Top-1 Accuracy75.9 | 1453 | |
| Semantic segmentation | PASCAL VOC 2012 (test) | mIoU72.5 | 1342 | |
| Image Classification | ImageNet (val) | Top-1 Acc68.6 | 1206 | |
| Classification | ImageNet-1K 1.0 (val) | Top-1 Accuracy (%)60.8 | 1155 | |
| Instance Segmentation | COCO 2017 (val) | APm0.351 | 1144 |