SDASMLDec 14, 2020

Bayesian Learning for Deep Neural Network Adaptation

arXiv:2012.07460v427 citations
AI Analysis

This research provides a method to improve speaker adaptation in speech recognition systems for scenarios with limited speaker data, which is a common challenge for deploying such systems.

This paper proposes a full Bayesian learning framework for deep neural network (DNN) speaker adaptation to address overfitting with limited speaker-specific data. The framework, applied to BLHUC, BPAct, and BHUB methods, replaces deterministic speaker-dependent parameters with latent variable posterior distributions. Experiments on the Switchboard corpus show significant word error rate reductions, up to 1.4% absolute (7.2% relative) on the CallHome subset, when using only five utterances per speaker for adaptation.

A key task for speech recognition systems is to reduce the mismatch between training and evaluation data that is often attributable to speaker differences. Speaker adaptation techniques play a vital role to reduce the mismatch. Model-based speaker adaptation approaches often require sufficient amounts of target speaker data to ensure robustness. When the amount of speaker level data is limited, speaker adaptation is prone to overfitting and poor generalization. To address the issue, this paper proposes a full Bayesian learning based DNN speaker adaptation framework to model speaker-dependent (SD) parameter uncertainty given limited speaker specific adaptation data. This framework is investigated in three forms of model based DNN adaptation techniques: Bayesian learning of hidden unit contributions (BLHUC), Bayesian parameterized activation functions (BPAct), and Bayesian hidden unit bias vectors (BHUB). In the three methods, deterministic SD parameters are replaced by latent variable posterior distributions for each speaker, whose parameters are efficiently estimated using a variational inference based approach. Experiments conducted on 300-hour speed perturbed Switchboard corpus trained LF-MMI TDNN/CNN-TDNN systems suggest the proposed Bayesian adaptation approaches consistently outperform the deterministic adaptation on the NIST Hub5'00 and RT03 evaluation sets. When using only the first five utterances from each speaker as adaptation data, significant word error rate reductions up to 1.4% absolute (7.2% relative) were obtained on the CallHome subset. The efficacy of the proposed Bayesian adaptation techniques is further demonstrated in a comparison against the state-of-the-art performance obtained on the same task using the most recent systems reported in the literature.

Code Implementations1 repo
Foundations

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

Your Notes