CLAug 17, 2017

Large-Scale Domain Adaptation via Teacher-Student Learning

arXiv:1708.05466v1142 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of high-accuracy speech recognition in new domains where labeled data is scarce, offering a practical solution for real-world applications.

The paper tackles the problem of domain adaptation for speech recognition without requiring transcribed target-domain data by using teacher-student learning on unlabeled parallel data, achieving up to 44% reduction in word error rate when adapting models to noisy or children's speech.

High accuracy speech recognition requires a large amount of transcribed data for supervised training. In the absence of such data, domain adaptation of a well-trained acoustic model can be performed, but even here, high accuracy usually requires significant labeled data from the target domain. In this work, we propose an approach to domain adaptation that does not require transcriptions but instead uses a corpus of unlabeled parallel data, consisting of pairs of samples from the source domain of the well-trained model and the desired target domain. To perform adaptation, we employ teacher/student (T/S) learning, in which the posterior probabilities generated by the source-domain model can be used in lieu of labels to train the target-domain model. We evaluate the proposed approach in two scenarios, adapting a clean acoustic model to noisy speech and adapting an adults speech acoustic model to children speech. Significant improvements in accuracy are obtained, with reductions in word error rate of up to 44% over the original source model without the need for transcribed data in the target domain. Moreover, we show that increasing the amount of unlabeled data results in additional model robustness, which is particularly beneficial when using simulated training data in the target-domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes