SDCLASOct 23, 2020

Transformer-based End-to-End Speech Recognition with Local Dense Synthesizer Attention

arXiv:2010.12155v339 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses speech recognition efficiency and accuracy for Mandarin language processing, presenting an incremental improvement over existing Transformer-based methods.

The paper tackles speech recognition by proposing a local dense synthesizer attention (LDSA) method as an alternative to dot-product self-attention in Transformers, achieving a character error rate (CER) of 6.18% on the Ai-shell1 Mandarin corpus, which significantly outperforms the baseline SA-Transformer.

Recently, several studies reported that dot-product selfattention (SA) may not be indispensable to the state-of-theart Transformer models. Motivated by the fact that dense synthesizer attention (DSA), which dispenses with dot products and pairwise interactions, achieved competitive results in many language processing tasks, in this paper, we first propose a DSA-based speech recognition, as an alternative to SA. To reduce the computational complexity and improve the performance, we further propose local DSA (LDSA) to restrict the attention scope of DSA to a local range around the current central frame for speech recognition. Finally, we combine LDSA with SA to extract the local and global information simultaneously. Experimental results on the Ai-shell1 Mandarine speech recognition corpus show that the proposed LDSA-Transformer achieves a character error rate (CER) of 6.49%, which is slightly better than that of the SA-Transformer. Meanwhile, the LDSA-Transformer requires less computation than the SATransformer. The proposed combination method not only achieves a CER of 6.18%, which significantly outperforms the SA-Transformer, but also has roughly the same number of parameters and computational complexity as the latter. The implementation of the multi-head LDSA is available at https://github.com/mlxu995/multihead-LDSA.

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