CLSDASOct 25, 2022

Linguistic-Enhanced Transformer with CTC Embedding for Speech Recognition

arXiv:2210.14725v11 citationsh-index: 22
Originality Incremental advance
AI Analysis

This is an incremental improvement for automatic speech recognition systems, addressing decoder robustness issues in joint CTC-Attention models.

The paper tackled the problem of poor decoder robustness in joint CTC-Attention speech recognition models due to limited training data, by proposing a linguistic-enhanced transformer that introduces refined CTC information to the decoder, resulting in a relative reduction in character error rate of up to 7% on the AISHELL-1 corpus.

The recent emergence of joint CTC-Attention model shows significant improvement in automatic speech recognition (ASR). The improvement largely lies in the modeling of linguistic information by decoder. The decoder joint-optimized with an acoustic encoder renders the language model from ground-truth sequences in an auto-regressive manner during training. However, the training corpus of the decoder is limited to the speech transcriptions, which is far less than the corpus needed to train an acceptable language model. This leads to poor robustness of decoder. To alleviate this problem, we propose linguistic-enhanced transformer, which introduces refined CTC information to decoder during training process, so that the decoder can be more robust. Our experiments on AISHELL-1 speech corpus show that the character error rate (CER) is relatively reduced by up to 7%. We also find that in joint CTC-Attention ASR model, decoder is more sensitive to linguistic information than acoustic information.

Foundations

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

Your Notes