Dual Student: Breaking the Limits of the Teacher in Semi-supervised Learning

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 the classification performance significantly on several main SSL benchmarks. Specifically, it reduces the error rate of the 13-layer CNN from 16.84% to 12.39% on CIFAR-10 with 1k labels and from 34.10% to 31.56% on CIFAR-100 with 10k labels. In addition, our method also achieves a clear improvement in domain adaptation.

PDF Abstract ICCV 2019 PDF ICCV 2019 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Semi-Supervised Image Classification cifar-100, 10000 Labels Dual Student (480) Percentage error 32.77 # 23
Semi-Supervised Image Classification CIFAR-10, 1000 Labels Dual Student (600) Accuracy 85.83 # 5
Semi-Supervised Image Classification CIFAR-10, 2000 Labels Dual Student (600) Accuracy 89.28 # 3
Semi-Supervised Image Classification CIFAR-10, 4000 Labels Dual Student (600) Percentage error 8.89 # 35
Semi-Supervised Image Classification ImageNet - 10% labeled data Dual Student Top 5 Accuracy 83.58% # 38
Top 1 Accuracy 63.52% # 38
Semi-Supervised Image Classification SVHN, 250 Labels Dual Student Accuracy 95.76 # 10
Semi-Supervised Image Classification SVHN, 500 Labels Dual Student Accuracy 96.04 # 4

Methods


No methods listed for this paper. Add relevant methods here