Barely-Supervised Learning: Semi-Supervised Learning with very few labeled images
Thomas Lucas, Philippe Weinzaepfel, Gregory Rogez

TL;DR
This paper addresses the challenge of semi-supervised learning with very few labeled images, analyzing existing methods and proposing new techniques to improve training signals in barely-supervised scenarios, especially on STL-10.
Contribution
It introduces methods leveraging self-supervised learning and refined pseudo-label selection to enhance semi-supervised learning with minimal labeled data.
Findings
Significant performance improvements on STL-10 with 4 or 8 labeled images per class.
FixMatch often fails in barely-supervised scenarios due to lack of training signal.
Proposed methods provide more reliable training signals and better class exploration.
Abstract
This paper tackles the problem of semi-supervised learning when the set of labeled samples is limited to a small number of images per class, typically less than 10, problem that we refer to as barely-supervised learning. We analyze in depth the behavior of a state-of-the-art semi-supervised method, FixMatch, which relies on a weakly-augmented version of an image to obtain supervision signal for a more strongly-augmented version. We show that it frequently fails in barely-supervised scenarios, due to a lack of training signal when no pseudo-label can be predicted with high confidence. We propose a method to leverage self-supervised methods that provides training signal in the absence of confident pseudo-labels. We then propose two methods to refine the pseudo-label selection process which lead to further improvements. The first one relies on a per-sample history of the model predictions,…
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.
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Machine Learning and Data Classification
MethodsFixMatch
