CVApr 29, 2021

With a Little Help from My Friends: Nearest-Neighbor Contrastive Learning of Visual Representations

arXiv:2104.14548v2546 citations
Originality Highly original
AI Analysis

This method addresses the need for more semantic variations in self-supervised learning for computer vision, offering incremental improvements over existing state-of-the-art techniques.

The paper tackled the problem of self-supervised learning for visual representations by using nearest neighbors from the dataset as positives in contrastive losses, which improved ImageNet classification accuracy from 71.7% to 75.6% and semi-supervised learning performance from 53.8% to 56.5% with 1% labels.

Self-supervised learning algorithms based on instance discrimination train encoders to be invariant to pre-defined transformations of the same instance. While most methods treat different views of the same image as positives for a contrastive loss, we are interested in using positives from other instances in the dataset. Our method, Nearest-Neighbor Contrastive Learning of visual Representations (NNCLR), samples the nearest neighbors from the dataset in the latent space, and treats them as positives. This provides more semantic variations than pre-defined transformations. We find that using the nearest-neighbor as positive in contrastive losses improves performance significantly on ImageNet classification, from 71.7% to 75.6%, outperforming previous state-of-the-art methods. On semi-supervised learning benchmarks we improve performance significantly when only 1% ImageNet labels are available, from 53.8% to 56.5%. On transfer learning benchmarks our method outperforms state-of-the-art methods (including supervised learning with ImageNet) on 8 out of 12 downstream datasets. Furthermore, we demonstrate empirically that our method is less reliant on complex data augmentations. We see a relative reduction of only 2.1% ImageNet Top-1 accuracy when we train using only random crops.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes