ASLGSDFeb 15, 2020

Small energy masking for improved neural network training for end-to-end speech recognition

arXiv:2002.06312v19 citations
AI Analysis

This work addresses speech recognition accuracy for end-to-end systems, presenting an incremental improvement with a simple masking technique.

The paper tackles the problem of improving neural network training for end-to-end speech recognition by introducing a Small Energy Masking (SEM) algorithm, which masks low-energy time-frequency bins and scales unmasked features, resulting in 11.2% and 13.5% WER improvements on LibriSpeech test sets over the baseline.

In this paper, we present a Small Energy Masking (SEM) algorithm, which masks inputs having values below a certain threshold. More specifically, a time-frequency bin is masked if the filterbank energy in this bin is less than a certain energy threshold. A uniform distribution is employed to randomly generate the ratio of this energy threshold to the peak filterbank energy of each utterance in decibels. The unmasked feature elements are scaled so that the total sum of the feature values remain the same through this masking procedure. This very simple algorithm shows relatively 11.2 % and 13.5 % Word Error Rate (WER) improvements on the standard LibriSpeech test-clean and test-other sets over the baseline end-to-end speech recognition system. Additionally, compared to the input dropout algorithm, SEM algorithm shows relatively 7.7 % and 11.6 % improvements on the same LibriSpeech test-clean and test-other sets. With a modified shallow-fusion technique with a Transformer LM, we obtained a 2.62 % WER on the LibriSpeech test-clean set and a 7.87 % WER on the LibriSpeech test-other set.

Foundations

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

Your Notes