NECLLGMLFeb 5, 2014

Long Short-Term Memory Based Recurrent Neural Network Architectures for Large Vocabulary Speech Recognition

arXiv:1402.1128v11111 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of effective acoustic modeling for large vocabulary speech recognition, which is incremental as it builds on existing LSTM and RNN methods.

The paper tackled the problem of limited use of recurrent neural networks (RNNs) in large vocabulary speech recognition by proposing novel Long Short-Term Memory (LSTM) based RNN architectures, showing that LSTM models converge quickly and achieve state-of-the-art performance with relatively small models.

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 that LSTM models converge quickly and give state of the art speech recognition performance for relatively small sized models.

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