Highlight

Unsupervised Learning of Visual Features by Contrasting Cluster Assignments

Introduces SwAV, an online self-supervised method that clusters image views and swaps cluster-assignment predictions, avoiding pairwise comparisons.

Based on

Unsupervised Learning of Visual Features by Contrasting Cluster Assignments

By Mathilde Caron, Ishan Misra, J. Mairal et al.Neural Information Processing Systems
Read original article →

SwAV is an online self-supervised representation learning algorithm that captures the benefits of contrastive methods without their expensive explicit pairwise feature comparisons. Instead of comparing features directly, it simultaneously clusters the data while enforcing consistency between the cluster assignments produced for different augmentations, or views, of the same image. This is done through a swapped prediction mechanism, in which the cluster assignment of one view is predicted from the representation of another. The authors also introduce a multi-crop augmentation strategy that mixes views of different resolutions without much added memory or compute.

Because it avoids pairwise comparisons, SwAV works with both large and small batches, scales to unlimited data, and is more memory efficient than prior contrastive methods, requiring no large memory bank or momentum network. It achieves 75.3% top-1 accuracy on ImageNet with a ResNet-50 and surpasses supervised pretraining on all considered transfer tasks, marking strong progress in closing the gap between unsupervised and supervised visual representation learning.

Abstract

Contrastive methods narrowed the gap between unsupervised and supervised pretraining but rely on costly pairwise feature comparisons. This paper proposes SwAV, an online algorithm that clusters data while enforcing consistency between cluster assignments for different augmented views, via a swapped prediction mechanism instead of direct comparison. It needs no memory bank or momentum network and scales to any batch size. A new multi-crop augmentation adds mixed-resolution views cheaply. SwAV reaches 75.3% top-1 on ImageNet with ResNet-50, surpassing supervised pretraining on transfer tasks.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

self-supervised learningcontrastive learningonline clusteringSwAVmulti-crop augmentationimage representations
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

Unsupervised Learning of Visual Features by Contrasting Cluster Assignments | Aramai