Dual Student: Breaking the Limits of the Teacher in Semi-supervised Learning
Zhanghan Ke, Daoye Wang, Qiong Yan, Jimmy Ren, Rynson W.H., Lau

TL;DR
This paper introduces Dual Student, a semi-supervised learning method that replaces the traditional teacher model with a second student, leading to significant performance improvements across benchmarks.
Contribution
The paper proposes a novel dual student framework that replaces the EMA teacher with another student, addressing performance bottlenecks in consistency-based SSL methods.
Findings
Reduces error rate on CIFAR-10 from 16.84% to 12.39%.
Improves CIFAR-100 error rate from 34.10% to 31.56%.
Enhances domain adaptation performance.
Abstract
Recently, consistency-based methods have achieved state-of-the-art results in semi-supervised learning (SSL). These methods always involve two roles, an explicit or implicit teacher model and a student model, and penalize predictions under different perturbations by a consistency constraint. However, the weights of these two roles are tightly coupled since the teacher is essentially an exponential moving average (EMA) of the student. In this work, we show that the coupled EMA teacher causes a performance bottleneck. To address this problem, we introduce Dual Student, which replaces the teacher with another student. We also define a novel concept, stable sample, following which a stabilization constraint is designed for our structure to be trainable. Further, we discuss two variants of our method, which produce even higher performance. Extensive experiments show that our method improves…
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 · Advanced Neural Network Applications · Multimodal Machine Learning Applications
