Concepedia

TLDR

Contrastive unsupervised learning has recently shown encouraging progress, e.g., in Momentum Contrast (MoCo) and SimCLR. This note verifies the effectiveness of two of SimCLR's design improvements by implementing them in the MoCo framework. The authors implement these improvements in MoCo and will release the code publicly. With simple modifications—an MLP projection head and more data augmentation—the modified MoCo establishes stronger baselines that outperform SimCLR, require smaller training batches, and make state‑of‑the‑art unsupervised learning research more accessible.

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.

References

YearCitations

Page 1