This repository contains the code for the paper:
Tracking Finite-Time Lyapunov Exponents to Robustify Neural ODEs
The code implements finite time Lyapunov exponents (FTLE) for low-dimensional neural ODEs. Various Jupyter notebooks track Lyapunov exponents for different nODE dynamics and demonstrate a modified training method (FTLE suppression) that improves robustness.
Getting Started:
MLE_master.ipynbis the best starting point.
| Standard Training | Training with FTLE suppression |
|---|---|
![]() |
![]() |
Lyapunov exponents for non-autonomous nODE
Lyapunov exponents for autonomous nODE
Built using the torchdiffeq package.

