Boosting Semi-Supervised Learning by Exploiting All Unlabeled Data
Yuhao Chen, Xin Tan, Borui Zhao, Zhaowei Chen, Renjie Song, Jiajun, Liang, Xuequan Lu

TL;DR
This paper introduces FullMatch, a novel semi-supervised learning framework that leverages all unlabeled data through Entropy Meaning Loss and Adaptive Negative Learning, significantly improving performance over existing methods.
Contribution
The paper proposes two new techniques, EML and ANL, to better utilize all unlabeled data in SSL, integrated into FixMatch to create the effective FullMatch framework.
Findings
FullMatch outperforms FixMatch on multiple SSL benchmarks.
FullMatch achieves state-of-the-art results when combined with FlexMatch.
The proposed methods do not require additional parameters or hyperparameters.
Abstract
Semi-supervised learning (SSL) has attracted enormous attention due to its vast potential of mitigating the dependence on large labeled datasets. The latest methods (e.g., FixMatch) use a combination of consistency regularization and pseudo-labeling to achieve remarkable successes. However, these methods all suffer from the waste of complicated examples since all pseudo-labels have to be selected by a high threshold to filter out noisy ones. Hence, the examples with ambiguous predictions will not contribute to the training phase. For better leveraging all unlabeled examples, we propose two novel techniques: Entropy Meaning Loss (EML) and Adaptive Negative Learning (ANL). EML incorporates the prediction distribution of non-target classes into the optimization objective to avoid competition with target class, and thus generating more high-confidence predictions for selecting pseudo-label.…
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 · Multimodal Machine Learning Applications
MethodsFixMatch
