English

Fix-A-Step: Semi-supervised Learning from Uncurated Unlabeled Data

Machine Learning 2023-05-29 v3 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Semi-supervised learning (SSL) promises improved accuracy compared to training classifiers on small labeled datasets by also training on many unlabeled images. In real applications like medical imaging, unlabeled data will be collected for expediency and thus uncurated: possibly different from the labeled set in classes or features. Unfortunately, modern deep SSL often makes accuracy worse when given uncurated unlabeled data. Recent complex remedies try to detect out-of-distribution unlabeled images and then discard or downweight them. Instead, we introduce Fix-A-Step, a simpler procedure that views all uncurated unlabeled images as potentially helpful. Our first insight is that even uncurated images can yield useful augmentations of labeled data. Second, we modify gradient descent updates to prevent optimizing a multi-task SSL loss from hurting labeled-set accuracy. Fix-A-Step can repair many common deep SSL methods, improving accuracy on CIFAR benchmarks across all tested methods and levels of artificial class mismatch. On a new medical SSL benchmark called Heart2Heart, Fix-A-Step can learn from 353,500 truly uncurated ultrasound images to deliver gains that generalize across hospitals.

Keywords

Cite

@article{arxiv.2208.11870,
  title  = {Fix-A-Step: Semi-supervised Learning from Uncurated Unlabeled Data},
  author = {Zhe Huang and Mary-Joy Sidhom and Benjamin S. Wessler and Michael C. Hughes},
  journal= {arXiv preprint arXiv:2208.11870},
  year   = {2023}
}

Comments

AISTATS 2023 (Oral)

R2 v1 2026-06-25T01:57:48.845Z