Long Short-Term Memory Based Recurrent Neural Network Architectures for Large Vocabulary Speech Recognition
Ha\c{s}im Sak, Andrew Senior, Fran\c{c}oise Beaufays

TL;DR
This paper introduces novel LSTM-based RNN architectures that improve large vocabulary speech recognition by effectively utilizing model parameters, achieving fast convergence and state-of-the-art results.
Contribution
It presents new LSTM RNN architectures optimized for large vocabulary speech recognition, demonstrating superior performance over traditional RNNs and DNNs.
Findings
LSTM models converge quickly in training.
LSTM architectures outperform RNN and DNN in accuracy.
State-of-the-art performance achieved with relatively small models.
Abstract
Long Short-Term Memory (LSTM) is a recurrent neural network (RNN) architecture that has been designed to address the vanishing and exploding gradient problems of conventional RNNs. Unlike feedforward neural networks, RNNs have cyclic connections making them powerful for modeling sequences. They have been successfully used for sequence labeling and sequence prediction tasks, such as handwriting recognition, language modeling, phonetic labeling of acoustic frames. However, in contrast to the deep neural networks, the use of RNNs in speech recognition has been limited to phone recognition in small scale tasks. In this paper, we present novel LSTM based RNN architectures which make more effective use of model parameters to train acoustic models for large vocabulary speech recognition. We train and compare LSTM, RNN and DNN models at various numbers of parameters and configurations. We show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques · Handwritten Text Recognition Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
