English

Barely-Supervised Learning: Semi-Supervised Learning with very few labeled images

Computer Vision and Pattern Recognition 2021-12-23 v1

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, akin to a voting scheme. The second iteratively updates class-dependent confidence thresholds to better explore classes that are under-represented in the pseudo-labels. Our experiments show that our approach performs significantly better on STL-10 in the barely-supervised regime, e.g. with 4 or 8 labeled images per class.

Keywords

Cite

@article{arxiv.2112.12004,
  title  = {Barely-Supervised Learning: Semi-Supervised Learning with very few labeled images},
  author = {Thomas Lucas and Philippe Weinzaepfel and Gregory Rogez},
  journal= {arXiv preprint arXiv:2112.12004},
  year   = {2021}
}
R2 v1 2026-06-24T08:28:10.306Z