ASCLSDFeb 10, 2020

End-to-End Multi-speaker Speech Recognition with Transformer

arXiv:2002.03921v2118 citations
AI Analysis

This work addresses speech recognition in noisy, multi-speaker environments, offering incremental improvements for applications like transcription and voice assistants.

The paper tackles multi-speaker speech recognition by replacing RNN-based models with Transformer architectures and incorporating modifications for efficiency and dereverberation, achieving relative WER reductions of up to 41.5% and absolute WERs as low as 6.4% on benchmark datasets.

Recently, fully recurrent neural network (RNN) based end-to-end models have been proven to be effective for multi-speaker speech recognition in both the single-channel and multi-channel scenarios. In this work, we explore the use of Transformer models for these tasks by focusing on two aspects. First, we replace the RNN-based encoder-decoder in the speech recognition model with a Transformer architecture. Second, in order to use the Transformer in the masking network of the neural beamformer in the multi-channel case, we modify the self-attention component to be restricted to a segment rather than the whole sequence in order to reduce computation. Besides the model architecture improvements, we also incorporate an external dereverberation preprocessing, the weighted prediction error (WPE), enabling our model to handle reverberated signals. Experiments on the spatialized wsj1-2mix corpus show that the Transformer-based models achieve 40.9% and 25.6% relative WER reduction, down to 12.1% and 6.4% WER, under the anechoic condition in single-channel and multi-channel tasks, respectively, while in the reverberant case, our methods achieve 41.5% and 13.8% relative WER reduction, down to 16.5% and 15.2% WER.

Foundations

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

Your Notes