Acoustic-to-Word Attention-Based Model Complemented with Character-Level CTC-Based Model
Sei Ueno, Hirofumi Inaguma, Masato Mimura, Tatsuya Kawahara
Abstract
This paper addresses end-to-end speech recognition which directly maps acoustic features to a word sequence. The acoustic-to-word model is attractive since it does not require an external language model and an elaborate decoder, resulting in extremely simple and fast decoding. The apparent drawback of this modeling is sparseness of training data, particularly for less frequent words. In this paper, we propose a framework complemented with a character-level model. Joint training of the word-level model with the character-level model enhances the generality of deep learning of feature extraction and classification processes, preventing it from overfitting. Moreover, the character-level model is used to decode out-of-vocabulary (OOV) words that are not covered by the word-level model. Since there are choices of connectionist temporal classification (CTC) and attention-based models in the end-to-end recognition, we also explore optimal combination for the hybrid system. Evaluations on the Corpus of Spontaneous Japanese (CSJ) show that (1) the acoustic-to-word attention-based model outperforms CTC, (2) multitask learning (MTL) with character-level CTC model is effective, and (3) the hybrid system achieves comparable or even better accuracy than the standard DNN-HMM system with a decoding speed faster by a factor of 25.
BibTeX
@inproceedings{icassp2018_acoustictowordat,
title = {Acoustic-to-Word Attention-Based Model Complemented with Character-Level CTC-Based Model},
author = {Sei Ueno and Hirofumi Inaguma and Masato Mimura and Tatsuya Kawahara},
booktitle = {ICASSP 2018},
year = {2018}
}