paper-with-me

Papers

Optimizing differential equations to fit data and predict outcomes

2022-04-16 · Steven A. Frank

Many scientific problems focus on observed patterns of change or on how to design a system to achieve particular dynamics. Those problems often require fitting differential equation models to target trajectories. Fitting such models can be difficult because each evaluation of the fit must calculate the distance between the model and target patterns at numerous points along a trajectory. The gradient of the fit with respect to the model parameters can be challenging. Recent technical advances in automatic differentiation through numerical differential equation solvers potentially change the fitting process into a relatively easy problem, opening up new possibilities to study dynamics. However, application of the new tools to real data may fail to achieve a good fit. This article illustrates how to overcome a variety of common challenges, using the classic ecological data for oscillations in hare and lynx populations. Models include simple ordinary differential equations (ODEs) and neural ordinary differential equations (NODEs), which use artificial neural networks to estimate the derivatives of differential equation systems. Comparing the fits obtained with ODEs versus NODEs, representing small and large parameter spaces, and changing the number of variable dimensions provide insight into the geometry of the observed and model trajectories. To analyze the quality of the models for predicting future observations, a Bayesian-inspired preconditioned stochastic gradient Langevin dynamics (pSGLD) calculation of the posterior distribution of predicted model trajectories clarifies the tendency for various models to underfit or overfit the data. Coupling fitted differential equation systems with pSGLD sampling provides a powerful way to study the properties of optimization surfaces, raising an analogy with mutation-selection dynamics on fitness landscapes.

📄 PDF Abstract BibTeX arXiv:2204.07833

Code (1)

evolbio/fitode 공식 구현

Similar Papers 제목 키워드 기반

Adaptive tumor growth forecasting via neural & universal ODEs

2025-11-27 · Kavya Subramanian, Prathamesh Dinesh Joshi, Raj Abhijit Dandekar, Rajat Dandekar 외 arxiv

Forecasting tumor growth is critical for optimizing treatment. Classical growth models such as the Gompertz and Bertalanffy equations capture general tumor dynamics but may fail to adapt to patient-specific variability, …

Can Transfer Neuroevolution Tractably Solve Your Differential Equations?

2021-01-06 · Jian Cheng Wong, Abhishek Gupta, Yew-Soon Ong

This paper introduces neuroevolution for solving differential equations. The solution is obtained through optimizing a deep neural network whose loss function is defined by the residual terms from the differential equati…

Bayesian Neural Controlled Differential Equations for Treatment Effect Estimation

2023-10-26 · Konstantin Hess, Valentyn Melnychuk, Dennis Frauen, Stefan Feuerriegel

Treatment effect estimation in continuous time is crucial for personalized medicine. However, existing methods for this task are limited to point estimates of the potential outcomes, whereas uncertainty estimates have be…

Bayesian InferenceDecision MakingUncertainty Quantification

Applications and Manipulations of Physics-Informed Neural Networks in Solving Differential Equations

2025-07-19 · Aarush Gupta, Kendric Hsu, Syna Mathod arxiv

Mathematical models in neural networks are powerful tools for solving complex differential equations and optimizing their parameters; that is, solving the forward and inverse problems, respectively. A forward problem pre…

DEQGAN: Learning the Loss Function for PINNs with Generative Adversarial Networks

2022-09-15 · Blake Bullwinkel, Dylan Randle, Pavlos Protopapas, David Sondak

Solutions to differential equations are of significant scientific and engineering relevance. Physics-Informed Neural Networks (PINNs) have emerged as a promising method for solving differential equations, but they lack a…