LGNEMLMar 23, 2018

Can recurrent neural networks warp time?

arXiv:1804.11188v1158 citations
Originality Highly original
AI Analysis

This work addresses the challenge of vanishing gradients in RNNs for tasks requiring long-term memory, offering a simple yet effective improvement for practitioners.

The paper tackled the problem of improving recurrent neural networks' ability to learn long-term dependencies by proving that learnable gates provide quasi-invariance to time transformations, leading to a new initialization method called chrono initialization that greatly enhances performance.

Successful recurrent models such as long short-term memories (LSTMs) and gated recurrent units (GRUs) use ad hoc gating mechanisms. Empirically these models have been found to improve the learning of medium to long term temporal dependencies and to help with vanishing gradient issues. We prove that learnable gates in a recurrent model formally provide quasi- invariance to general time transformations in the input data. We recover part of the LSTM architecture from a simple axiomatic approach. This result leads to a new way of initializing gate biases in LSTMs and GRUs. Ex- perimentally, this new chrono initialization is shown to greatly improve learning of long term dependencies, with minimal implementation effort.

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