English

Momentum Contrast for Unsupervised Visual Representation Learning

Computer Vision and Pattern Recognition 2020-03-25 v3

Abstract

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.

Keywords

Cite

@article{arxiv.1911.05722,
  title  = {Momentum Contrast for Unsupervised Visual Representation Learning},
  author = {Kaiming He and Haoqi Fan and Yuxin Wu and Saining Xie and Ross Girshick},
  journal= {arXiv preprint arXiv:1911.05722},
  year   = {2020}
}

Comments

CVPR 2020 camera-ready. Code: https://github.com/facebookresearch/moco

R2 v1 2026-06-23T12:14:54.545Z