On Neural Differential Equations
Patrick Kidger
TL;DR
This doctoral thesis surveys neural differential equations (NDEs), unifying neural networks with differential equation formalisms to exploit continuous-depth modeling. It systematically covers neural ODEs, neural CDEs, and neural SDEs, detailing existence, training, architectures, interpolation schemes, and numerical solvers, while highlighting universal approximation results and practical tricks like augmentation and reversible solvers. Core contributions include comprehensive theoretical insights into universal approximation for augmented ODEs, development of efficient SDE/CNF frameworks, and extensive discussion of numerical strategies (including backpropagation methods, Hutchinson trace estimation, and batch handling for irregular data). The work also documents public software efforts (Diffrax, torchdiffeq, torchcde, torchsde) and presents concrete demonstrations across physical modelling, irregular time series, and generative modelling, reinforcing NDEs as a versatile toolkit for combining deep learning with dynamical systems. Overall, the thesis positions NDEs as a practical, theory-rich paradigm for scalable, continuous-time modeling in science and engineering, with broad implications for time-series analysis, simulation-informed learning, and probabilistic generation.
Abstract
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.
