CLFeb 9, 2021

Bayesian Transformer Language Models for Speech Recognition

arXiv:2102.04754v137 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for speech recognition systems, particularly for scenarios with limited training data, by enhancing the robustness and generalization of Transformer language models.

This paper proposes a full Bayesian learning framework for Transformer language models to address issues of overfitting and poor generalization with limited training data. The approach achieved statistically significant word error rate reductions of up to 0.5% absolute (3.18% relative) and consistent perplexity gains on the Switchboard corpus, and also showed improvements on a cross-domain LM adaptation task to the low-resource DementiaBank corpus.

State-of-the-art neural language models (LMs) represented by Transformers are highly complex. Their use of fixed, deterministic parameter estimates fail to account for model uncertainty and lead to over-fitting and poor generalization when given limited training data. In order to address these issues, this paper proposes a full Bayesian learning framework for Transformer LM estimation. Efficient variational inference based approaches are used to estimate the latent parameter posterior distributions associated with different parts of the Transformer model architecture including multi-head self-attention, feed forward and embedding layers. Statistically significant word error rate (WER) reductions up to 0.5\% absolute (3.18\% relative) and consistent perplexity gains were obtained over the baseline Transformer LMs on state-of-the-art Switchboard corpus trained LF-MMI factored TDNN systems with i-Vector speaker adaptation. Performance improvements were also obtained on a cross domain LM adaptation task requiring porting a Transformer LM trained on the Switchboard and Fisher data to a low-resource DementiaBank elderly speech corpus.

Foundations

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

Your Notes