paper-with-me

Papers

LyaNet: A Lyapunov Framework for Training Neural ODEs

2022-02-05 · Ivan Dario Jimenez Rodriguez, Aaron D. Ames, Yisong Yue

We propose a method for training ordinary differential equations by using a control-theoretic Lyapunov condition for stability. Our approach, called LyaNet, is based on a novel Lyapunov loss formulation that encourages the inference dynamics to converge quickly to the correct prediction. Theoretically, we show that minimizing Lyapunov loss guarantees exponential convergence to the correct solution and enables a novel robustness guarantee. We also provide practical algorithms, including one that avoids the cost of backpropagating through a solver or using the adjoint method. Relative to standard Neural ODE training, we empirically find that LyaNet can offer improved prediction performance, faster convergence of inference dynamics, and improved adversarial robustness. Our code available at https://github.com/ivandariojr/LyapunovLearning .

📄 PDF Abstract BibTeX arXiv:2202.02526

Code (1)

ivandariojr/lyapunovlearning 공식 구현 pytorch

Tasks

Adversarial Robustness

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 …

FxTS-Net: Fixed-Time Stable Learning Framework for Neural ODEs

2024-11-14 · Chaoyang Luo, Yan Zou, Wanying Li, Nanjing Huang

Neural Ordinary Differential Equations (Neural ODEs), as a novel category of modeling big data methods, cleverly link traditional neural networks and dynamical systems. However, it is challenging to ensure the dynamics s…

A Lyapunov Condition for Training ODEs

2021-09-27 · NeurIPS Workshop DLDE 2021 12 · Anonymous

Control theory is widely used in the study of differential equations to obtain desired behavior from underlying dynamics. We propose a novel method for training ordinary differential equations by using a control-theoret…

What ODE-Approximation Schemes of Time-Delay Systems Reveal about Lyapunov-Krasovskii Functionals

2022-02-26 · Tessina H. Scholl, Veit Hagenmeyer, Lutz Gröll

The article proposes an approach to complete-type and related Lyapunov-Krasovskii functionals that neither requires knowledge of the delay-Lyapunov matrix function nor does it involve linear matrix inequalities. The appr…

Numerical Integration

Lyapunov-Guided Training for Hardware-Safe Neural Networks Under Fixed-Point Arithmetic

2026-07-05 · Anis Hamadouche, Amir Hussain arxiv

Low-precision neural networks are attractive for resource-constrained hardware, but fixed-point arithmetic introduces failure modes that are often hidden by idealised quantisation models. In particular, two's-complement …