Semi-Supervised Learning of Visual Features by Non-Parametrically Predicting View Assignments with Support Samples
Mahmoud Assran, Mathilde Caron, Ishan Misra, Piotr Bojanowski, Armand, Joulin, Nicolas Ballas, Michael Rabbat

TL;DR
PAWS introduces a semi-supervised learning method that non-parametrically predicts view assignments using support samples, achieving state-of-the-art results with less training on ImageNet.
Contribution
The paper presents a simple yet effective semi-supervised learning approach that extends distance-metric loss with non-parametric pseudo-labeling using support samples.
Findings
Outperforms previous semi-supervised methods on ImageNet.
Achieves 75.5% top-1 accuracy with 10% labels.
Requires significantly less training time.
Abstract
This paper proposes a novel method of learning by predicting view assignments with support samples (PAWS). The method trains a model to minimize a consistency loss, which ensures that different views of the same unlabeled instance are assigned similar pseudo-labels. The pseudo-labels are generated non-parametrically, by comparing the representations of the image views to those of a set of randomly sampled labeled images. The distance between the view representations and labeled representations is used to provide a weighting over class labels, which we interpret as a soft pseudo-label. By non-parametrically incorporating labeled samples in this way, PAWS extends the distance-metric loss used in self-supervised methods such as BYOL and SwAV to the semi-supervised setting. Despite the simplicity of the approach, PAWS outperforms other semi-supervised methods across architectures, setting a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications
MethodsBootstrap Your Own Latent · LARS · Swapping Assignments between Views
