paper-with-me

Papers

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 optimization problem using neural networks with different activation functions in the hidden layers. By initializing model weights with different random seeds, I calculate the Lyapunov exponent while performing traditional gradient descent on these model weights. The findings demonstrate that variations in the learning rate can induce chaotic changes in model weights. I also show that activation functions with more negative Lyapunov exponents exhibit better convergence properties. Additionally, the study also demonstrates that Lyapunov exponents can be utilized to select effective initial model weights for deep neural networks, potentially enhancing the optimization process.

📄 PDF Abstract BibTeX arXiv:2410.05988

Code (1)

tirthankar95/chaosoptim 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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 …

On Lyapunov exponents and adversarial perturbation

2018-02-20 · Vinay Uday Prabhu, Nishant Desai, John Whaley

In this paper, we would like to disseminate a serendipitous discovery involving Lyapunov exponents of a 1-D time series and their use in serving as a filtering defense tool against a specific kind of deep adversarial per…

Time SeriesTime Series Analysis

Finite-time Lyapunov exponents of deep neural networks

2023-06-21 · L. Storm, H. Linander, J. Bec, K. Gustavsson 외

We compute how small input perturbations affect the output of deep neural networks, exploring an analogy between deep networks and dynamical systems, where the growth or decay of local perturbations is characterised by f…

Forecasting Using Reservoir Computing: The Role of Generalized Synchronization

2021-02-04 · Jason A. Platt, Adrian Wong, Randall Clark, Stephen G. Penny 외

Reservoir computers (RC) are a form of recurrent neural network (RNN) used for forecasting time series data. As with all RNNs, selecting the hyperparameters presents a challenge when training on new inputs. We present a …

Time SeriesTime Series Analysis

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 …