Fix-A-Step: Semi-supervised Learning from Uncurated Unlabeled Data
Zhe Huang, Mary-Joy Sidhom, Benjamin S. Wessler, Michael C. Hughes

TL;DR
Fix-A-Step is a simple semi-supervised learning method that effectively utilizes uncurated unlabeled data, improving classifier accuracy in medical imaging and benchmark datasets by preventing negative impacts from out-of-distribution images.
Contribution
It introduces a straightforward approach that treats all uncurated unlabeled data as potentially helpful and modifies gradient updates to maintain accuracy, enhancing existing SSL methods.
Findings
Improves CIFAR benchmark accuracy across various SSL methods.
Learns effectively from large-scale uncurated medical ultrasound data.
Generalizes well across different hospitals in medical SSL tasks.
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…
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
TopicsRadiomics and Machine Learning in Medical Imaging · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsRepair
