NEMLJan 12, 2017

Simplified Gating in Long Short-term Memory (LSTM) Recurrent Neural Networks

arXiv:1701.03441v148 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the computational efficiency problem for users of LSTM networks, but it is incremental as it modifies existing gating mechanisms.

The authors tackled the complexity of standard LSTM RNNs by proposing three parameter-reduced variants, which achieved comparable performance on two sequence datasets with fewer parameters.

The standard LSTM recurrent neural networks while very powerful in long-range dependency sequence applications have highly complex structure and relatively large (adaptive) parameters. In this work, we present empirical comparison between the standard LSTM recurrent neural network architecture and three new parameter-reduced variants obtained by eliminating combinations of the input signal, bias, and hidden unit signals from individual gating signals. The experiments on two sequence datasets show that the three new variants, called simply as LSTM1, LSTM2, and LSTM3, can achieve comparable performance to the standard LSTM model with less (adaptive) parameters.

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