LGNEDSMLJun 20, 2019

Beyond exploding and vanishing gradients: analysing RNN training using attractors and smoothness

arXiv:1906.08482v312 citations
AI Analysis

This work offers theoretical refinements for understanding RNN training challenges, which is incremental but relevant for researchers in deep learning and recurrent architectures.

The paper refines the exploding and vanishing gradient problem in RNNs by analyzing cost function smoothness and attractor learning, providing new insights into stable and unitary RNNs.

The exploding and vanishing gradient problem has been the major conceptual principle behind most architecture and training improvements in recurrent neural networks (RNNs) during the last decade. In this paper, we argue that this principle, while powerful, might need some refinement to explain recent developments. We refine the concept of exploding gradients by reformulating the problem in terms of the cost function smoothness, which gives insight into higher-order derivatives and the existence of regions with many close local minima. We also clarify the distinction between vanishing gradients and the need for the RNN to learn attractors to fully use its expressive power. Through the lens of these refinements, we shed new light on recent developments in the RNN field, namely stable RNN and unitary (or orthogonal) RNNs.

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