English

Semi-supervised learning made simple with self-supervised clustering

Computer Vision and Pattern Recognition 2023-06-14 v1

Abstract

Self-supervised learning models have been shown to learn rich visual representations without requiring human annotations. However, in many real-world scenarios, labels are partially available, motivating a recent line of work on semi-supervised methods inspired by self-supervised principles. In this paper, we propose a conceptually simple yet empirically powerful approach to turn clustering-based self-supervised methods such as SwAV or DINO into semi-supervised learners. More precisely, we introduce a multi-task framework merging a supervised objective using ground-truth labels and a self-supervised objective relying on clustering assignments with a single cross-entropy loss. This approach may be interpreted as imposing the cluster centroids to be class prototypes. Despite its simplicity, we provide empirical evidence that our approach is highly effective and achieves state-of-the-art performance on CIFAR100 and ImageNet.

Keywords

Cite

@article{arxiv.2306.07483,
  title  = {Semi-supervised learning made simple with self-supervised clustering},
  author = {Enrico Fini and Pietro Astolfi and Karteek Alahari and Xavier Alameda-Pineda and Julien Mairal and Moin Nabi and Elisa Ricci},
  journal= {arXiv preprint arXiv:2306.07483},
  year   = {2023}
}

Comments

CVPR 2023 - Code available at https://github.com/pietroastolfi/suave-daino

R2 v1 2026-06-28T11:03:30.902Z