ASCLSDApr 5, 2021

End-to-End Speaker-Attributed ASR with Transformer

arXiv:2104.02128v160 citations
Originality Highly original
AI Analysis

This work addresses the challenge of accurately transcribing and attributing speech in overlapped multi-talker scenarios, which is incremental by building on prior LSTM-based methods with transformer improvements.

The paper tackles the problem of end-to-end speaker-attributed automatic speech recognition for monaural multi-talker audio by updating the model architecture with transformers and proposing a speaker deduplication mechanism. The result is a 47% reduction in speaker-attributed word error rate over the baseline and state-of-the-art performance on the LibriCSS dataset with error rates of 11.9% and 16.3%.

This paper presents our recent effort on end-to-end speaker-attributed automatic speech recognition, which jointly performs speaker counting, speech recognition and speaker identification for monaural multi-talker audio. Firstly, we thoroughly update the model architecture that was previously designed based on a long short-term memory (LSTM)-based attention encoder decoder by applying transformer architectures. Secondly, we propose a speaker deduplication mechanism to reduce speaker identification errors in highly overlapped regions. Experimental results on the LibriSpeechMix dataset shows that the transformer-based architecture is especially good at counting the speakers and that the proposed model reduces the speaker-attributed word error rate by 47% over the LSTM-based baseline. Furthermore, for the LibriCSS dataset, which consists of real recordings of overlapped speech, the proposed model achieves concatenated minimum-permutation word error rates of 11.9% and 16.3% with and without target speaker profiles, respectively, both of which are the state-of-the-art results for LibriCSS with the monaural setting.

Foundations

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

Your Notes