English

Character-Aware Attention-Based End-to-End Speech Recognition

Audio and Speech Processing 2020-01-08 v1 Computation and Language Machine Learning Neural and Evolutionary Computing Sound

Abstract

Predicting words and subword units (WSUs) as the output has shown to be effective for the attention-based encoder-decoder (AED) model in end-to-end speech recognition. However, as one input to the decoder recurrent neural network (RNN), each WSU embedding is learned independently through context and acoustic information in a purely data-driven fashion. Little effort has been made to explicitly model the morphological relationships among WSUs. In this work, we propose a novel character-aware (CA) AED model in which each WSU embedding is computed by summarizing the embeddings of its constituent characters using a CA-RNN. This WSU-independent CA-RNN is jointly trained with the encoder, the decoder and the attention network of a conventional AED to predict WSUs. With CA-AED, the embeddings of morphologically similar WSUs are naturally and directly correlated through the CA-RNN in addition to the semantic and acoustic relations modeled by a traditional AED. Moreover, CA-AED significantly reduces the model parameters in a traditional AED by replacing the large pool of WSU embeddings with a much smaller set of character embeddings. On a 3400 hours Microsoft Cortana dataset, CA-AED achieves up to 11.9% relative WER improvement over a strong AED baseline with 27.1% fewer model parameters.

Keywords

Cite

@article{arxiv.2001.01795,
  title  = {Character-Aware Attention-Based End-to-End Speech Recognition},
  author = {Zhong Meng and Yashesh Gaur and Jinyu Li and Yifan Gong},
  journal= {arXiv preprint arXiv:2001.01795},
  year   = {2020}
}

Comments

7 pages, 3 figures, ASRU 2019

R2 v1 2026-06-23T13:04:25.387Z