A Channel-ensemble Approach: Unbiased and Low-variance Pseudo-labels is Critical for Semi-supervised Classification
Jiaqi Wu, Junbiao Pang, Baochang Zhang, Qingming Huang

TL;DR
This paper introduces a lightweight channel-ensemble method that consolidates multiple pseudo-labels into an unbiased, low-variance label, significantly improving semi-supervised classification performance across various frameworks.
Contribution
The proposed channel-ensemble approach effectively reduces bias and variance in pseudo-labels, enhancing SSL performance and compatibility with existing methods like FixMatch and FreeMatch.
Findings
Outperforms state-of-the-art SSL methods on CIFAR datasets
Achieves higher accuracy with fewer labeled data
Demonstrates efficiency and effectiveness improvements
Abstract
Semi-supervised learning (SSL) is a practical challenge in computer vision. Pseudo-label (PL) methods, e.g., FixMatch and FreeMatch, obtain the State Of The Art (SOTA) performances in SSL. These approaches employ a threshold-to-pseudo-label (T2L) process to generate PLs by truncating the confidence scores of unlabeled data predicted by the self-training method. However, self-trained models typically yield biased and high-variance predictions, especially in the scenarios when a little labeled data are supplied. To address this issue, we propose a lightweight channel-based ensemble method to effectively consolidate multiple inferior PLs into the theoretically guaranteed unbiased and low-variance one. Importantly, our approach can be readily extended to any SSL framework, such as FixMatch or FreeMatch. Experimental results demonstrate that our method significantly outperforms…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification
MethodsFixMatch
