paper-with-me

홈 › Papers

On Lyapunov Exponents for RNNs: Understanding Information Propagation Using Dynamical Systems Tools

2020-06-25 · Ryan Vogt, Maximilian Puelma Touzel, Eli Shlizerman, Guillaume Lajoie

Recurrent neural networks (RNNs) have been successfully applied to a variety of problems involving sequential data, but their optimization is sensitive to parameter initialization, architecture, and optimizer hyperparameters. Considering RNNs as dynamical systems, a natural way to capture stability, i.e., the growth and decay over long iterates, are the Lyapunov Exponents (LEs), which form the Lyapunov spectrum. The LEs have a bearing on stability of RNN training dynamics because forward propagation of information is related to the backward propagation of error gradients. LEs measure the asymptotic rates of expansion and contraction of nonlinear system trajectories, and generalize stability analysis to the time-varying attractors structuring the non-autonomous dynamics of data-driven RNNs. As a tool to understand and exploit stability of training dynamics, the Lyapunov spectrum fills an existing gap between prescriptive mathematical approaches of limited scope and computationally-expensive empirical approaches. To leverage this tool, we implement an efficient way to compute LEs for RNNs during training, discuss the aspects specific to standard RNN architectures driven by typical sequential datasets, and show that the Lyapunov spectrum can serve as a robust readout of training stability across hyperparameters. With this exposition-oriented contribution, we hope to draw attention to this understudied, but theoretically grounded tool for understanding training stability in RNNs.

📄 PDF Abstract BibTeX arXiv:2006.14123

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gradient Flossing: Improving Gradient Descent through Dynamic Control of Jacobians

2023-12-28 · NeurIPS 2023 11 · Rainer Engelken

Training recurrent neural networks (RNNs) remains a challenge due to the instability of gradients across long time horizons, which can lead to exploding and vanishing gradients. Recent research has linked these problems …

The Influence of Initial Connectivity on Biologically Plausible Learning

2024-10-15 · Weixuan Liu, Xinyue Zhang, Yuhan Helena Liu

Understanding how the brain learns can be advanced by investigating biologically plausible learning rules -- those that obey known biological constraints, such as locality, to serve as valid brain learning models. Yet, m…

Tracking Finite-Time Lyapunov Exponents to Robustify Neural ODEs

2026-02-10 · Tobias Wöhrer, Christian Kuehn arxiv

We investigate finite-time Lyapunov exponents (FTLEs), a measure for exponential separation of input perturbations, of deep neural networks within the framework of continuous-depth neural ODEs. We demonstrate that FTLEs …

Fading memory as inductive bias in residual recurrent networks

2023-07-27 · Igor Dubinin, Felix Effenberger

Residual connections have been proposed as an architecture-based inductive bias to mitigate the problem of exploding and vanishing gradients and increased task performance in both feed-forward and recurrent networks (RNN…

Inductive Bias

Utilizing Lyapunov Exponents in designing deep neural networks

2024-10-08 · Tirthankar Mittra

Training large deep neural networks is resource intensive. This study investigates whether Lyapunov exponents can accelerate this process by aiding in the selection of hyperparameters. To study this I formulate an optimi…