paper-with-me

Papers

Eigen-informed NeuralODEs: Dealing with stability and convergence issues of NeuralODEs

2023-02-07 · Tobias Thummerer, Lars Mikelsons

Using vanilla NeuralODEs to model large and/or complex systems often fails due two reasons: Stability and convergence. NeuralODEs are capable of describing stable as well as instable dynamic systems. Selecting an appropriate numerical solver is not trivial, because NeuralODE properties change during training. If the NeuralODE becomes more stiff, a suboptimal solver may need to perform very small solver steps, which significantly slows down the training process. If the NeuralODE becomes to instable, the numerical solver might not be able to solve it at all, which causes the training process to terminate. Often, this is tackled by choosing a computational expensive solver that is robust to instable and stiff ODEs, but at the cost of a significantly decreased training performance. Our method on the other hand, allows to enforce ODE properties that fit a specific solver or application-related boundary conditions. Concerning the convergence behavior, NeuralODEs often tend to run into local minima, especially if the system to be learned is highly dynamic and/or oscillating over multiple periods. Because of the vanishing gradient at a local minimum, the NeuralODE is often not capable of leaving it and converge to the right solution. We present a technique to add knowledge of ODE properties based on eigenvalues - like (partly) stability, oscillation capability, frequency, damping and/or stiffness - to the training objective of a NeuralODE. We exemplify our method at a linear as well as a nonlinear system model and show, that the presented training process is far more robust against local minima, instabilities and sparse data samples and improves training convergence and performance.

📄 PDF Abstract BibTeX arXiv:2302.10892

Code (1)

thummeto/differentiableeigen.jl 공식 구현

Similar Papers 제목 키워드 기반

Fast PINN Eigensolvers via Biconvex Reformulation

2025-11-02 · Akshay Sai Banderwaar, Abhishek Gupta arxiv

Eigenvalue problems have a distinctive forward-inverse structure and are fundamental to characterizing a system's thermal response, stability, and natural modes. Physics-Informed Neural Networks (PINNs) offer a mesh-free…

Robust Differentiable SVD

2021-04-08 · Wei Wang, Zheng Dang, Yinlin Hu, Pascal Fua 외

Eigendecomposition of symmetric matrices is at the heart of many computer vision algorithms. However, the derivatives of the eigenvectors tend to be numerically unstable, whether using the SVD to compute them analyticall…

image-classificationImage ClassificationStyle Transfer

Physics-Informed Neural Networks for Quantum Eigenvalue Problems

2022-02-24 · Henry Jin, Marios Mattheakis, Pavlos Protopapas

Eigenvalue problems are critical to several fields of science and engineering. We expand on the method of using unsupervised neural networks for discovering eigenfunctions and eigenvalues for differential eigenvalue prob…

Evaluating the Stability of Recurrent Neural Models during Training with Eigenvalue Spectra Analysis

2019-05-08 · Priyadarshini Panda, Efstathia Soufleri, Kaushik Roy

We analyze the stability of recurrent networks, specifically, reservoir computing models during training by evaluating the eigenvalue spectra of the reservoir dynamics. To circumvent the instability arising in examining …

regressionvalid

ResNets, NeuralODEs and CT-RNNs are Particular Neural Regulatory Networks

2020-02-26 · Radu Grosu

This paper shows that ResNets, NeuralODEs, and CT-RNNs, are particular neural regulatory networks (NRNs), a biophysical model for the nonspiking neurons encountered in small species, such as the C.elegans nematode, and i…