paper-with-me

홈 › Papers

On Neural Differential Equations

2022-02-04 · Patrick Kidger

The conjoining of dynamical systems and deep learning has become a topic of great interest. In particular, neural differential equations (NDEs) demonstrate that neural networks and differential equation are two sides of the same coin. Traditional parameterised differential equations are a special case. Many popular neural network architectures, such as residual networks and recurrent networks, are discretisations. NDEs are suitable for tackling generative problems, dynamical systems, and time series (particularly in physics, finance, ...) and are thus of interest to both modern machine learning and traditional mathematical modelling. NDEs offer high-capacity function approximation, strong priors on model space, the ability to handle irregular data, memory efficiency, and a wealth of available theory on both sides. This doctoral thesis provides an in-depth survey of the field. Topics include: neural ordinary differential equations (e.g. for hybrid neural/mechanistic modelling of physical systems); neural controlled differential equations (e.g. for learning functions of irregular time series); and neural stochastic differential equations (e.g. to produce generative models capable of representing complex stochastic dynamics, or sampling from complex high-dimensional distributions). Further topics include: numerical methods for NDEs (e.g. reversible differential equations solvers, backpropagation through differential equations, Brownian reconstruction); symbolic regression for dynamical systems (e.g. via regularised evolution); and deep implicit models (e.g. deep equilibrium models, differentiable optimisation). We anticipate this thesis will be of interest to anyone interested in the marriage of deep learning with dynamical systems, and hope it will provide a useful reference for the current state of the art.

📄 PDF Abstract BibTeX arXiv:2202.02435

Code (4)

DiffEqML/torchdyn 공식 구현 pytorch
patrick-kidger/diffrax 공식 구현 jax
rtqichen/torchdiffeq 공식 구현 pytorch
andyelking/diffrax_stla jax

Tasks

Irregular Time SeriesSymbolic RegressionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

DiffEqFlux.jl - A Julia Library for Neural Differential Equations

2019-02-06 · Chris Rackauckas, Mike Innes, Yingbo Ma, Jesse Bettencourt 외

DiffEqFlux.jl is a library for fusing neural networks and differential equations. In this work we describe differential equations from the viewpoint of data science and discuss the complementary nature between machine le…

BIG-bench Machine Learning

Differential Equations as a Model Prior for Deep Learning and its Applications in Robotics

2020-02-26 · ICLR Workshop DeepDiffEq 2019 12 · Michael Lutter, Jan Peters

For many decades, much of the scientific knowledge of physics and engineering has been expressed via differential equations. These differential equations describe the underlying phenomena and the relations between differ…

A Deep Neural Network Framework for Solving Forward and Inverse Problems in Delay Differential Equations

2024-08-17 · Housen Wang, Yuxing Chen, Sirong Cao, Xiaoli Wang 외

We propose a unified framework for delay differential equations (DDEs) based on deep neural networks (DNNs) - the neural delay differential equations (NDDEs), aimed at solving the forward and inverse problems of delay di…

deepFDEnet: A Novel Neural Network Architecture for Solving Fractional Differential Equations

2023-09-14 · Ali Nosrati Firoozsalari, Hassan Dana Mazraeh, Alireza Afzal Aghaei, Kourosh Parand

The primary goal of this research is to propose a novel architecture for a deep neural network that can solve fractional differential equations accurately. A Gaussian integration rule and a $L_1$ discretization technique…

Universal approximation property of neural stochastic differential equations

2025-03-20 · Anna P. Kwossek, David J. Prömel, Josef Teichmann

We identify various classes of neural networks that are able to approximate continuous functions locally uniformly subject to fixed global linear growth constraints. For such neural networks the associated neural stochas…