Learning with Single-Teacher Multi-Student

Abstract

In this paper we study a new learning problem defined as "Single-Teacher Multi-Student" (STMS) problem, which investigates how to learn a series of student (simple and specific) models from a single teacher (complex and universal) model. Taking the multiclass and binary classification for example, we focus on learning multiple binary classifiers from a single multiclass classifier, where each of binary classifier is responsible for a certain class. This actually derives from some realistic problems, such as identifying the suspect based on a comprehensive face recognition system. By treating the already-trained multiclass classifier as the teacher, and multiple binary classifiers as the students, we propose a gated support vector machine (gSVM) as a solution. A series of gSVMs are learned with the help of single teacher multiclass classifier. The teacher's help is two-fold; first, the teacher's score provides the gated values for students' decision; second, the teacher can guide the students to accommodate training examples with different difficulty degrees. Extensive experiments on real datasets validate its effectiveness.

Cite

Text

You et al. "Learning with Single-Teacher Multi-Student." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11636

Markdown

[You et al. "Learning with Single-Teacher Multi-Student." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/you2018aaai-learning/) doi:10.1609/AAAI.V32I1.11636

BibTeX

@inproceedings{you2018aaai-learning,
  title     = {{Learning with Single-Teacher Multi-Student}},
  author    = {You, Shan and Xu, Chang and Xu, Chao and Tao, Dacheng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {4390-4397},
  doi       = {10.1609/AAAI.V32I1.11636},
  url       = {https://mlanthology.org/aaai/2018/you2018aaai-learning/}
}