Enhancing Sample Utilization through Sample Adaptive Augmentation in Semi-Supervised Learning
Guan Gui, Zhen Zhao, Lei Qi, Luping Zhou, Lei Wang, Yinghuan Shi

TL;DR
This paper introduces Sample Adaptive Augmentation (SAA), a simple and lightweight method that selectively diversifies augmentation for naive samples in semi-supervised learning, significantly boosting model accuracy.
Contribution
The paper proposes SAA, a novel approach that identifies naive samples and applies more diverse augmentation, improving semi-supervised learning performance.
Findings
SAA improves FixMatch accuracy from 92.50% to 94.76%.
SAA enhances FlexMatch accuracy from 95.01% to 95.31%.
SAA is simple, lightweight, and effective.
Abstract
In semi-supervised learning, unlabeled samples can be utilized through augmentation and consistency regularization. However, we observed certain samples, even undergoing strong augmentation, are still correctly classified with high confidence, resulting in a loss close to zero. It indicates that these samples have been already learned well and do not provide any additional optimization benefits to the model. We refer to these samples as ``naive samples". Unfortunately, existing SSL models overlook the characteristics of naive samples, and they just apply the same learning strategy to all samples. To further optimize the SSL model, we emphasize the importance of giving attention to naive samples and augmenting them in a more diverse manner. Sample adaptive augmentation (SAA) is proposed for this stated purpose and consists of two modules: 1) sample selection module; 2) sample…
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
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Advanced Neural Network Applications
MethodsFixMatch
