paper-with-me

홈 › Papers

Conditional Teacher-Student Learning

2019-04-28 · Zhong Meng, Jinyu Li, Yong Zhao, Yifan Gong

The teacher-student (T/S) learning has been shown to be effective for a variety of problems such as domain adaptation and model compression. One shortcoming of the T/S learning is that a teacher model, not always perfect, sporadically produces wrong guidance in form of posterior probabilities that misleads the student model towards a suboptimal performance. To overcome this problem, we propose a conditional T/S learning scheme, in which a "smart" student model selectively chooses to learn from either the teacher model or the ground truth labels conditioned on whether the teacher can correctly predict the ground truth. Unlike a naive linear combination of the two knowledge sources, the conditional learning is exclusively engaged with the teacher model when the teacher model's prediction is correct, and otherwise backs off to the ground truth. Thus, the student model is able to learn effectively from the teacher and even potentially surpass the teacher. We examine the proposed learning scheme on two tasks: domain adaptation on CHiME-3 dataset and speaker adaptation on Microsoft short message dictation dataset. The proposed method achieves 9.8% and 12.8% relative word error rate reductions, respectively, over T/S learning for environment adaptation and speaker-independent model for speaker adaptation.

📄 PDF Abstract BibTeX arXiv:1904.12399

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationModel Compression

Similar Papers 제목 키워드 기반

Training Shallow and Thin Networks for Acceleration via Knowledge Distillation with Conditional Adversarial Networks

2017-09-02 · Zheng Xu, Yen-Chang Hsu, Jiawei Huang

There is an increasing interest on accelerating neural networks for real-time applications. We study the student-teacher strategy, in which a small and fast student network is trained with the auxiliary information learn…

General ClassificationKnowledge Distillation

Bayes Conditional Distribution Estimation for Knowledge Distillation Based on Conditional Mutual Information

2024-01-16 · Linfeng Ye, Shayan Mohajer Hamidi, Renhao Tan, En-hui Yang

It is believed that in knowledge distillation (KD), the role of the teacher is to provide an estimate for the unknown Bayes conditional probability distribution (BCPD) to be used in the student training process. Conventi…

Knowledge Distillation

D$^3$ETR: Decoder Distillation for Detection Transformer

2022-11-17 · Xiaokang Chen, Jiahui Chen, Yan Liu, Gang Zeng

While various knowledge distillation (KD) methods in CNN-based detectors show their effectiveness in improving small students, the baselines and recipes for DETR-based detectors are yet to be built. In this paper, we foc…

DecoderKnowledge Distillation

Teacher bias or measurement error?

2024-01-08 · Thomas van Huizen, Madelon Jacobs, Matthijs Oosterveen

In many countries, teachers' track recommendations are used to allocate students to secondary school tracks. Previous studies have shown that students from families with low socioeconomic status (SES) receive lower track…

Achieving Adversarial Robustness Requires An Active Teacher

2020-12-14 · Chao Ma, Lexing Ying

A new understanding of adversarial examples and adversarial robustness is proposed by decoupling the data generator and the label generator (which we call the teacher). In our framework, adversarial robustness is a condi…

Adversarial Robustness