Deep Neural Networks Inspired by Differential Equations


Abstract

Deep learning has emerged as an important technology in fields such as computer vision, scientific computing, and dynamical systems, thereby driving major advancements across these domains. However, neural networks persistently face challenges related to theoretical understanding, interpretability, and generalization. Thus, researchers are increasingly adopting a differential equations perspective to propose a unified theoretical framework and systematic design methodologies. We establish a comprehensive taxonomy of the literature from two distinct perspectives. First, we classify the models based on their mathematical formulations, covering ordinary, partial, and stochastic differential equations (ODEs, PDEs, and SDEs). Second, we categorize them by their methodological roles, distinguishing between equation-guided networks and networks designed for solving equations. Moreover, we conduct a qualitative meta-analysis supported by consolidated evidence summaries from existing literature to illustrate their characteristics and performance. Finally, we explore promising research directions in integrating differential equations with deep learning to offer new insights for developing computational methods with improved interpretability and generalization.

<ccs2012> <concept> <concept_id>10010147.10010178.10010216</concept_id> <concept_desc>Computing methodologies Philosophical/theoretical foundations of artificial intelligence</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10003033.10003034.10003035</concept_id> <concept_desc>Networks Network design principles</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10002950.10003714.10003727</concept_id> <concept_desc>Mathematics of computing Differential equations</concept_desc> <concept_significance>500</concept_significance> </concept> </ccs2012>

1 Introduction↩︎

Deep learning has emerged as a transformative paradigm in modern artificial intelligence, driven by its success in tasks such as computer vision [1][3], natural language processing [4][6], autonomous driving [7], [8] and medical measurement [9], [10]. These achievements are largely attributed to the confluence of three key factors: the proliferation of large-scale annotated datasets [11], the rapid advancement in computational hardware [12], [13] (e.g., GPUs and TPUs), and the continuous evolution of neural network architectures [14], [15]. Despite these empirical successes, deep learning still faces challenges in interpretability and generalization [16], [17], which limit its applicability in domains requiring rigorous safety and reliability guarantees [18], [19].

ODEs and SDEs have emerged as theoretical frameworks providing novel insights and mathematical tools for tackling the challenges of interpretability and generalization in deep learning. Pioneering work by E et al. [20] conceptualized deep neural networks as discrete dynamic systems, framing the training phase as an optimal control problem. This perspective catalyzed the development of network architectures grounded in deterministic differential equations, encompassing ODEs and partial differential equations (PDEs), and leading to substantial advancements [21][24]. Stability in ODE-based models is often achieved by enforcing Lipschitz or contraction conditions on the function \(f\), which ensures reliable forward and backward propagation and mitigates gradient explosion or vanishing. Overall, existing research can be broadly categorized into two main directions: 1) leveraging differential equation frameworks, including ODEs, PDEs, and SDEs, for the theoretical interpretation of deep networks [20], [24][31]; 2) guiding the design of network architecture with DEs [22], [23], [32][39].

The intrinsic interpretability of ODEs arises from their deterministic nature; given an initial state, systems evolve along a single, predictable trajectory. This transition from discrete layer stacking to continuous evolution enhances the model’s physical intuitiveness and interpretability. For example, ODE-based models like ResNets [40] and LM-ResNets [22] interpret inter-layer evolution as a discretization of continuous flows, whereas PDE-based models such as PDE-CNNs [23] encode geometric structures and local features through spatial derivatives. Additionally, deterministic DEs facilitate deterministic generative modeling, including Neural ODEs [21] and flow matching methods [41], [42]. These frameworks generate data by solving initial value problems or construct continuous trajectories between distributions by deriving velocity fields through optimal transport. Furthermore, this continuous perspective extends to scientific machine learning through Neural PDE solvers, which operate under specified equation constraints to find numerical solutions for complex physical systems. These approaches illustrate the role of deterministic DEs in the unification of neural architectures, generative modeling and equation solving.

SDEs extend ODEs by incorporating a stochastic noise term, transforming deterministic systems into stochastic ones. This stochasticity induces trajectory variability from identical initial states, capturing richer distributional variations to improve generalization and enable the generation of diverse, high-quality samples. Randomness is pervasive in deep neural networks, arising from weight initialization [43], [44], minibatch sampling [45], and stochastic regularization methods such as Dropout [46][49] and Gaussian noise injection [50][52]. These strategies influence optimization dynamics, robustness, and generalization. Recent studies employ SDEs to rigorously analyze this randomness, forming two primary research trajectories. One trajectory focuses on stochastic regularization: explicitly embedding randomness via SDE frameworks (e.g., Dropout [53], [54] and stochastic depth [55]) to provide coherent mathematical models for network evolution under perturbations [22], [39], [56]. Another trajectory employs SDEs to model network dynamics [57][66], comprising two categories: Neural stochastic differential equations (Neural SDEs) [62] and SDE-guided generative models, exemplified by Denoising Diffusion Probabilistic Models (DDPMs) [57].

Taking a broader perspective, ODEs, PDEs, and SDEs collectively span a systematic theoretical hierarchy, ranging from deterministic temporal evolution to complex stochastic spatiotemporal systems. As illustrated in Fig. 1, these differential equations serve as rigorous foundations for network design and regularization. Furthermore, Fig. 2 demonstrates how deep learning leverages these continuous dynamics to either drive data evolution for generative modeling or compute accurate numerical solutions. We defer a comprehensive review of the fundamental neural architectures and mathematical prerequisites to Section S1 of the online supplementary material, thereby ensuring the main narrative remains concise and focused.

Figure 1: Overview of deterministic DE-driven neural network architectures (left, Sec.2.1) and stochastic regularization methods inspired by SDEs (right, Sec.3.1).
Figure 2: Neural Networks for Learning Differential Equations: Deterministic and Stochastic. Specifically, the left panel illustrates networks tasked with learning deterministic dynamical simulations and numerical solutions of PDEs (Sec.2.2), whereas the right panel focuses on networks learning stochastic dynamics (Sec.3.2).

This survey limits its scope to model-level paradigms whose architectural topologies, generative continuous dynamics, or algorithmic equation-solving procedures are explicitly governed by ODEs, PDEs, or SDEs. Consequently, layer-level innovations such as Structured State-Space Models (e.g., S4 [67], Mamba [68]) and Liquid Time-Constant Networks (LTCs) [69] fall outside our primary focus. We refer interested readers to [70] for a comprehensive review of these layer-centric architectures. Existing surveys predominantly categorize models by specific domains, techniques, or isolated equation types, as detailed in 1. For the systematic organization of this field, we introduce a comprehensive framework based on dual-perspective classification criteria. First, we classify the literature by mathematical foundations: ODEs, PDEs, and SDEs. Second, we categorize models by methodological roles into two main areas. The first regime, Networks Guided by Equations, encompasses DE-driven architectures and stochastic regularization. The second regime, Networks for Learning Equations, subdivides into neural solvers for finding numerical solutions and networks learning data-driven dynamics, such as Neural DEs and DE-guided generative models.

In summary, this survey provides a systematic taxonomy and a holistic review of deep learning paradigms underpinned by differential equations. Specifically, our methodological classification successfully organizes the literature into two primary functional regimes. The first regime, Networks Guided by Equations, encompasses differential equation-driven architectures and stochastic regularization techniques. The second regime, Networks for Learning Equations, is further subdivided into neural numerical solvers and data-driven continuous dynamics. Beyond this structural taxonomy, we perform a rigorous qualitative meta-analysis of these DE-centric models across various standardized evaluation benchmarks. Finally, we synthesize prevailing open challenges and chart prospective research trajectories to navigate this rapidly evolving domain.

Table 1: Comparison with Existing Surveys: Scope and Coverage.
Year&Reference Scope of Models Summary
2022 [71] Network regularization
categorizing them into data augmentation, internal structure changes, and label transformations.
2024 [72] Diffusion models
into efficient sampling, improved likelihood estimation, and data generalization.
2024 [73] Diffusion models
categorizing advancements in theoretical formulations and algorithmic efficiency.
2025 [74]
(Image Editing)
techniques based on their learning requirements—training-free, fine-tuning, and feed-forward methods.
2025 [75]
(text2image)
on prompt engineering, spatial guidance, and personalized concept injection.
2024 [42] Flow matching
PyTorch implementations to demonstrate efficient generative modeling.
2025 [76]
and life sciences
biology challenges ranging from drug discovery to clinical diagnostics.
2025 [77]
for solving PDEs
constraints such as PINNs and operator learning networks.
2022 [78] Neural differential equations
2025 [79] Neural differential equations
analysis.
Ours
Diffusion models
Flow matching
Neural differential equations
DNN for solving PDEs
bidirectional synergy between DE-guided network design and networks for learning equations.

2 From Deterministic DEs to Deep Neural Networks↩︎

Since the pioneering work by E et al. [20] that reinterpreted the essence of neural networks from a dynamical systems perspective, DE-guided neural networks design has emerged as an active research direction [21][24], [27], [80][82]. This perspective not only established a rigorous mathematical framework for deep learning but also led to new architectures that combine robustness and interpretability, substantially enhancing model adaptability in complex real-world applications.

To systematically incorporate the mathematical rigor of deterministic DEs into deep learning, current mainstream approaches can be categorized into two key paradigms:

  • Deterministic DE-Driven Architectures (Networks Guided by Equations): Exemplified by ResNets [40] and LM-ResNets [22], this paradigm formulates neural network forward propagation as solving initial value problems. By treating layers as discrete deterministic DE approximations via Euler or Runge-Kutta schemes [83], this perspective elucidates the networks’ function approximation capabilities and guides novel architectural design.

  • Networks for Learning Deterministic Equations: This paradigm deploys deep learning to directly learn or compute continuous dynamical systems. For data representation, deterministic dynamics models like Neural ODEs [21] and ODE-guided generative models [41] describe the continuous evolution of data in latent space, leveraging temporal continuity for flexible trajectory interpolation and precise gradient computation. Extending beyond data modeling, this paradigm also encompasses Neural PDE solvers [84], [85], which constrain networks with specific physical laws to provide efficient numerical solutions for complex physical systems.

2.1 Deterministic DE-Driven Network Architectures↩︎

We first present a structured classification of deterministic DE-driven approaches for deep learning architecture design. A detailed summary of representative works is provided in 2, and the corresponding architectural illustrations are presented in Fig. S1 of the online supplementary material.

Table 2: Representative deep learning architectures driven by deterministic DEs, categorized by first-order ODEs, higher-order ODEs, DESs, and PDEs.
Category Model Formulation Year
First-order ODEs ResNets [40] \(x_{n+1}=x_n+f(x_n)\) 2016
RiR [28] \(x_{n+1}=x_n+f(x_n,t_n),\,t_{n+1}=g(x_n,t_n)\) 2016
FractalNet [27] \(x_{n+1}=k_1x_n+k_2(k_3x_n+f_1(x_n))+f_2(k_3x_n+f_1(x_n))\) 2016
ResNeXt [26] \(x_{n+1}=x_n+\sum\limits_i f_i(x_n)\) 2017
PolyNet [81] \(x_{n+1} = (I-\Delta t f)^{-1} x_n\) 2017
LF-Block [33] \(x_{n+1}=x_{n-1}+2h f(x_n)\) 2019
Higher-block [34]
2022
Higher-order ODEs LM-ResNets [22] \(x_{n+1}=(1-k)x_n+kx_{n-1}+f(x_n)\) 2018
HNO [35] \(x_{n+1}=(\xi_n)_0 x_n+(\xi_n)_1 x_{n-1}+\cdots\) 2022
DE Systems RevNets [24] \(y_{n+1}=y_n+f(x_n),\, x_{n+1}=x_n+g(y_{n+1})\) 2017
HamiltonianNet [86] \(y_{n+1}=y_n+f(x_n),\,x_{n+1}=x_n-g(y_{n+1})\) 2018
i-RevNet [30] \(y_{n+1}=y_n+f(x_n),\,x_{n+1}=P(x_n)+g(y_{n+1})\) 2019
PDEs PDE-CNNs [23]
2020
LeanConvNets [37] \(x_{n+1}=x_n+f(x_n,\theta_n)\) 2020
PDE-diffusion [38] \(\frac{\partial H}{\partial t} = \nabla\cdot(D\nabla H)+\nabla\cdot(vH)+f(I)\) 2022
PDEs-DNNs [31] \(x_{n+1}=x_n-K^T\phi(Kx_n)\) 2023
COIN [39]
\(u(x,0)=f(x)\)
2025

2.1.1 ResNets [40]↩︎

ResNets revolutionized deep learning by introducing skip connections to overcome the degradation problem in very deep DNNs. The fundamental building block implements a residual transformation through the update rule: \[\label{ResNet1} x_{n+1} = x_n + f(x_n),\tag{1}\] where \(x_n\) is the layer \(n\) feature representation and \(f\) is a learnable convolutional transformation. Such skip connections stabilize gradient propagation and facilitate the training of ultra-deep architectures like ResNet-50.

Beyond their empirical success, ResNets have been rigorously analyzed from a dynamical systems perspective. Haber et al. [82] and E et al. [20] established that the residual update in 1 can be viewed as a forward Euler discretization of an underlying continuous-time ODE: \[\label{ODERN} \frac{dx(t)}{dt} = v(x,t),\,\, x(0)=x_0,\,\, t\in [0,T],\tag{2}\] where \(v(x,t)\) denotes a velocity field satisfying \(v(x, t) = f(x) / \Delta t\). This connection enables the numerical analysis of network stability and inspires continuous-depth models using ODE solvers for adaptive computation, motivating ResNet variants and advancing our theoretical understanding.

Since the introduction of ResNets, several variants have been proposed to enhance its performance. Architecturally, Wide ResNet (WRN) [87] and ResNeXt [26] increase network width and cardinality, while ResNet-S and ResNet-D [32] focus on optimizing downsampling paths. These adaptations balance depth and width for more efficient training. Numerically, variants like Residual-in-Residual Network (RiR) [28], Polynomial Network (PolyNet) [81], and Fractal Network (FractalNet) [27] explore different formulations to improve stability and expressiveness. Methods such as leapfrog block (LF-Block) [33], Runge-Kutta-2 block (RK2-Block) [33], and higher-order RK4/RK8 [34] integrate time-stepping techniques from numerical analysis to enhance learning accuracy and convergence.

2.1.2 Linear Multistep ResNets [22]↩︎

LM-ResNets introduce multistep dependencies inspired by Linear Multistep Methods (LMMs). Unlike standard ResNets that update solely from the current state \(x_n\), LM-ResNets compute \(x_{n+1}\) as a neural-parameterized nonlinear function of \(x_n\) and past states (e.g., \(x_{n-1}\)). The layer update follows the general form of LMMs: \[x_{n+1} = (1-k_n)x_n+k_n x_{n-1}+f_n(x_n),\] where \(k_n\in\mathbb{R}\) is a trainable parameter. LM-ResNets can be interpreted as a high-order ODE and written as: \[f(x_n,t)=(1+k_n)\dot{x}_n + (1-k_n)\frac{\Delta t}{2}\ddot{x}_n.\] Subsequently, HNO [35] generalizes deep unfolding networks as ODE solvers, employing linear multistep methods to accelerate convergence and improve accuracy. Concurrently, DenseNet [29] introduces a densely connected topology that concatenates features from all preceding layers, enhancing both feature reuse and gradient flow.

2.1.3 Reversible Residual Networks (RevNets) [24]↩︎

Reversible architectures, such as RevNets [24], invertible Residual Networks (i-ResNets) [30], and invertible Reversible Networks (i-RevNets) [88], address the memory bottleneck of traditional ResNets by reconstructing activations during backpropagation. This eliminates the need to store intermediate states within residual blocks, which can be formally expressed as: \[\label{Eq:RevNet} y_{n+1} = y_n + f(x_n),\, x_{n+1} = x_n + g(y_{n+1}),\tag{3}\] where \(f\) and \(g\) are learnable residual functions. The inputs are reconstructed as: \[x_n = x_{n+1} - g(y_{n+1}),\, y_n = y_{n+1} - f(x_n).\] RevNets reduce memory usage with limited performance loss but incur higher computational cost. I-ResNets [30] achieve full-network invertibility for both generative and discriminative tasks, while i-RevNets [88] add nonlinear mappings to further improve memory efficiency. Hamiltonian Networks [36], [86] extend RevNets by modeling reversible dynamical systems, enabling stable, memory-efficient training and accurate physical simulations.

2.1.4 PDE-CNNs [23]↩︎

In 1 , the function \(f\) is treated as a black box without structural constraints. For tasks involving structural data (e.g., speech, image, or video processing) where local spatial interactions are crucial, layers are standardly instantiated via convolutions. Ruthotto et al. [23] proposed a PDE-based framework that interprets the forward propagation of residual CNNs as a continuous-time nonlinear diffusion process. Formally, given the initial state as the input, the underlying continuous dynamics are modeled via the forward Euler method: \[\frac{\partial x(\theta,t)}{\partial t} = f(\theta,x,t),\, x(\theta,0)=x_0,\,f(\theta,x,t) = K_2(\theta^{(3)})\,\sigma\Big( \mathcal{N}\big(K_1(\theta^{(1)})Y,\theta^{(2)} \big) \Big)\] where \(f(\theta,x,t)\) represents convolution, nonlinearity, and normalization, with specific parameterizations for each operation. Specifically, \(K_1(\theta^{(1)})\) and \(K_2(\theta^{(3)})\) denote convolutional operators parameterized by \(\theta^{(1)}\) and \(\theta^{(3)}\), respectively. \(\mathcal{N}\) represents a normalization layer parameterized by \(\theta^{(2)}\), and \(\sigma\) denotes a nonlinear activation function (e.g., ReLU). PDE-CNNs [23] encompass parabolic and hyperbolic models, including Hamiltonian and second-order variants. While PDE formulations improve stability and interpretability, deep architectures often incur high computational costs. To mitigate this, LeanConvNets [37] and Global Feature Layers [38] reduce structural complexity. Furthermore, extending PDE frameworks to ResNets and RNNs enhances parameter efficiency [31], and Convection-Diffusion Networks (COIN) [39] further demonstrate robust generalization against perturbations.

Deterministic DE-driven neural architectures can be understood through a unified trade-off among interpretability, stability, expressivity, and computational cost, governed by how the underlying dynamical system constrains state evolution. First-order ODE-inspired models use simple single-step updates, offering strong stability and efficiency but limited expressivity, requiring deep compositions for complex mappings. Higher-order ODEs introduce multi-step dependencies, increasing degrees of freedom and representation capacity at the cost of additional state and computation. DE systems impose structured dynamics (e.g., invertibility or conservation laws), improving interpretability and memory efficiency while potentially limiting flexibility. PDE-based architectures extend dynamics to the spatial domain, enabling effective spatio-temporal modeling but incurring higher computational cost due to spatio-temporal discretization. Overall, improving expressivity and interpretability generally requires relaxing structural simplicity and increasing computational complexity, highlighting the need to match the equation type to the target task.

Table 3: A Taxonomy of Representative Neural Differential Equation Models: Deterministic vs. Stochastic Formulations. Deterministic formulations emphasize computational efficiency and memory savings but are constrained by limited flexibility, while stochastic models enhance expressivity through noise injection at the cost of increased computational overhead.
Model Formulation Driving Mechanism Typical Solvers Year
(a) Neural Deterministic Differential Equations
Neural ODEs [21] \(dx(t)=f_\theta(x,t)dt\) Vector Field Implicit Adams 2018
ANODEs [89] Vector Field Dopri5 2019
SONODEs [90] \(\ddot{x}(t)=f_\theta(x,\dot{x},t)\) Second-order Field Dopri5 2020
Neural jump ODE [91]
\(h_i = \text{RNNCell}(\tilde{h}_i, x_i)\) Vector Field + Jumps Euler 2021
NeuPDE [92] \(\frac{\partial u(t, x)}{\partial t} = \mathcal{N}_\theta (\mathcal{D}(u))\) Vector Field + Jumps Runge-Kutta 2020
Neural CDEs [83] \(dz(t)=f_\theta(z)\,dX(t),\,X(t)\, \text{is control path}\) Control Path Dopri5 2020
Neural RDEs [93]
(Log-signature) Dopri5 2021
2-4 Neural FDEs [94] \(D^\alpha z(t) = f_\theta(z,t),\,0<\alpha\le 1\) Fractional Derivative Predictor-Corrector 2025
(b) Neural Stochastic Differential Equations
Neural SDEs [62] \(dz(t)=f_\theta (z,t)dt+g_\theta(z,t)d\mathcal{W}(t)\) Additive Noise Euler-Maruyama 2019
Neural Jump SDEs [63] \(dz(t) = f_\theta(z,t)dt+\omega_\theta(z,k,t)\cdot dN(t)\) Additive Noise Jump Solver 2019
Latent SDE [64]
\(dz(t)=h_\phi(z,t)dt+\sigma(z,t)d\mathcal{W}(t)\,(\text{approximate posterior})\) Multiplicative Noise Milstein 2020
Neural SDEs as GAN [65]
\(dh(t)=f_\phi(h,t)dt+g_\phi(h,t)dY(t)\,(\text{discriminator})\) Multiplicative Noise Midpoint 2021
Neural Covariance SDE [95] \(d\phi_t(x) = -\frac{1}{2} \int \sum_t(x,x')\nabla\phi_t(x')dx'dt+\sqrt{\sum_t(x,x)}\,d\mathcal{W}(t)\) Covariance-shaped Noise Euler–Maruyama 2022
RNSDE [96] \(dx(t) = V(x,t)dt+\sum_{i=1}^m G_i(x,t)\,d\mathcal{W}(t)\) Multiplicative Noise Euler–Maruyama 2022
Stable Neural SDEs [66]
Neural LNSDE: \(dz(t)=\gamma(\bar{z},t;\theta_\gamma) \, dt+\sigma(\theta_\sigma;t)\,z\,d\mathcal{W}(t)\)
Neural GSDE: \(\frac{dz(t)}{z(t)}=\gamma(\bar{z},t;\theta_\gamma)dt+\sigma(\theta_\sigma;t)d\mathcal{W}(t)\)
Multiplicative Noise
Geometric Noise
Euler–Maruyama
Euler–Maruyama 2024

llll ODE-guided generative models & Model & Formulation &Year
& Flow matching [41] & \(dx(t)=v_\theta(x,t)\,dt\)&2022
(lr)2-4 & CFM  [41] & \(dx(t)=v_\theta(x,t)\,dt,\,x(1)\sim p_{\text{target}}(x|y)\) &2022
(lr)2-4 & RFM [97]& \(dx(t)= v^{\mathcal{M}}_\theta(x,t)\,dt,\,x\in\mathcal{M}\)&2023
(lr)2-4 &DFM [98] &\(dp(t) = Q_\theta(t)^\top p(t)\,dt\)&2024
(lr)2-4 &Fisher-Flow [99]&\(dp(t) = v_\theta(p,t)\,dt,\,v_\theta(p,t)=g_p^{-1}\nabla_p\mathcal{L}(p,t)\)&2024
(lr)2-4 &SFM [100]&\(d\mu=v_\theta(\mu,t)\,dt,\mu\in\Delta^{n-1}\)&2024
(lr)2-4 &Generator Matching [101]&\(dp(t)=\mathcal{G}_\theta^*(p,t)\,dt,\,\mathcal{G}_\theta^*\text{ is a generalized generating operator}\)&2025
(lr)2-4 &CS-DFM [102]&\(dx(t)=v_\theta(x,t)\,dt, x(t)=\pi^{(\alpha)}(\mu)\)&2025
(lr)2-4 &DiffoCFM [103]&\(dz(t)=v_\theta^E(z,t,y)\,dt,\,dx(t)=v_\theta^\mathcal{M}(x,t,y)\,dt,\,x(t)=\varphi^{-1}(z)\)&2025
&Rectified Flow  [104], [105] &\(dx(t) = (x(1) -x(0))\,dt\)&2022
(lr)2-4 &InstaFlow [106]&\(x(1)=x(0)+v(x(0))\,T\)&2023
(lr)2-4 &PeRFlow [107] &\(dx(t) = \left(x(1)^{(k)}-x(0)^{(k)}\right)\,dt,\,t\in[t_{k-1},t_{k}]\)&2024
(lr)2-4 &Hierarchical Rectified Flow [108]&\(dx^{(l)}(t)=\left(x(1)^{(l)}-x(0)^{(l)}\right)\,dt,\,l=1,2,\cdots,L\)&2025
(lr)2-4 & MeanFlow [109] &\(x(1)=x(0)+\int_0^1 v_\theta(x,t)\,dt\approx x(0)+\overline{v}(x(0))\)&2025
(lr)2-4 &SlimFlow [110]&\(x(1)=x(0)+v_\theta(x(0))\)&2025
SDE-guided generative models & Model & Formulation &Year
&Additive SDE&\(dx=f(x,t)dt+g(t)\,d\mathcal{W}(t)\)&
(lr)2-4 &NCSN [111] & \(dx = \sqrt{\frac{d(g(t)^2)}{dt}}\,d\mathcal{W}(t)\)& 2019
(lr)2-4 &DDPMs [112] &\(dx = -\frac{1}{2} \beta(t)x\,dt + \sqrt{\beta(t)}\,d\mathcal{W}(t)\) & 2020
(lr)2-4 &MSDiff [58] & &2021
(lr)2-4 &MRSDE [59]& \(dx = \theta(t)(\mu-x)\,dt+g(t) \,d\mathcal{W}(t)\) &2023
(lr)2-4 &BFNs [113]&\(dx=xf(t)\,dt+g(t)\,d\mathcal{W}(t)\)&2023
(lr)2-4 & &\(dx=f(x,t)dt+g(t)dL(t)\)&2023
(lr)2-4 &OU diffusion [60] &\(dx=-x(t)dt+\sqrt{2}d\mathcal{W}(t)\) &2024
(lr)2-4 &Multiplicative SDE&\(dx=f(x,t)dt+g(x,t)\,d\mathcal{W}(t)\)&
(lr)2-4 &SDMs [114]&\(dY^i = b(\alpha_i-Y^i)\,dt+\sqrt{2bY^i}d\mathcal{W}^i(t),\, x=Y/\sum_j Y^j\) &2022
(lr)2-4 &FP-Diffusion [115] & &2023
& General reverse SDE&\(dx=[f(x,t)-g(t)^2\nabla_x\log\,p(x,t)]dt+g(t)\,d\mathcal{W}(t)\)&
&DiffFlow [116] &&2021
(lr)2-4 &Unified Framework [61]&\(dx=\left[f(x,t)-\gamma\cdot\frac{1}{2} g^2(t) s_\theta(x,t) \right]dt+\sqrt{1-\gamma^2}g(t)d\overline{\mathcal{W}}(t)\)&2023
(lr)2-4 & DEIS [117]&\(dx=\left[f(t)x-\frac{1+\lambda^2}{2}g^2(t)s_\theta(x,t) \right]dt+\lambda g(t)d\overline{\mathcal{W}}(t)\)&2023
(lr)2-4 &ER SDE [118] & \(dx=\left[ f(t)x-\frac{g^2(t)+h^2(t)}{2}s_\theta(x,t)\right]dt+g(t)d\overline{\mathcal{W}}(t)\)&2025
& PF ODE [57]&\(dx=\left[f(x,t)-\frac{1}{2} g^2(t)s_\theta(x,t)\right]dt\)&2020
(lr)2-4 &DDIM [119] &\(dx=-\frac{1}{2}\beta(t)[x+s_\theta(x,t)]dt\)&2020

2.2 Networks for Learning Deterministic Equations↩︎

As illustrated in Fig. 2, we partition deterministic architectures designed to learn or solve continuous equations into two primary domains. The first encompasses dynamics modeling via Neural DEs [21] and ODE-guided generative models [41], while the second focuses on Neural PDE solvers. Neural DEs [21] are particularly effective for modeling sequential and continuous-time data, as they learn the governing dynamics \(f_\theta(x,t)\) through neural network parameterization. In contrast, ODE-guided generative models [41] focus on learning the velocity field \(v_\theta(x, t)\) in the Liouville equation via neural networks, thereby enabling direct control over the evolution of probability densities. When solving equations, Neural PDE solvers [84], [120], [121] leverage deep learning to compute numerical solutions for complex physical systems by enforcing specific equation constraints. The details and taxonomy of Neural DEs, representative formulations and recent advances in ODE-guided generative models, and the core architectures of Neural PDE solvers are summarized in 3, [tab:flow95model] and 4, respectively.

2.2.1 Neural Deterministic Differential Equations↩︎

Integrating deterministic differential equations as continuous-depth architectural backbones provides a powerful deep learning paradigm for enhancing spatiotemporal physical simulations and complex sequential representation learning.

Neural ODEs [21] transcend the rigid, discrete layers of traditional ResNets. By modeling continuous-time dynamics, they enable adaptive computation and formulate hidden state evolution via an ODE: \[\frac{dx(t)}{dt} =f_\theta(x,t),\] where \(f_\theta\) parameterizes the continuous vector field. This formulation replaces discrete layers and solves the hidden state trajectory via an ODE, guaranteeing memory-efficient training through the adjoint method [122]. The continuous-time paradigm offers advantages such as constant memory cost regardless of model depth, suitability for irregularly sampled time series [21], [123], and adaptive computational depth. However, Neural ODEs come with drawbacks, including high computational cost during training and inference, as well as challenges with numerical instability and sensitivity to integration dynamics [21], [89], [124], [125].

Second-Order Neural ODEs (SONODEs) [90], [126] capture second-order dynamics by incorporating initial velocity and acceleration. This physics-inspired inductive bias yields more faithful representations of physical systems, enhancing both interpretability and numerical stability. Specifically, we consider SONODEs whose initial position \(x(t_0)\), initial velocity \(\dot{x}(t_0)\), and acceleration \(\ddot{x}\) are given by: \[\ddot{x}=f_\theta(x,\dot{x},t),\,\dot{x}(t_0)=g_\theta(x(t_0)),\,x(t_0)=X_0,\] where \(g_\theta\) and \(f_\theta\) are neural networks predicting the initial velocity and acceleration. While convertible to a first-order ODE for training, this second-order formulation demonstrates superior physical interpretability, robustness, and extrapolation over ANODEs. High computational cost during training and inference remains a key challenge for Neural ODEs. Consequently, a range of methods have been proposed to improve their efficiency [89], [90], [124], [127][136]. In parallel, to enhance the stability and robustness of Neural ODEs under long-term integration and noisy inputs, several approaches have been developed [62], [137][145].

Building upon the success of SONODEs, continuous deep architectures have naturally extended to spatiotemporal systems governed by PDEs. Shifting from traditional black-box dynamics fitting to white-box PDE discovery, NeuPDE [92] incorporates strong physical inductive biases. Combined with sparse regularization, it explicitly identifies the underlying governing equations: \[\frac{\partial u(t, x)}{\partial t} = \mathcal{N}_\theta (\mathcal{D}(u)) \approx \sum_{k=1}^{K} c_k \phi_k(u, \nabla u, \nabla^2 u, \dots),\] where \(c_k\) represent learnable sparse coefficients and \(\phi_k\) denotes a library of candidate functions, comprising spatial derivatives and their nonlinear products. This formulation rigorously preserves physical consistency and enables direct mathematical extraction. Driven by a similar philosophy, PDE-Net [146], [147] establishes mathematical mappings via constrained filter moment matrices to learn differential operators, achieving robust long-term forecasting and discovery of hidden PDE structures.

Standard Neural ODEs are limited in modeling irregularly sampled time series and in capturing complex temporal dynamics. Thus, researchers have developed several important extensions. Among these, Neural Controlled Differential Equations (Neural CDEs) [83] formulate the hidden state evolution as a controlled differential equation, providing: \[z_t = z_{t_0} + \int_{t_0}^t f_\theta (z_s)\,dX_s, \,t\in(t_0,t_n),\] where \(z(t)\) denotes the hidden state, \(X_s\) is an interpolated input path and \(f_\theta\) controls how the state responds to input variations. Neural CDEs enable learning from irregularly sampled data by treating inputs as continuous trajectories. Neural Rough Differential Equations (Neural RDEs) [93] extend these methods to rough or non-differentiable paths using rough path theory [148], capturing high-frequency or noisy dynamics through higher-order integration terms. Neural Fractional Differential Equations (Neural FDEs) [94] incorporate long-range memory and non-local dependencies by modeling \[D^\alpha z(t) = f_\theta(z(t),t),\,0<\alpha<1,\] where \(D^\alpha\) is a Caputo or Riemann–Liouville fractional derivative. Neural FDEs consider history-dependent dynamics, making them suitable for non-Markovian systems.

As summarized in 3, continuous architectures evolved to overcome the theoretical and numerical limits of early deterministic models. While standard Neural ODEs [21] pioneered continuous-depth modeling, their topology-preserving nature and Markovian assumptions restrict physical realism and induce severe numerical stiffness. Architectures resolve this along two trajectories. The first injects physical inductive biases to create interpretable models, utilizing augmented state spaces in ANODEs [89] and second-order fields in SONODEs [90]. The second relaxes autonomous constraints to capture history-dependent dynamics via control paths in Neural CDEs [83] or fractional derivatives in Neural FDEs [94]. Ultimately, enhancing physical interpretability and memory shifts the computational bottleneck toward complex numerical integration, demanding strict alignment between the DE framework and computational resources.

2.2.2 ODE-Guided Generative Models↩︎

In generative modeling, deterministic differential equations serve as optimal transport frameworks that smoothly map simple base distributions to complex target data manifolds.

ODE-guided Generative Models [41], [42] deterministically transport a simple base distribution to a complex target distribution. This transformation is achieved by learning a time-dependent velocity field \(v_\theta(x,t)\) that governs the continuous evolution of data points via an ODE: \[\frac{dx}{dt} = v_\theta(x,t),\,x(0)\sim p(0),\,x(1)\sim p_{\text{target}} (x).\] Under this deterministic flow, probability density evolution follows the Liouville equation. Flow Matching [41] introduces a simulation-free objective to overcome the expensive ODE simulations traditionally required to track this density. It constructs a target velocity field via conditional path interpolation and trains \(v_\theta\) to regress it directly, thereby completely bypassing explicit density computation and enabling scalable high-dimensional training.

Standard flow matching is restricted to continuous Euclidean spaces [97] and linear trajectories [105], [149]. To overcome these limitations, subsequent research advances along two primary directions: extending the framework to non-Euclidean topologies, such as discrete domains [98], [150], graphs [151], and manifolds [97], [152], and optimizing transport paths [104], [105] to accelerate sampling, ultimately enabling one-step generation [109].

Generalized Flow Matching: A series of generalized flow matching approaches have emerged, each systematically extending the framework toward broader classes of data and structural priors. Notable examples include:

  • Conditional Flow Matching (CFM) [41] is a method that learns a velocity field \(v_\theta(x, t, y)\), which is conditioned on an auxiliary variable \(y\), allowing for controllable generation. The system is governed by the following ODE: \[\frac{dx}{dt} = v_\theta(x, t),\, x(0) \sim p(0), \, x(1) \sim p_{\text{target}}(x|y),\] which facilitates the direct generation of samples with specified attributes to ensure alignment with conditioning information. This capability is particularly beneficial for tasks such as class-conditional image synthesis.

  • Discrete Flow Matching (DFM) [98], [150] generalizes flow matching to discrete and categorical data domains by replacing the continuous flow with a continuous-time Markov jump process. The dynamics are governed by a time-dependent rate matrix \(Q_\theta(t)\): \[\frac{dp(t)}{dt} = Q_\theta(t)^\top p(t),\] where \(p(t)\) denotes the time-evolving probability mass over discrete states. This approach enables the efficient, non-autoregressive generation of sequence, graph, and molecular data.

These developments mark a shift in flow matching research toward modeling data in non-Euclidean [97], [152] and structured spaces [99], [100], [102]. Riemannian Flow Matching (RFM) [97] adapts flow matching to non-Euclidean domains by respecting manifold constraints, enabling generative modeling on curved data spaces. Generator Matching [101] generalizes flow matching to arbitrary modalities and Continuous Time Markov Processes (CTMPs), supporting non-autoregressive generation for discrete sequences and graphs. Methods like Continuous-State Discrete Flow Matching (CS-DFM) [102], Fisher-Flow [99], and Statistical Flow Matching (SFM) [100] bring in information geometry, aligning probability transport with natural statistical metrics such as the Fisher–Rao distance. Diffeomorphism Conditional Flow Matching (DiffeoCFM) [103] further extends flow matching to positive-definite matrix manifolds via pullback geometry. Altogether, these innovations substantially broaden the applicability and expressivity of flow matching, providing a robust geometric foundation for ODE-guided generative modeling in complex domains.

Trajectory Optimization: Trajectory Optimization explores advanced strategies to optimize both the generative trajectory and its numerical integration, aiming to improve sampling efficiency, stability, and accuracy [153][155].

  • Rectified Flow [104], [105] simplifies the generative process by constraining the transport path between noise and data to a straight line in data space, allowing for highly efficient and deterministic sampling. The underlying ODE is \[\frac{dx}{dt} = x(1) -x(0),\] where \(x(0)\) and \(x(1)\) are the endpoints of the trajectory, allowing the model to learn a velocity field that maps base samples directly along a rectified path.

  • MeanFlow [109], [156] adopts a one-step generation approach by learning a time-averaged velocity field \(\overline{v}_\theta(x, t)\). This enables the model to directly map a base sample to the target in a single step: \[x(1) = x(0) + \int_0^1 v_\theta(x, t)\, dt \approx x(0) + \overline{v}(x(0)).\]

Within this trajectory-optimization perspective, subsequent studies mainly revisit three closely related design issues: how to train the transport dynamics more robustly, how to choose more expressive transport paths, and how to reduce the cost of numerical sampling. Work on training objectives and optimization dynamics addresses issues such as velocity variance and trajectory crossings, which can affect training stability and sampling efficiency [157][161]. Path-oriented studies move beyond a single global straight-line transport by introducing hierarchical, piecewise, or more flexible trajectories, allowing the generative path to better adapt to complex data geometries [107], [162], [163]. Efficiency-oriented methods, including InstaFlow [106], Optimal Flow Matching [164], and SlimFlow [110], seek to reduce the number of function evaluations through distillation, shortcut mappings, or optimized transport objectives. Taken together, these studies show that trajectory optimization in flow-matching models has progressed from fixed straight-line transports toward more stable, adaptive, and computationally efficient transport formulations [110], [165], [166].

2.2.3 Neural PDE solvers↩︎

PDEs are fundamental for modeling physical and engineering systems. Although traditional numerical methods such as FEM and FVM are reliable, they often suffer from high computational cost in high-dimensional or parametric settings. Neural PDE solvers address this limitation by using DNNs to approximate specific PDE solutions or the underlying solution operators.

Physics-Informed Neural Networks (PINNs). PINNs [120], [167][169] incorporate governing equations into network training to approximate either specific PDE solutions. For a PDE \(\mathcal{N}[u](x,t)=0\), the surrogate solution \(u_{\theta}\) is optimized by minimizing \[\label{eq:loss} \mathcal{L} = \omega_{\text{pde}}\mathcal{L}_{\text{pde}} + \omega_{\text{bound}}\mathcal{L}_{\text{bound}} + \omega_{\text{init}}\mathcal{L}_{\text{init}} \quadwith~~ \mathcal{L}_{\text{pde}} = \frac{1}{N_r}\sum_{i=1}^{N_r} \left| \mathcal{N}[u_{\theta}](x_i,t_i) \right|^2.\tag{4}\] The main challenge lies in optimization instability caused by PDE stiffness and imbalance among loss terms. Current improvements mainly follow two directions. (1) Loss balancing strategies: adaptive weights [170] are introduced using NTK theory [171], self-adaptive mechanisms [172], [173], and gradient-enhanced methods [174], [175]. (2) Variational and energy-based formulations: weak-form PINNs such as VPINNs [176] minimize \[\label{eq:variation95loss} \mathcal{L}_{\text{pde}} = \frac{1}{K}\sum_{i=1}^{K} \left| \int_{\Omega} \varphi_i(x)\mathcal{N}[u_{\theta}](x)\,dx \right|^2,\tag{5}\] and are further extended by local test functions [177], adversarial weak forms [178], and energy minimization [179].

Operator Learning. Unlike PINNs, which approximate solutions for specific instances, operator learning aims to learn the mapping \(\mathcal{G}: \mathcal{F} \to \mathcal{U}\) between infinite-dimensional function spaces \(\mathcal{F}\) and \(\mathcal{U}\) [121]. Given \(N\) input-output function pairs and \(P\) query points per sample, the model is typically optimized via the empirical supervised loss: \[\mathcal{L}_{\text{data}} = \frac{1}{NP} \sum_{i=1}^{N}\sum_{j=1}^{P} \left| \mathcal{G}_{\theta}(f^{(i)})(y_j^{(i)}) - \mathcal{G}(f^{(i)})(y_j^{(i)}) \right|^2.\]

DeepONet [84] leverages the universal approximation theorem for operators by decomposing the mapping into branch and trunk networks. The operator is represented as a generalized basis expansion: \[\label{eq:basis95epansion} \mathcal{G}_{\theta}(f)(y) = \sum_{k=1}^{p} b_k\big(f(x_1),\dots,f(x_m)\big)t_k(y)+b_0.\tag{6}\] Notable extensions include POD-DeepONet [180] for reduced-order modeling, GreenONet [181] based on Green’s functions, and variants tailored for geometry or sequential data such as Geom-DeepONet [182] and Sequential DeepONet [183].

The Fourier Neural Operator (FNO) [85] parameterizes the integral kernel in the spectral domain, enabling the capture of global dependencies. The architecture updates the hidden state \(v_k\) through a combination of a linear transform and a spectral convolution: \[v_{k+1}(y) = \sigma \left( W v_k(y) + \mathcal{F}^{-1} \big( R_k \cdot \mathcal{F}(v_k) \big) (y) \right),\] where \(\mathcal{F}\) denotes the Fourier transform and \(R_k\) is a learnable weight matrix in the frequency domain. This framework has been generalized to other functional bases, including wavelets, polynomials, and Laplace transforms [184][187].

Physics-Informed Operator Learning [188] integrates operator learning with the PDE residual as a regularization ter,m to enforce physical constraints \[\label{eq:pino95loss} \mathcal{L} = \mathcal{L}_{\text{data}} + \mathcal{L}_{\text{pde}},\tag{7}\] where \(\mathcal{L}_{\text{pde}}\) penalizes violations of the underlying governing equations. This paradigm enhances physical consistency and generalization in data-scarce regimes. Subsequent developments include PINO [189], PIWNO [190], and multi-resolution frameworks [191], [192].

Overall, Neural PDE solvers have evolved from pointwise residual learning to operator-level approximation, becoming a core direction in scientific machine learning. PINNs require little labeled data and preserve physical interpretability, but often suffer from optimization difficulties and poor scalability. Operator learning enables rapid inference and strong generalization across parameter spaces, but usually depends on large high-quality datasets. Physics-informed operator learning provides a promising compromise by combining data efficiency with physical consistency. A detailed summary is provided in 4. Furthermore, while the above methods assume a fully known governing PDE, Universal Differential Equations (UDEs) [193] have been developed for scenarios where the PDE is only partially known, learning the unknown terms by embedding trainable sub-networks directly into the solution procedure. The rapid development of these solvers is driven by the growing demand for fast, scalable, and reliable surrogate models in computational science, especially for high-dimensional PDEs and multi-query simulations.

Table 4: Summary of neural network solvers for numerical PDEs: Physics-informed methods and operator learning methods.
Category Model Core Formulation / Loss Objective Year
PINNs Deep Ritz [167] Energy-based minimization of the Ritz functional \(I(u) = \int_{\Omega} f(\nabla u, u) dx\) 2018
Vanilla PINNs [120] \(\mathcal{L}(\theta) = \mathcal{L}_{\text{pde}} + \mathcal{L}_{\text{bound}} + \mathcal{L}_{\text{init}}\) via automatic differentiation 2019
VPINNs [176] Variational formulation using global Petrov-Galerkin test functions 2019
WAN [178] Weak form residual via adversarial training: \(\min_{u} \max_{v} \mathcal{L}_{\text{weak}}(u, v)\) 2020
hp-VPINNs [177] Domain decomposition with local test functions: \(\mathcal{R} = \langle \mathcal{N}[u_\theta], v \rangle_{\Omega_e}\) 2021
Loss reweighting [170] NTK-based weighting: \(\mathcal{L}(\theta) = \sum \omega_i \mathcal{L}_i\) using eigenvalues of the NTK matrix 2022
lbPINNs [172] Likelihood-based adaptive weights: \(\sum \frac{1}{2\varepsilon^2_i} \mathcal{L}_i + \log \prod \varepsilon_i\) 2022
gPINNs [174] Gradient-enhanced residual: \(\mathcal{L}_{\text{total}} = \mathcal{L}_{\text{pde}} + \omega_{\text{grad}}\mathcal{L}_{\nabla \text{pde}}\) 2022
SAPINNs [173] Mask-based trainable weights: \(\mathcal{L} = \sum \mathcal{L}_i(\theta, \omega_i)\) via mini-max optimization 2023
Neural Operator FNO [85] Spectral convolution via FFT: \(\mathcal{K}(v) = \mathcal{F}^{-1}(R \cdot \mathcal{F}(v))\) 2020
DeepONet [84] Operator mapping via basis expansion: \(G(u)(y) \approx \sum_{k=1}^q b_k(u) \tau_k(y)\) 2021
PI-DeepONet [188] Physics-regularized DeepONet: \(\mathcal{L}_{\text{data}} + \lambda \mathcal{L}_{\text{pde}}\) 2021
POD-DeepONet [180] POD-derived basis functions replacing the trunk net \(\tau_k(y)\) 2022
WNO [184] Multiresolution operator mapping via Wavelet Transform decomposition 2023
SNO [185] Spectral mapping using orthogonal polynomial bases (e.g., Chebyshev) 2023
LNO [186] Exponential basis expansion via Laplace Transform for transient dynamics 2024
PINO [189] Physics-informed FNO: Integrating \(\mathcal{L}_{\text{pde}}\) into the spectral architecture 2024
PIWNO [190] Wavelet-based operator learning constrained by PDE residuals 2024
VINO [194] Variational operator learning: FNO architecture with weak-form loss 2025

3 From SDEs to Deep Neural Networks↩︎

Incorporating stochasticity into ODEs yields SDEs, providing a more expressive framework for modeling uncertainty. These equations typically feature additive noise to account for external disturbances, or multiplicative noise to capture state-dependent randomness like thermal variations. The integration of SDEs with neural networks has established a new machine learning paradigm, enabling powerful regularization techniques and the principled modeling of stochastic dynamics. This intersection primarily manifests in two domains:

  • Stochastic Network Regularization (Networks Guided by Equations): Controlled noise is injected at various network levels to enhance robustness and generalization. This includes neuron-level Dropout [46], [54], weight perturbations [195], [196], activation noise [50], [197], [198], and dynamic depth adjustment [55], [199]. By mimicking stochastic perturbations in the optimization landscape, these methods help avoid poor local minima.

  • Stochastic Dynamics Modeling: Forward propagation in neural networks can be mathematically characterized as a dynamical system driven by SDEs. Neural SDEs [62] parameterize both drift and diffusion coefficients to model complex stochastic dynamics. In contrast, SDE-guided generative models (e.g., DDPMs) [112], [200] define a fixed forward noise process and generate data by learning the drift term of the reverse SDE. Fundamentally, they differ in their learning objectives: Neural SDEs capture forward-time stochastic dynamics, whereas DDPMs learn reverse-time denoising dynamics.

3.1 Stochastic Network regularization↩︎

We begin by reviewing stochastic regularization methods that introduce randomness into different components of neural networks, such as neurons, weights, activations, and architectural paths. Representative methods are summarized in 5, along with their key design choices and regularization effects.

Table 5: Summary of SDE-guided stochastic regularization methods for deep neural network models, categorized by their application to neurons, weights, activations, and layers.
Category Model Formulation Year
Neurons Dropout [53], [54] \(x_{n+1}=x_n+f(x_n,\omega_n)\odot\frac{z_n}{p}, ~z_n\sim\text{Bernoulli}(p)\) 2012
Fast Dropout [201] \(x_{n+1}=(1-p)x_n+\mathcal{N}(0,p(1-p)x_n^2)\) 2013
Annealed Dropout [202] \(x_{n+1}=x_n+f(x_n,\omega_n)\odot\frac{z_n(t)}{p},~z_n\sim\text{Bernoulli}(p(t))~and~p(t)=p(t-1)+\alpha_t(\theta)\) 2014
SpatialDropout [203] \(\tilde{y}_c^{l-1}=z_c\cdot y_c^{l-1},~\text{y_c^{l-1} is the c-th channel feature map}\) 2014
Curriculum Dropout [204] \(x_{n+1}=x_n+f(x_n,\omega_n)\odot\frac{z_n(t)}{p},\,z_n\sim\text{Bernoulli}(p(t))~and~p(t)=(1-\theta)(1-e^{-\gamma t})\) 2017
Targeted Dropout [205] \(x_{n+1}=x_n+f(x_n,\omega_n)\odot\frac{z_n}{p},\,z_n\sim\text{Bernoulli}(p_n)~and~p_n=\text{TargetDropout}(s_n)\) 2018
DropBlock [206] \(\tilde{A}=A\odot M,\, M_{i,j}=\text{Bernoulli}(\gamma)~and~\text{A is the feature map}\) 2018
Weights DropConnect [207] \(\tilde{W}=W\odot M,\,M_{i,j}=\text{Bernoulli(1-p)}\) 2013
Variational Dropout [208] \(W\sim\mathcal{N}(\mu,\alpha\mu^2),\,\alpha \,\text{is a learnable parameter.}\) 2015
Shakeout [196] \(\tilde{W}_{ij}=c(r_j-1)S_{ij}-r_j\cdot(\frac{1}{p} W_{ij}+c\frac{1}{1-p}S_{ij}),S_{ij}=\text{sgn}(W_{ij}),r_j\sim\text{Bernoulli}(p)\) 2016
Activations Whiteout[198] \(x_{n+1}=x_n+f(x_n)+\epsilon,\,\epsilon\sim\mathcal{N}(0,\sigma^2|x|^{2\gamma})\) 2016
GNI [197] \(x_{n+1}=x_n+f(x_n)+\sigma\mathcal{N}(0,I)\) 2020
PNI [50] \(x_{n+1}=x_n+\alpha\cdot\mathcal{N}(0,I),\,\alpha \,\text{is a learnable parameter.}\) 2019
Layers Stochastic Depth [55] \(x_{n+1}=x_n+z_n\,f(x_n),\, z_n\sim\text{Bernoulli}(p)\) 2016
DropPath [27] \(x_{n+1}=x_n+\sum\limits_i z_{in} f_i(x_n),\,z_{in}\sim\text{Bernoulli}(p)\) 2016
Swapout [209] \(x_{n+1}=\alpha\,x_n+\beta\,f(x),\,\alpha,\beta\sim\text{Bernoulli}(p)\) 2016
Shake-shake regularization [199] \(x_{n+1}=x_n+\alpha_n f_1(x)+(1-\alpha_n)f_2(x),\,\alpha_n\sim\text{Bernoulli}(p)\) 2017
PyramidSepDrop [210] \(x_{n+1}=x_n+\sum\limits_{i}\alpha_i f_i(x),\,f(x)=[f_1(x),\cdots,f_K(x)],\,\alpha_i\sim\text{Bernoulli}(1-p)\) 2017
ShakeDrop [211] \(x_{n+1}=x_n+\alpha_n\cdot b\cdot f(x),\,\alpha_n\sim\text{Bernoulli}(p),\,b\sim\text{U}([-1,1])\) 2018
Scheduled drophead [212] \(\text{head}_i^{\text{dropped}}=\alpha_i(t)\cdot\text{head}_i,\, \alpha_i(t)\sim\text{Bernoulli}(1-p),\,p(t)=p_{\max}\cdot\frac{t}{T}\) 2018
LayerDrop [213] \(h_{l+1}=\alpha_l\cdot\text{Layer}_l(h_l)+(1-\alpha_l)\cdot h_l,\,\alpha_l\sim\text{Bernoulli}(1-p)\) 2019

3.1.1 Dropout [53], [54]↩︎

Dropout is a fundamental regularization technique that randomly deactivates hidden units during training to mitigate overfitting. When integrated with ResNets, the forward propagation through a dropout-augmented residual block is formally expressed as: \[x_{n+1} = x_n + f(x_n,\omega_n)\odot \frac{z_n}{p},~~z_n\sim\text{Bernoulli(p)},\] where \(p\) is the retention probability, \(\odot\) denotes element-wise multiplication. Dropout has been theoretically interpreted as an approximation to Bayesian inference [214], with further formalization accomplished through a SDE [39], [215], given by: \[dx(t) = f(x)dt + \sqrt{\frac{1-p}{p}} \,f(x)\cdot d\mathcal{W}(t),\] where \(\mathcal{W}(t)\) has the same meaning as in SDEs. This perspective enables stability analysis and supports adaptive optimization.

Since the introduction of standard dropout, numerous neuron-level stochastic regularization variants have emerged. Fast Dropout [201] leverages Gaussian approximation for efficiency, while Annealed [202] and Curriculum Dropout [204] adjust noise levels over training. Variational Dropout [208] treats weights as Gaussian variables for adaptive regularization and sparsity. Other extensions include structure-aware methods such as SpatialDropout [203], Max-pooling and Convolutional Dropout [216], as well as selective masking strategies like Targeted Dropout [205], DropBlock [206], and EDropout [217].

3.1.2 DropConnect [207]↩︎

DropConnect regularizes neural networks by randomly masking weights rather than neurons. It applies a binary mask \(M\), sampled as \(M_{i,j} \sim \text{Bernoulli}(1-p)\), to the weight matrix \(W\), producing an output: \[y = f_a((W \odot M)\,x),\,x_{n+1}^i = \sum_j (W_{ij}\, x_{n}^j) M_{ij}\] where \(\odot\) denotes element-wise multiplication and \(f_a\) is a non-linear activation function. Theoretically, DropConnect reduces to Dropout in shallow networks [218] and can be represented by the following SDE: \[d x(t) = pW x\, dt + \sqrt{p(1 - p)}\, \left(W \odot W\right)^{1/2} \left(x \odot x\right)^{1/2}d\mathcal{W}(t),\] which has inspired numerous extensions, including Sparsity-aware masking [195], Output uncertainty modeling via Dirichlet distributions [219], Gradient-based dynamic drop rates [220], Adaptive drop rates using generalization gap and complexity measures [221].

3.1.3 Gaussian Noise Injection (GNI) [197]↩︎

GNI enhances model generalization by perturbing intermediate representations during training. In a standard ResNet with \(L\) residual blocks, the output of the \(n\)-th block with injected noise is given by: \[x_{n+1} = x_n + f(x_n) + \alpha\,\mathcal{N}(0,I),\] where \(\alpha\) controls the noise intensity and \(\mathcal{N}(0,I)\) is standard Gaussian noise. By setting \(\alpha = \sigma \sqrt{\Delta t}\) and interpreting \(f(x_n)\) as a discretized velocity field \(v(x_n, t_n)\), this update rule corresponds to the Euler–Maruyama discretization of SDEs: \[dx(t) = v(x,t)\,dt + \sigma\,d\mathcal{W}(t).\] Whiteout [198] injects adaptive Gaussian noise into activations to promote structured sparsity, an approach later grounded in a variational interpretation [222]. Theoretical analyses reveal that such activation-level noise penalizes high-frequency components [51], acts as ridge regularization in the infinite-sample limit [223], and benefits overparameterized regimes [224]. To enhance adversarial robustness, Parametric Noise Injection (PNI) [50] applies learnable noise to activations or weights. Ultimately, Gaussian noise injection serves as a principled regularization mechanism that smooths the loss landscape and bridges discrete training with continuous-time stochastic dynamics [224], [225].

3.1.4 Stochastic Depth [55]↩︎

Stochastic Depth mitigates overfitting by randomly bypassing residual blocks during training. For an \(L\)-layer residual network, the forward propagation at the \(n\)-th block is formulated as: \[x_{n+1} = x_n + z_n \,f(x_n),\quad z_n\sim\text{Bernoulli(p)},\] where \(p\) denotes the layer-wise survival probability. The network with stochastic drop can be written as an SDE \[dx(t) = p f(x) dt + \sqrt{p(1 - p)} F(x) d\mathcal{W}(t).\]

Recent studies have explored the theoretical and empirical properties of stochastic depth [226]. Building on foundational block-level stochasticity, subsequent research extends dropping mechanisms through fine-grained structural perturbations and dynamic probability scaling. Structurally, PyramidSepDrop [210] independently drops channels, DropPath [27] discards specific residual paths, and Swapout [209] perturbs both identity and residual branches. To balance regularization with training stability, survival probabilities are dynamically calibrated: Scheduled DropPath [212] modulates rates over training time, while LayerPath [213] scales them across network depth. Furthermore, ShakeDrop [211] introduces stochastic path blending to stabilize single-branch architectures. Collectively, these progressive refinements underscore the critical role of structured noise in robust network optimization and generalization.

3.2 Stochastic Dynamics Modeling↩︎

SDEs provide a powerful mathematical framework for modeling random dynamical systems in deep learning. Two major classes of SDE-driven approaches have emerged. The first, Neural SDEs [62] utilize neural networks to parameterize both drift and diffusion terms, providing a flexible framework for modeling complex stochastic dynamics and effectively capturing temporal uncertainty in time-series analysis. A detailed categorization and summary of these methods can be found in 3. The second class consists of SDE-guide generative models, represented DDPMs [57]. The evolution of probability densities is described by the FPE, and the sampling process can be expressed using the SDE. DDPMs learn the score or noise component to guide the evolution of probability densities, avoiding explicit density computation. Detailed comparisons are summarized in [tab:flow95model].

3.2.1 Neural SDEs [62]↩︎

Neural SDEs extend Neural ODEs [21] by introducing stochasticity through a learnable diffusion term, enabling the modeling of systems with intrinsic randomness. Unlike the deterministic trajectories of Neural ODEs, Neural SDEs capture uncertainty via stochastic processes parameterized by neural networks. The latent state \(x_t\) evolves according to the Itô SDE \[\label{SDE1} dx(t) = f_\theta(x,t)\,dt+g_\theta(x,t)\,d\mathcal{W}(t),\tag{8}\] where \(f_\theta\) and \(g_\theta\) denote the drift and stochastic driving networks, respectively. Eq. 8 is typically simulated via numerical methods like Euler–Maruyama [227], with gradients computed through reparameterization or adjoint methods [122]. While Neural SDEs excel at modeling noisy or irregular data across time series and generative tasks, they suffer from significant computational overhead and limited interpretability.

Recent advancements in Neural SDEs can be categorized into four main areas. Firstly, they have been developed as expressive generative models: Tzen et al. [228] link them to diffusion-limit approximations of latent Gaussian models, Li et al. [64] extend latent ODEs by integrating stochastic priors, and Kidger et al. [65] adapt both the generator and discriminator of GANs as Neural SDEs. Secondly, in terms of efficiency and stability, efforts have concentrated on enhancing solvers and objectives. Reversible solvers [229] and deterministic approximations [230] have been employed to mitigate integration overhead, while alternative objectives such as signature kernel losses [231] and marginal-matching criteria [232] bolster training robustness. Complementary improvements include cubature methods on Wiener space [233], finite-dimensional distribution matching [234], stochastic optimal control formulations [235], and high-dimensional gradient estimators [236], all contributing to enhanced scalability and optimization efficiency. Thirdly, Neural SDEs have been applied across various fields such as robust financial modeling [237], spatiotemporal dynamics [238], and unified sequence modeling [239]. Finally, recent studies have improved the modeling of rare and irregular dynamics: Neural Jump SDEs [63] address discontinuities through Poisson jumps, while Stable SDEs [66] introduce variants like Langevin-type, linear-noise, and geometric models to enhance the analysis of irregular time series. Collectively, these developments position Neural SDEs as a versatile and robust framework for modeling complex stochastic systems in continuous time. A detailed overview is presented in 3 for Neural SDEs and their variants.

The evolution of Neural SDEs embodies a critical trade-off between uncertainty quantification and optimization tractability. Theoretically, Neural SDEs succeed exactly where deterministic ODEs fail: their learnable diffusion terms break rigid topological constraints to naturally capture aleatoric uncertainty and robustly model highly irregular, noisy data. However, this stochastic expressivity introduces severe computational failures. The inherent non-differentiability of Brownian motion forces stochastic integrators to use vanishingly small steps, while computing gradients via the stochastic adjoint method frequently yields catastrophic variance, destabilizing optimization. Recent advancements succeed by mathematically circumventing these numerical bottlenecks. Techniques such as signature kernels, cubature methods, and deterministic approximations shift the objective from tracking high-variance individual paths to matching robust topological signatures or finite-dimensional distributions. Ultimately, deploying Neural SDEs requires strictly weighing the necessity of modeling intrinsic randomness against the steep costs of numerical integration and gradient stabilization.

3.2.2 SDE-Guided Generative Models [112], [240]↩︎

SDE-guided generative models generate samples by first adding noise to data in a forward process, then reconstructing data from noise in a reverse denoising process. The forward process can be formulated as a SDE: \[\label{SDE2} dx = f(x,t)\,dt+g(x,t)\,d\mathcal{W}(t),\tag{9}\] where \(f(x,t)=-\frac{1}{2}\beta(t)x\) and \(g(t)=\sqrt{\beta(t)}\) in the standard DDPMs setting. In DDPMs, the generative process is realized by solving the reverse SDE, which simulates the dynamic evolution from the noise distribution to the target data distribution. The evolution of the system’s probability density is described by the FPE, which accurately characterizes the statistical properties of the underlying stochastic dynamics. The corresponding reverse SDE can be expressed as: \[\label{RSDE1} \begin{align} dx \!=\! \Big[ f(x,t)\!-\!g^2(t)\nabla_x \log p(x,t)\Big] dt\!+\! g(t) d\overline{\mathcal{W}}(t), \end{align}\tag{10}\] where the score function \(\nabla_x \log p(x,t)\) is typically approximated by a parameterized neural network \(s_\theta(x,t)\) and trained using score matching methods. Therefore, the generative process of DDPMs essentially involves the discrete numerical solution of the aforementioned reverse SDE.

Guided by the DDPMs paradigm, the development of SDE-guided generative models can be systematically divided into three major directions: the design of forward SDEs, the design of reverse SDEs, and the development of solvers for reverse SDEs.

a) Forward SDE: In diffusion models, the forward process describes the transformation of the data distribution into a prior noise distribution. This process is typically represented by a SDE, as shown in Equation 9 . By flexibly selecting specific forms for the drift term \(f(x, t)\) and the diffusion term \(g(t)\), or by extending the diffusion term to a state-dependent function \(g(x, t)\) to include multiplicative noise, various diffusion model variants can be developed. Several representative works will be introduced in the following section.

Mean-Reverting SDE (MRSDE) [59] extends the diffusion framework to model processes with a natural tendency to revert to a long-term mean, making it suitable for mean-reverting scenarios. The process is described by: \[dx(t)=\theta(t)(\mu-x)dt+g(t)d\mathcal{W}(t),\] which captures mean-reverting trajectories and stabilizes long-term generative dynamics. Beyond classical additive noise SDEs, various forward processes inject Gaussian noise using distinct schedules and parameterizations. Notable examples include Noise Conditional Score Networks (NCSNs) [111], Multi-Speed Diffusion (MSDiff) [58], Bayesian Flow Networks (BFNs) [241], and Ornstein-Uhlenbeck diffusion [60].

When the diffusion term \(g(x, t)\) depends on \(x\), the additive SDE framework extends to multiplicative noise SDEs, enabling the modeling of state-dependent stochasticity. This extension addresses more complex phenomena such as variable uncertainty or structural constraints in data [114], [115].

Flexible Diffusion Processes (FP-Diffusion) [115] enhances model expressiveness by simultaneously learning the drift \(f(x)\) and data-dependent diffusion \(R(x)\) through a multiplicative noise SDE, surpassing traditional additive noise methods: \[dx = f(x)\beta'(t)dt+\sqrt{2\beta'(t)R(x)}d\mathcal{W}(t),\] which allows the model to adapt flexibly to heterogeneous data distributions and to capture more intricate generative dynamics by learning both the drift and diffusion structures.

Recent works have generalized the framework by considering non-Gaussian noise [242][246], which broadens the class of data distributions that can be modeled. Further extensions introduce physical constraints to the diffusion process, for example, by enforcing boundary conditions or reflecting barriers [113], [247][250].

b) Reverse SDE: While the reverse SDE 10 provides a principled trajectory, its strict dependence on the forward process restricts modeling flexibility. Consequently, recent studies mathematically redesign the reverse SDE by learning more expressive drift functions or jointly optimizing the drift and diffusion terms. Unified Framework [61] introduces a tunable parameter \(\gamma \in [0, 1]\) into the reverse SDE, allowing smooth interpolation between deterministic ODEs and stochastic SDEs: \[dx=[f(x,t)-\gamma\cdot\frac{1}{2} g^2(t) s_\theta(x,t)]dt+\sqrt{1-\gamma^2}g(t)d\overline{\mathcal{W}}(t),\] which can flexibly balance between sample diversity (stochasticity) and sample fidelity (determinism), and unifies a wide range of generative modeling dynamics within a single formulation.

This perspective connects reverse-SDE formulations with ODE-based flow models. Flow matching [41] and rectified flow [104] rely on deterministic velocity fields to construct efficient transport dynamics, whereas reverse-SDE formulations retain diffusion terms to model stochasticity and improve distributional coverage. Hybrid ODE/SDE dynamics may thus be understood as a continuum between deterministic transport and stochastic diffusion, in which the drift or velocity term characterizes the transport geometry and the diffusion term modulates the stochastic component. Other recent advances, such as DiffFlow [116], DEIS [117] and ER SDE [118], further explore hybrid drift formulations and independent tuning of drift and diffusion terms, respectively. These extensions provide additional flexibility for balancing sample quality, diversity, and robustness in high-variance regions.

c) Solvers for reverse SDE: Beyond redesigning the reverse dynamics, sampling inherently relies on integrating learned ODEs or SDEs. Consequently, advanced numerical solvers can directly accelerate generation and enhance precision without altering the underlying model architecture. A variety of solvers have been proposed to approximate the solution of the reverse SDEs or its deterministic ODEs counterpart. For example, the reverse process in Probability Flow ODE (PF ODE) [57] can be formulated as the following ODE: \[dx = [f(x, t) - \frac{1}{2} g^2(t) s_\theta(x, t)]dt.\] Several representative solvers have been developed to improve sampling efficiency and quality in practice. Denoising Diffusion Implicit Models (DDIMs) [119] can be interpreted as a deterministic numerical solver for the underlying probability flow ODE, accelerating sampling. Generalized denoising diffusion implicit models (gDDIM) [251] interpolates between deterministic and stochastic sampling. Diffusion Probabilistic Model Solver (DPM-Solver) [252], [253], Pseudo Numerical methods for Diffusion models (PNDMs) [254], Approximate Mean-Direction Solver (AMED-Solver) [255], Stochastic Runge-Kutta Methods (SRK) [256] and Stochastic Adaptive Solver (SA-Solver) [257] apply high-order integration methods to improve sampling efficiency and quality. These solvers enable fast and diverse sample generation with fewer steps. Beyond generation, integrating DDPMs’ stochastic denoising into training acts as a effective regularizer, enhancing stability and generalization while bypassing iterative inference in downstream tasks like image inpainting [258] and segmentation [259].

SDE-guided generative models succeed over deterministic continuous flows by utilizing stochastic noise as a smoothing operator to break topology-preserving constraints, guaranteeing robust coverage of complex data distributions. However, this stochastic success introduces a inference bottleneck: the reverse denoising SDE generates highly curved transport trajectories that cause massive truncation errors during discretization, forcing basic solvers into thousands of costly evaluation steps. To overcome these integration bottlenecks, research progresses along two complementary trajectories. First, advanced models like FP-Diffusion [115] and the Unified Framework [61] redesign the governing dynamics to balance deterministic transport with stochastic exploration, thereby reducing reverse-path curvature while preserving the distributional coverage benefits of diffusion. Second, high-order numerical solvers including DPM-Solver [252] and SA-Solver [257] are deployed to directly combat curvature-induced errors. Ultimately, this reveals a fundamental computational trade-off: optimizing diffusion models requires mitigating reverse-path geometric curvature to maximize sampling efficiency without sacrificing the vital stochastic smoothing benefits of the forward process.

4 Applications and Performance↩︎

This section reviews the experimental performance of a range of DE-driven neural networks on CIFAR-10 and CIFAR-100 benchmarks. While Neural ODEs and Neural SDEs particularly excel in modeling sequential and time-series data, we refer the reader to  [79], [260] for detailed results in that domain. Here, our focus is on architectures and generative models informed by deterministic DEs and SDEs. We structure our discussion as follows: We first review the experimental setup used in the surveyed CIFAR-based studies, and then conduct a qualitative analysis of deterministic DE-driven neural architectures evaluated primarily on CIFAR-10 and CIFAR-100, as summarized in [tab:de-nn], alongside ODE-guided and SDE-guided generative models evaluated mainly on CIFAR-10, as detailed in 6. Section S3 of the online supplementary material complements this focused performance discussion by summarizing representative tasks, application domains, and benchmark datasets for the three model families in Tab. S1, Tab. S2, and Tab. S3. These appendix tables serve as applicability-oriented references rather than additional quantitative comparisons. Through a comprehensive analysis of empirical results across these categories, we clarify the advantages and drawbacks of different models, providing actionable insights for designing equation-inspired architectures with improved training stability and task performance.

4.1 Experiment setup↩︎

For CIFAR experiments, a standard data augmentation (\(4\)-pixel padding followed by \(32\times32\) random cropping or horizontal flipping) is uniformly applied, and pixel values are rescaled to \([0, 1]\). The experimental configurations in the surveyed literature exhibit significant diversity in optimization trajectories.

Standard classification tasks [22], [261], [262] typically utilize a \(300\)-epoch regimen with an initial learning rate (LR) of \(0.1\) and a mini-batch size ranging from \(32\) to \(128\). In contrast, alternative strategies have been explored to enhance convergence or stability: a staged decay over 80k steps is employed in [86], whereas the Adam optimizer with a fixed learning rate of \(0.001\) is used for \(1000\) epochs in [263]. Furthermore, piecewise constant schedules and momentum-based constant LR strategies are adopted in [23] and [264], spanning \(100\) to \(200\) epochs to accommodate specific architectural constraints.

Generative frameworks [250], [265] follow the specialized training protocols established by [111]. These models are typically optimized for \(1.3\)M iterations, with specific SDE variants requiring only \(50000\), using the Adam optimizer with a mini-batch size of \(128\) and a constant learning rate of \(0.001\). To capture multi-scale score functions, a geometric sequence of 10 noise scales \(\{\sigma_i\}_{i=1}^{10}\) is configured, ranging from \(1\) to \(0.01\). During the sampling phase via annealed Langevin dynamics, \(T=100\) steps and a step size of \(\epsilon=2\times10^{-5}\) are adopted. Recent advancements in consistency and flow-matching models further optimize these trajectories. Liu et al. [266] and Ma et al. [267] employ the RAdam optimizer with mini-batch sizes ranging from \(128\) to \(512\) over \(100\)k iterations. Zhou et al. [255] train a lightweight predictor on \(10\)k images using a polynomial time schedule, while Zhang et al. [162] adopt an effective batch size of \(256\) for \(1000\) epochs (approximately \(391\)k iterations) with a polynomial decay schedule and a \(45\)k-step warmup phase.

4.2 Deterministic DE-Driven Network Architectures↩︎

We provide the experimental results of networks guided by first-order ODEs, higher-order ODEs, as well as systems of equations and PDEs in [tab:de-nn]. Consistent with convergence order theory in numerical analysis, networks employing higher-order or more sophisticated schemes generally achieve superior performance.

The experimental results highlight a clear progression, where innovations in DEs modeling translate into advances in both network architectures and empirical performance. ResNets exemplify the explicit Euler discretization of first-order ODEs, where the skip connection directly mirrors the explicit integration step, achieving a strong baseline accuracy of \(94.07\%\) on CIFAR-10 and \(74.84\%\) on CIFAR-100. As variants of ResNet, RiR and ResNeXt further improve accuracy by exploring different formulations. With further advances in mathematical formulation, FractalNet employs a multi-path architecture inspired by Runge-Kutta integration, while RKCNN adopts the fourth-order Runge-Kutta method. These higher-order discretizations enable more accurate modeling of feature dynamics, resulting in notable improvements, such as RKCNN’s \(95.52\%\) on CIFAR-10 and \(77.31\%\) on CIFAR-100. Furthermore, LM-ResNets and LM-ResNeXt employ a linear multi-step strategy to significantly enhance the accuracy of first-order networks under the same configurations.

Extending beyond ODEs, PDEs introduce spatiotemporal priors whose benefits scale with model capacity, as detailed in [tab:de-nn]. Lightweight architectures such as Hamiltonian CNNs [23] utilize sub-million parameter budgets to prioritize stability and interpretability over absolute accuracy. Conversely, at standard capacities, PDE networks yield explicit empirical gains. Specifically, \(11.17\)M-parameter Parabolic and Hyperbolic PDE models [264] achieve up to \(95.70\%\) on CIFAR-10, outperforming the \(94.47\%\) ResNet baseline. Thus, PDE modeling provides mathematical stability for resource-constrained scenarios and superior accuracy for scaled networks.

Overall, DE-driven architectures elevate network design from heuristic discrete mappings to theoretically grounded continuous dynamical systems. This paradigm provides a principled architectural toolkit: first-order ODEs yield computational efficiency, higher-order dynamics capture complex non-linearities, and PDEs enforce rigorous mathematical stability and spatial interactions. Collectively, these continuous formulations significantly enhance network expressiveness and accuracy, offering profound insights for modern model design.

p2.5cm p2.0cm p1.5cm p1.5cm p1.5cm p1.5cm


Model & Publication & Code & Params & Dataset & Test acc. (%)
Model & Publication & Code & Params & Dataset & Test acc. (%)

& & & 2.5M & CIFAR-10 & 94.07
& & & 2.5M & CIFAR-100 & 74.84
& & & 10.3M & CIFAR-10 & 94.99
& & & 10.3M & CIFAR-100 & 77.10
& & & 68.1M & CIFAR-10 & 96.42
& & & 68.1M & CIFAR-100 & 82.69
& & & 30M & CIFAR-10 & 95.41
& & & 30M & CIFAR-100 & 77.15
& & & 0.14M & CIFAR-10 & 91.98
& & & 0.14M & CIFAR-100 & 68.97
& & & 1.14M & CIFAR-10 & 95.52
& & & 1.14M & CIFAR-100 & 77.31

& & & 1.14M & CIFAR-10 & 93.63
& & & 1.7M & CIFAR-100 & 72.24
& & &- & CIFAR-10 & -
& & & 34.4M & CIFAR-100 & 82.23
& & & - & CIFAR-10 & -
& & & 22.9M & CIFAR-100 & 77.51
& & & - & CIFAR-10 & -
& & & 27.2M & CIFAR-100 & 80.75
& & & - & CIFAR-10 & -
& & & 15.3M & CIFAR-100 & 82.40
& & &1.14M & CIFAR-10 & 93.84
& & & 1.7M & CIFAR-100 & 74.13
&& &- & CIFAR-10 & -
& & & 35.1M & CIFAR-100 & 82.51

& & & 0.46M & CIFAR-10 & 92.86
& & & 0.47M & CIFAR-100 & 70.05
& & & 0.46M & CIFAR-10 & 92.76
& & &0.48M & CIFAR-100 & 71.04
& & & 0.43M & CIFAR-10 & 92.76
& & &0.44M & CIFAR-100 & 69.78
& & & 8.7M & CIFAR-10 & 96.55
& & & - & CIFAR-100 & -
& & & 8.7M & CIFAR-10 & 96.63
& & & - & CIFAR-100 & -

& & &0.26M & CIFAR-10 & 88.5
& & &0.65M & CIFAR-100 & 64.8
&& &0.51M & CIFAR-10 & 89.3
& & &0.36M & CIFAR-100 & 64.9
&& &0.51M & CIFAR-10 & 89.2
& & &0.65M & CIFAR-100 & 65.4
& & & 11.17M & CIFAR-10 & 94.47
& & & - & CIFAR-100 & -
& & & 11.17M & CIFAR-10 & 95.42
& & & - & CIFAR-100 & -
&& & 11.17M & CIFAR-10 & 95.70
& & & - & CIFAR-100& -

4.3 DE-guided generative models↩︎

6 presents a comprehensive taxonomy of representative generative models, systematically evaluating them based on their governing dynamical frameworks (i.e., ODE- versus SDE-guided paradigms). Over time, advancements in mathematical modeling and solver design have led to consistent improvements in both generative quality and sampling efficiency on CIFAR-10, as reflected by the trends in Fréchet Inception Distance (FID) and Number of Function Evaluations (NFE) metrics.

Benchmark results on CIFAR-10 illustrate a shift in generative modeling from stochastic diffusion to highly efficient deterministic trajectories. Early models like DDPMs require substantial computational budgets exceeding \(1000\) steps and experience severe fidelity degradation under sparse sampling, with FID escalating from \(3.17\) to \(137.7\) at \(20\) steps. This failure primarily stems from the large truncation errors caused by highly curved stochastic paths. Specialized continuous-time formulations and numerical solvers help address this limitation. Score-based SDEs stabilize generation quality, while the EDM framework utilizes refined preconditioning to achieve a state-of-the-art FID of \(1.96\) in only \(35\) steps. Specialized ODE solvers, including DPM-Solver and AMED-Solver, further compress the required budget to under 10 steps while maintaining robust fidelity. Ultimately, methods such as Rectified Flow redefine efficiency limits by straightening transport paths, enabling near-linear velocity fields and high-quality one-step generation.

Despite these algorithmic accelerations, achieving ultra-fast inference introduces a strict trade-off among sample fidelity, inference latency, and training overhead. The transition to single-iteration models represents a redistribution rather than an elimination of computational burden. While classical SDEs maximize sample quality at the cost of high latency, advanced ODE solvers provide a highly practical balance by accelerating inference without requiring supplementary optimization. Conversely, single-step generation relies on computationally expensive offline distillation. Therefore, practical deployment dictates model selection: ODE solvers remain optimal for environments with constrained training resources that prioritize generation quality, whereas distillation approaches are suitable for latency-critical applications capable of absorbing large upfront training costs.

Table 6: Performance comparison of representative ODE-guided and SDE-guided generative models on CIFAR-10. Each methodological sub-block (Forward SDE, or Reverse SDE) indicates its source references sequentially, following the order in which the results appear. Within the same sub-block, results from different references are separated by vertical parallel lines.
Model Publication Code Dataset FID\(\downarrow\) NFE\(\downarrow\)
NIPs 2019 [code] CIFAR-10 25.32 1000
NCSNv2 [268] NIPs 2020 [code] CIFAR-10 10.87 1160
DDPMs [112] NIPs 2020 [code] CIFAR-10 3.17 1000
Score-based SDE-VP [240] ICLR 2021 [code] CIFAR-10 2.55 1000
Score-based SDE-subVP [240] ICLR 2021 [code] CIFAR-10 2.61 1000
Score-based SDE-VE [240] ICLR 2021 [code] CIFAR-10 2.50 1000
EDM-VP [269] NIPs 2022 [code] CIFAR-10 1.96 35
EDM-VE [269] NIPs 2022 [code] CIFAR-10 1.97 35
DDPMs [112] NIPs 2020 [code] CIFAR-10 10.61 100
DDPMs [112] NIPs 2020 [code] CIFAR-10 35.29 50
DDPMs [112] NIPs 2020 [code] CIFAR-10 137.7 20
FastDPM [270] ICML 2021 [code] CIFAR-10 3.01 100
FastDPM [270] ICML 2021 [code] CIFAR-10 3.41 50
FastDPM [270] ICML 2021 [code] CIFAR-10 5.22 20
Score-based SDE [240] ICLR 2021 [code] CIFAR-10 2.41 1000
EDM [269] NIPs 2022 [code] CIFAR-10 1.97 35
Reflected SDE [250] ICML 2023 [code] CIFAR-10 2.72 1000
ICLR 2023 [code] CIFAR-10 6.35 142
DEIS [117] ICLR 2023 [code] CIFAR-10 2.55 50
Rectified Flow  [104], [105] ICLR 2023 [code] CIFAR-10 2.58 127
DPM-Solver-2 [252] NIPs 2022 [code] CIFAR-10 4.7 10
DPM-Solver-3 [271] NIPs 2023 [code] CIFAR-10 2.51 10
DPM-Solver++ [253] MIR 2025 - CIFAR-10 2.91 10
DDIM [119] ICML 2021 [code] CIFAR-10 18.43 9
DPM-Solver-2 [252] NIPs 2022 [code] CIFAR-10 4.98 9
DPM-Solver++(3M) [253] MIR 2025 - CIFAR-10 3.42 9
iPNDM [117] ICLR 2023 [code] CIFAR-10 3.17 9
AMED-Solver [255] CVPR 2024 [code] CIFAR-10 3.67 9
AMED-Plugin [255] CVPR 2024 [code] CIFAR-10 2.63 9
ICLR 2023 [code] CIFAR-10 4.56 100
OT-CFM  [272] TMLR 2023 [code] CIFAR-10 4.95 100
Hierarchical Rectified Flow [108] ICLR 2025 [code] CIFAR-10 4.33 100
HRF2 [162] ICLR 2025 [code] CIFAR-10 4.33 100
HRF2-D [162] ICLR 2025 [code] CIFAR-10 4.30 100
CFM  [41] ICLR 2023 [code] CIFAR-10 166.65 2
1-Rectified Flow  [104], [105] ICLR 2023 [code] CIFAR-10 6.18 2
1-Rectified Flow  [104], [105] ICLR 2023 [code] CIFAR-10 378 1
3-Rectified Flow  [104], [105] ICLR 2023 [code] CIFAR-10 5.21 2
3-Rectified Flow  [104], [105] ICLR 2023 [code] CIFAR-10 8.15 1
VFM  [161] ICML 2025 - CIFAR-10 97.83 2
MeanFlow [109] NIPs 2025 [code] CIFAR-10 2.23 2
MeanFlow [109] NIPs 2025 [code] CIFAR-10 2.92 1
S-VFM [267] - - CIFAR-10 2.16 2
S-VFM [267] - - CIFAR-10 2.81 1

5 Discussions and Conclusion↩︎

5.1 Discussions↩︎

The integration of DEs with deep learning has opened up several promising avenues for advancing the field, but significant opportunities and challenges remain [273], [274]. Building upon the empirical synthesis and fundamental limitations identified in our review, we argue that moving beyond empirical trial-and-error requires a deeper mathematical synthesis. As the relationship between DEs and deep learning evolves, future research should focus on the following key directions to address the limitations of current models.

Overcoming Markovian Limitations. Standard ODEs and CDEs often fail to capture long-range dependencies due to inherent Markovian assumptions. To mathematically embed historical memory and bypass these failures, future architectures should integrate higher-order [275], delay [276], and fractional-order equations [277], [278], which offer theoretically grounded solutions to memory decay.

Breaking Gaussian Assumptions. While SDEs successfully capture aleatoric uncertainty, they fail under extreme discontinuous shifts due to Gaussian assumptions. Exploring Lévy processes [279] naturally accommodates heavy-tailed distributions and sudden jumps, providing rigorous regularization for highly volatile dynamics where standard continuous SDEs fail.

Synthesizing ODE and SDE Paradigms. Generative modeling highlights a trade-off between stochastic coverage and deterministic efficiency. SDE-based diffusion models improve distributional coverage and sample diversity through stochastic perturbations, but typically require iterative reverse-time integration. In contrast, ODE-based approaches, such as flow matching and rectified flow, learn deterministic velocity fields for efficient transport, but provide less explicit stochastic exploration. Recent hybrid formulations address this trade-off at the level of governing dynamics. For example, the Unified Framework [61] interpolates between probability-flow ODEs and reverse SDEs, while DEIS [117] and ER SDE [118] adjust drift and diffusion terms to balance fidelity, diversity, and computational cost. This view also links naturally to flow-matching-based models, where velocity fields characterize transport geometry and diffusion terms modulate stochasticity. Future work may further develop principled ODE/SDE hybrid dynamics for efficient and robust generative modeling.

Aligning with Domain Constraints. The practical failure of DE-driven models often stems from the misalignment neural architectures with domain requirements [280], [281]. Because solving physical PDEs demands exact conservation laws [282] while computer vision prioritizes robustness [283], future research should aim to explicitly embed mathematical properties (e.g., Lyapunov stability) into network designs to ensure theoretically rigorous and safely deployable models.

To sum up, these emerging directions underscore the immense potential of DEs in driving innovation within deep learning, guiding the development of models that are both mathematically principled and highly effective across a wide range of applications.

5.2 Conclusion↩︎

This survey provides a systematic review of the intersection between deep learning and DEs. Subsequently, we establish a unified dual taxonomy that organizes the field by its mathematical formulations and methodological roles. Our analysis demonstrates that model success depends on the synergy between neural architectures and numerical schemes. We clarify the fundamental trade-offs among interpretability, stability, and computational cost to provide principled guidelines for framework selection. Furthermore, we elucidate how SDEs bridge discrete training with continuous dynamics for advanced uncertainty quantification and generative modeling.

Future research should focus on overcoming Markovian limitations by integrating delay and fractional-order equations, while relaxing restrictive Gaussian assumptions through Lévy processes to model more volatile dynamics. Another promising direction is to design hybrid dynamics and align neural architectures with domain-specific constraints, thereby supporting the development of mathematically grounded, reliable, and adaptable intelligent systems. This structured perspective provides researchers with a clearer foundation for future innovation in this evolving field.

This work was supported by the under Grant No.  T2541053.

References↩︎

[1]
N. O’Mahony et al., “Deep learning vs. Traditional computer vision,” in Advances in computer vision, 2020, pp. 128–144.
[2]
J. Chai, H. Zeng, A. Li, and E. W. T. Ngai, “Deep learning in computer vision: A critical review of emerging techniques and application scenarios,” Machine Learning with Applications, vol. 6, p. 100134, 2021, doi: https://doi.org/10.1016/j.mlwa.2021.100134.
[3]
A. Voulodimos, N. Doulamis, A. Doulamis, and E. Protopapadakis, “Deep learning for computer vision: A brief review,” Computational Intelligence and Neuroscience, vol. 2018, no. 1, p. 7068349, 2018, doi: https://doi.org/10.1155/2018/7068349.
[4]
D. W. Otter, J. R. Medina, and J. K. Kalita, “A survey of the usages of deep learning for natural language processing,” IEEE Transactions on Neural Networks and Learning Systems, vol. 32, no. 2, pp. 604–624, 2021, doi: 10.1109/TNNLS.2020.2979670.
[5]
T. Young, D. Hazarika, S. Poria, and E. Cambria, “Recent trends in deep learning based natural language processing,” ieee Computational intelligenCe magazine, vol. 13, no. 3, pp. 55–75, 2018.
[6]
R. Collobert and J. Weston, “A unified architecture for natural language processing: Deep neural networks with multitask learning,” in Proceedings of the 25th international conference on machine learning, 2008, pp. 160–167.
[7]
K. Muhammad, A. Ullah, J. Lloret, J. D. Ser, and V. H. C. de Albuquerque, “Deep learning for safe autonomous driving: Current challenges and future directions,” IEEE Transactions on Intelligent Transportation Systems, vol. 22, no. 7, pp. 4316–4336, 2021, doi: 10.1109/TITS.2020.3032227.
[8]
B. Badjie, J. Cecilio, and A. Casimiro, “Adversarial attacks and countermeasures on image classification-based deep learning models in autonomous driving systems: A systematic review,” ACM Computing Surveys, vol. 57, no. 1, pp. 1–52, 2024.
[9]
R. Aggarwal et al., “Diagnostic accuracy of deep learning in medical imaging: A systematic review and meta-analysis,” NPJ digital medicine, vol. 4, no. 1, p. 65, 2021.
[10]
S. P. Singh, L. Wang, S. Gupta, H. Goli, P. Padmanabhan, and B. Gulyás, “3D deep learning on medical images: A review,” Sensors, vol. 20, no. 18, 2020, doi: 10.3390/s20185097.
[11]
A. Veit, N. Alldrin, G. Chechik, I. Krasin, A. Gupta, and S. Belongie, “Learning from noisy large-scale datasets with minimal supervision,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2017, pp. 839–847.
[12]
C. Chen et al., “Deep learning on computational-resource-limited platforms: A survey,” Mobile Information Systems, vol. 2020, no. 1, p. 8454327, 2020, doi: https://doi.org/10.1155/2020/8454327.
[13]
V. Sze, Y.-H. Chen, J. Emer, A. Suleiman, and Z. Zhang, “Hardware for machine learning: Challenges and opportunities,” in 2017 IEEE custom integrated circuits conference (CICC), 2017, pp. 1–8, doi: 10.1109/CICC.2017.7993626.
[14]
W. Liu, Z. Wang, X. Liu, N. Zeng, Y. Liu, and F. E. Alsaadi, “A survey of deep neural network architectures and their applications,” Neurocomputing, vol. 234, pp. 11–26, 2017, doi: https://doi.org/10.1016/j.neucom.2016.12.038.
[15]
H. T. Ünal and F. Başçiftçi, “Evolutionary design of neural network architectures: A review of three decades of research,” Artificial Intelligence Review, vol. 55, no. 3, pp. 1723–1802, 2022.
[16]
M. Belkin, D. Hsu, S. Ma, and S. Mandal, “Reconciling modern machine-learning practice and the classical bias–variance trade-off,” Proceedings of the National Academy of Sciences, vol. 116, no. 32, pp. 15849–15854, 2019, doi: 10.1073/pnas.1903070116.
[17]
S. Han, C. Lin, C. Shen, Q. Wang, and X. Guan, “Interpreting adversarial examples in deep learning: A review,” ACM Computing Surveys, vol. 55, no. 14s, Jul. 2023, doi: 10.1145/3594869.
[18]
F. Doshi-Velez and B. Kim, “Towards a rigorous science of interpretable machine learning,” arXiv preprint arXiv:1702.08608, 2017.
[19]
C. Rudin, “Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead,” Nature Machine Intelligence, vol. 1, no. 5, pp. 206–215, 2019.
[20]
E. Weinan, “A proposal on machine learning via dynamical systems,” Communications in Mathematics and Statistics, vol. 5, no. 1, pp. 1–11, 2017.
[21]
R. T. Q. Chen, Y. Rubanova, J. Bettencourt, and D. K. Duvenaud, “Neural ordinary differential equations,” in Advances in neural information processing systems, 2018, vol. 31.
[22]
Y. Lu, A. Zhong, Q. Li, and B. Dong, “Beyond finite layer neural networks: Bridging deep architectures and numerical differential equations,” in International conference on machine learning, 2018, vol. 80, pp. 3276–3285.
[23]
L. Ruthotto and E. Haber, “Deep neural networks motivated by partial differential equations,” Journal of Mathematical Imaging and Vision, vol. 62, no. 3, pp. 352–364, 2020.
[24]
A. N. Gomez, M. Ren, R. Urtasun, and R. B. Grosse, “The reversible residual network: Backpropagation without storing activations,” in Advances in neural information processing systems, 2017, vol. 30.
[25]
K. Zhang, W. Zuo, Y. Chen, D. Meng, and L. Zhang, “Beyond a gaussian denoiser: Residual learning of deep CNN for image denoising,” IEEE Transactions on Image Processing, vol. 26, no. 7, pp. 3142–3155, 2017, doi: 10.1109/TIP.2017.2662206.
[26]
S. Xie, R. Girshick, P. Dollár, Z. Tu, and K. He, “Aggregated residual transformations for deep neural networks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2017, pp. 1492–1500.
[27]
G. Larsson, M. Maire, and G. Shakhnarovich, “FractalNet: Ultra-deep neural networks without residuals,” in International conference on learning representations, 2017.
[28]
S. Targ, D. Almeida, and K. Lyman, “Resnet in resnet: Generalizing residual architectures,” arXiv preprint arXiv:1603.08029, 2016.
[29]
G. Huang, Z. Liu, L. Van Der Maaten, and K. Q. Weinberger, “Densely connected convolutional networks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2017, pp. 4700–4708.
[30]
J. Behrmann, W. Grathwohl, R. T. Chen, D. Duvenaud, and J.-H. Jacobsen, “Invertible residual networks,” in International conference on machine learning, 2019, vol. 97, pp. 573–582.
[31]
T. Alt, K. Schrader, M. Augustin, P. Peter, and J. Weickert, “Connections between numerical algorithms for PDEs and neural networks,” Journal of Mathematical Imaging and Vision, vol. 65, no. 1, pp. 185–208, 2023.
[32]
L. Zhang and H. Schaeffer, “Forward stability of ResNet and its variants,” Journal of Mathematical Imaging and Vision, vol. 62, pp. 328–351, 2020.
[33]
X. He, Z. Mo, P. Wang, Y. Liu, M. Yang, and J. Cheng, “Ode-inspired network design for single image super-resolution,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 1732–1741.
[34]
Z. Luo, Z. Sun, W. Zhou, Z. Wu, and S. Kamata, “Rethinking ResNets: Improved stacking strategies with high-order schemes for image classification,” Complex & Intelligent Systems, vol. 8, no. 4, pp. 3395–3407, 2022.
[35]
L. Kong, W. Sun, F. Shang, Y. Liu, and H. Liu, “HNO: High-order numerical architecture for ODE-inspired deep unfolding networks,” in Proceedings of the AAAI conference on artificial intelligence, 2022, vol. 36, pp. 7220–7228.
[36]
S. Greydanus, M. Dzamba, and J. Yosinski, “Hamiltonian neural networks,” in Advances in neural information processing systems, 2019, vol. 32.
[37]
J. Ephrath, M. Eliasof, L. Ruthotto, E. Haber, and E. Treister, “LeanConvNets: Low-cost yet effective convolutional neural networks,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 4, pp. 894–904, 2020.
[38]
A. Kag and V. Saligrama, “Condensing cnns with partial differential equations,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 610–619.
[39]
T. Wang, C. Bao, and Z. Shi, “Convection-diffusion equation: A theoretically certified framework for neural networks,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 47, no. 5, pp. 4170–4182, 2025, doi: 10.1109/TPAMI.2025.3540310.
[40]
K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2016, pp. 770–778.
[41]
Y. Lipman, R. T. Chen, H. Ben-Hamu, M. Nickel, and M. Le, “Flow matching for generative modeling,” in International conference on learning representations, 2023.
[42]
Y. Lipman et al., “Flow matching guide and code,” arXiv preprint arXiv:2412.06264, 2024.
[43]
M. V. Narkhede, P. P. Bartakke, and M. S. Sutaone, “A review on weight initialization strategies for neural networks,” Artificial Intelligence Review, vol. 55, no. 1, pp. 291–322, 2022.
[44]
S. K. Kumar, “On weight initialization in deep neural networks,” arXiv preprint arXiv:1704.08863, 2017.
[45]
D. Csiba and P. Richtárik, “Importance sampling for minibatches,” Journal of Machine Learning Research, vol. 19, no. 27, pp. 1–21, 2018.
[46]
P. Baldi and P. J. Sadowski, “Understanding dropout,” in Advances in neural information processing systems, 2013, vol. 26.
[47]
I. Salehin and D.-K. Kang, “A review on dropout regularization approaches for deep neural networks within the scholarly domain,” Electronics, vol. 12, no. 14, p. 3106, 2023, [Online]. Available: https://www.mdpi.com/2079-9292/12/14/3106.
[48]
A. Labach, H. Salehinejad, and S. Valaee, “Survey of dropout methods for deep neural networks,” arXiv preprint arXiv:1904.13310, 2019.
[49]
Y. Gal and Z. Ghahramani, “A theoretically grounded application of dropout in recurrent neural networks,” in Advances in neural information processing systems, 2016, vol. 29.
[50]
Z. He, A. S. Rakin, and D. Fan, “Parametric noise injection: Trainable randomness to improve deep neural network robustness against adversarial attack,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 588–597.
[51]
A. Camuto, M. Willetts, U. Simsekli, S. J. Roberts, and C. C. Holmes, “Explicit regularisation in gaussian noise injections,” in Advances in neural information processing systems, 2020, vol. 33, pp. 16603–16614.
[52]
A. Camuto, “Understanding gaussian noise injections in neural networks,” PhD thesis, University of Oxford, 2021.
[53]
G. E. Hinton, N. Srivastava, A. Krizhevsky, I. Sutskever, and R. R. Salakhutdinov, “Improving neural networks by preventing co-adaptation of feature detectors,” arXiv preprint arXiv:1207.0580, 2012.
[54]
N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. Salakhutdinov, “Dropout: A simple way to prevent neural networks from overfitting,” The Journal of Machine Learning Research, vol. 15, no. 1, pp. 1929–1958, 2014.
[55]
G. Huang, Y. Sun, Z. Liu, D. Sedra, and K. Q. Weinberger, “Deep networks with stochastic depth,” in European conference on computer vision, 2016, pp. 646–661.
[56]
L. Galeati and F. A. Harang, “Regularization of multiplicative SDEs through additive noise,” The Annals of Applied Probability, vol. 32, no. 5, pp. 3930–3963, 2022.
[57]
Y. Song, J. Sohl-Dickstein, D. P. Kingma, A. Kumar, S. Ermon, and B. Poole, “Score-based generative modeling through stochastic differential equations,” in International conference on learning representations, 2021.
[58]
G. Batzolis, J. Stanczuk, C.-B. Schönlieb, and C. Etmann, “Conditional image generation with score-based diffusion models,” arXiv preprint arXiv:2111.13606, 2021.
[59]
Z. Luo, F. K. Gustafsson, Z. Zhao, J. Sjölund, and T. B. Schön, “Image restoration with mean-reverting stochastic differential equations,” in International conference on machine learning, 2023, pp. 23045–23066.
[60]
F. Cao, K. Johnston, T. Laurent, J. Le, and S. Motsch, “Generative diffusion models from a PDE perspective,” arXiv preprint arXiv:2501.17054, 2025.
[61]
Y. Cao, J. Chen, Y. Luo, and X. Zhou, “Exploring the optimal choice for generative processes in diffusion models: Ordinary vs stochastic differential equations,” in Advances in neural information processing systems, 2023, vol. 36, pp. 33420–33468.
[62]
X. Liu, T. Xiao, S. Si, Q. Cao, S. Kumar, and C.-J. Hsieh, “Neural sde: Stabilizing neural ode networks with stochastic noise,” arXiv preprint arXiv:1906.02355, 2019.
[63]
J. Jia and A. R. Benson, “Neural jump stochastic differential equations,” in Advances in neural information processing systems, 2019, vol. 32.
[64]
X. Li, T.-K. L. Wong, R. T. Chen, and D. Duvenaud, “Scalable gradients for stochastic differential equations,” in International conference on artificial intelligence and statistics, 2020, vol. 108, pp. 3870–3882.
[65]
P. Kidger, J. Foster, X. Li, and T. J. Lyons, “Neural sdes as infinite-dimensional gans,” in International conference on machine learning, 2021, vol. 139, pp. 5453–5463.
[66]
Y. Oh, D. Lim, and S. Kim, “Stable neural stochastic differential equations in analyzing irregular time series data,” in International conference on learning representations, 2024.
[67]
A. Gu, K. Goel, and C. Re, “Efficiently modeling long sequences with structured state spaces,” in International conference on learning representations, 2022, [Online]. Available: https://openreview.net/forum?id=uYLFoz1vlAC.
[68]
A. Gu and T. Dao, “Mamba: Linear-time sequence modeling with selective state spaces,” arXiv preprint arXiv:2312.00752, 2023.
[69]
R. Hasani, M. Lechner, A. Amini, D. Rus, and R. Grosu, “Liquid time-constant networks,” Proceedings of the AAAI Conference on Artificial Intelligence, vol. 35, no. 9, pp. 7657–7666, May 2021, doi: 10.1609/aaai.v35i9.16936.
[70]
H. Zhao et al., “Understanding the theoretical foundations of deep neural networks through differential equations,” arXiv preprint arXiv:2603.18331, 2026.
[71]
C. F. G. D. Santos and J. P. Papa, “Avoiding overfitting: A survey on regularization methods for convolutional neural networks,” ACM Computing Surveys, vol. 54, no. 10s, pp. 1–25, 2022.
[72]
L. Yang et al., “Diffusion models: A comprehensive survey of methods and applications,” ACM Computing Surveys, vol. 56, no. 4, pp. 1–39, 2023.
[73]
H. Cao et al., “A survey on generative diffusion models,” IEEE Transactions on Knowledge and Data Engineering, 2024.
[74]
Y. Huang et al., “Diffusion model-based image editing: A survey,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025.
[75]
P. Cao, F. Zhou, Q. Song, and L. Yang, “Controllable generation with text-to-image diffusion models: A survey,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025.
[76]
Z. Li et al., “Flow matching meets biology and life science: A survey,” arXiv preprint arXiv:2507.17731, 2025.
[77]
S. Huang, W. Feng, C. Tang, Z. He, C. Yu, and J. Lv, “Partial differential equations meet deep neural networks: A survey,” IEEE Transactions on Neural Networks and Learning Systems, 2025.
[78]
P. Kidger, “On neural differential equations,” PhD thesis, University of Oxford, 2021.
[79]
Y. Oh, S. Kam, J. Lee, D.-Y. Lim, S. Kim, and A. Bui, “Comprehensive review of neural differential equations for time series analysis,” arXiv preprint arXiv:2502.09885, 2025.
[80]
Q. Sun, Y. Tao, and Q. Du, “Stochastic training of residual networks: A differential equation viewpoint,” arXiv preprint arXiv:1812.00174, 2018.
[81]
X. Zhang, Z. Li, C. Change Loy, and D. Lin, “Polynet: A pursuit of structural diversity in very deep networks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2017, pp. 718–726.
[82]
E. Haber and L. Ruthotto, “Stable architectures for deep neural networks,” Inverse problems, vol. 34, no. 1, p. 014004, 2017.
[83]
P. Kidger, J. Morrill, J. Foster, and T. Lyons, “Neural controlled differential equations for irregular time series,” in Advances in neural information processing systems, 2020, vol. 33, pp. 6696–6707.
[84]
L. Lu, P. Jin, G. Pang, Z. Zhang, and G. E. Karniadakis, “Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators,” Nature machine intelligence, vol. 3, no. 3, pp. 218–229, 2021.
[85]
Z. Li et al., “Fourier neural operator for parametric partial differential equations,” arXiv preprint arXiv:2010.08895, 2020.
[86]
B. Chang, L. Meng, E. Haber, L. Ruthotto, D. Begert, and E. Holtham, “Reversible architectures for arbitrarily deep residual neural networks,” in Proceedings of the AAAI conference on artificial intelligence, 2018, vol. 32.
[87]
S. Zagoruyko and N. Komodakis, “Wide residual networks,” in British machine vision conference, 2016.
[88]
J.-H. Jacobsen, A. Smeulders, and E. Oyallon, “I-RevNet: Deep invertible networks,” in International conference on learning representations, 2018.
[89]
E. Dupont, A. Doucet, and Y. W. Teh, “Augmented neural odes,” in Advances in neural information processing systems, 2019, vol. 32.
[90]
A. Norcliffe, C. Bodnar, B. Day, N. Simidjievski, and P. Liò, “On second order behaviour in augmented neural odes,” in Advances in neural information processing systems, 2020, vol. 33, pp. 5911–5921.
[91]
C. Herrera, F. Krach, and J. Teichmann, “Neural jump ordinary differential equations: Consistent continuous-time prediction and filtering,” in International conference on learning representations, 2021.
[92]
Y. Sun, L. Zhang, and H. Schaeffer, “NeuPDE: Neural network based ordinary and partial differential equations for modeling time-dependent data,” in Mathematical and scientific machine learning, 2020, pp. 352–372.
[93]
J. Morrill, C. Salvi, P. Kidger, and J. Foster, “Neural rough differential equations for long time series,” in International conference on machine learning, 2021, pp. 7829–7838.
[94]
C. Coelho, M. F. P. Costa, and L. L. Ferrás, “Neural fractional differential equations,” Applied Mathematical Modelling, vol. 144, p. 116060, 2025.
[95]
M. Li, M. Nica, and D. Roy, “The neural covariance SDE: Shaped infinite depth-and-width networks at initialization,” in Advances in neural information processing systems, 2022, vol. 35, pp. 10795–10808.
[96]
S. W. Park, H. Kim, K. Lee, and J. Kwon, “Riemannian neural SDE: Learning stochastic representations on manifolds,” in Advances in neural information processing systems, 2022, vol. 35, pp. 1434–1444.
[97]
R. T. Q. Chen and Y. Lipman, “Flow matching on general geometries,” in International conference on learning representations, 2024.
[98]
I. Gat et al., “Discrete flow matching,” in Advances in neural information processing systems, 2024, vol. 37, pp. 133345–133385.
[99]
O. Davis, S. Kessler, M. Petrache, I. Ceylan, M. Bronstein, and J. Bose, “Fisher flow matching for generative modeling over discrete data,” in Advances in neural information processing systems, 2024, vol. 37, pp. 139054–139084.
[100]
C. Cheng, J. Li, J. Peng, and G. Liu, “Categorical flow matching on statistical manifolds,” in Advances in neural information processing systems, 2024, vol. 37, pp. 54787–54819.
[101]
P. Holderrieth et al., “Generator matching: Generative modeling with arbitrary markov processes,” in International conference on learning representations, 2025.
[102]
C. Cheng, J. Li, J. Fan, and G. Liu, \(\alpha\)-flow: A unified framework for continuous-state discrete flow matching models,” arXiv preprint arXiv:2504.10283, 2025.
[103]
A. Collas, C. Ju, N. Salvy, and B. Thirion, “Riemannian flow matching for brain connectivity matrices via pullback geometry,” arXiv preprint arXiv:2505.18193, 2025.
[104]
Q. Liu, “Rectified flow: A marginal preserving approach to optimal transport,” arXiv preprint arXiv:2209.14577, 2022.
[105]
X. Liu, C. Gong, and qiang liu, “Flow straight and fast: Learning to generate and transfer data with rectified flow,” in International conference on learning representations, 2023.
[106]
X. Liu, X. Zhang, J. Ma, J. Peng, et al., “Instaflow: One step is enough for high-quality diffusion-based text-to-image generation,” in International conference on learning representations, 2023.
[107]
H. Yan, X. Liu, J. Pan, J. H. Liew, Q. Liu, and J. Feng, “Perflow: Piecewise rectified flow as universal plug-and-play accelerator,” in Advances in neural information processing systems, 2024, vol. 37, pp. 78630–78652.
[108]
Y. Zhang, Y. Yan, A. Schwing, and Z. Zhao, “Towards hierarchical rectified flow,” in International conference on learning representations, 2025.
[109]
Z. Geng, M. Deng, X. Bai, Z. Kolter, and K. He, “Mean flows for one-step generative modeling,” Advances in Neural Information Processing Systems, vol. 38, pp. 75460–75482, 2026.
[110]
Y. Zhu, X. Liu, and Q. Liu, “SlimFlow: Training smaller one-step diffusion models with rectified flow,” in European conference on computer vision, 2024, pp. 342–359.
[111]
Y. Song and S. Ermon, “Generative modeling by estimating gradients of the data distribution,” in Advances in neural information processing systems, 2019, vol. 32.
[112]
J. Ho, A. Jain, and P. Abbeel, “Denoising diffusion probabilistic models,” in Advances in neural information processing systems, 2020, vol. 33, pp. 6840–6851.
[113]
S. Nie, H. A. Guo, C. Lu, Y. Zhou, C. Zheng, and C. Li, “The blessing of randomness: Sde beats ode in general diffusion-based image editing,” in International conference on learning representations, 2024.
[114]
P. H. Richemond, S. Dieleman, and A. Doucet, “Categorical SDEs with simplex diffusion,” in ICML 2023 workshop: Sampling and optimization in discrete space, 2023.
[115]
W. Du, H. Zhang, T. Yang, and Y. Du, “A flexible diffusion model,” in International conference on machine learning, 2023, pp. 8678–8696.
[116]
Q. Zhang and Y. Chen, “Diffusion normalizing flow,” in Advances in neural information processing systems, 2021, vol. 34, pp. 16280–16291.
[117]
Q. Zhang and Y. Chen, “Fast sampling of diffusion models with exponential integrator,” in NeurIPS 2022 workshop on score-based methods, 2022.
[118]
Q. Cui, X. Zhang, Q. Bao, and Q. Liao, “Elucidating the solution space of extended reverse-time SDE for diffusion models,” in 2025 IEEE/CVF winter conference on applications of computer vision (WACV), 2025, pp. 243–252.
[119]
J. Song, C. Meng, and S. Ermon, “Denoising diffusion implicit models,” in International conference on learning representations, 2021.
[120]
M. Raissi, P. Perdikaris, and G. E. Karniadakis, “Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,” Journal of Computational physics, vol. 378, pp. 686–707, 2019.
[121]
N. Kovachki et al., “Neural operator: Learning maps between function spaces with applications to pdes,” Journal of Machine Learning Research, vol. 24, no. 89, pp. 1–97, 2023.
[122]
L. S. Pontryagin, Mathematical theory of optimal processes. Routledge, 2018.
[123]
Y. Rubanova, R. T. Chen, and D. K. Duvenaud, “Latent ordinary differential equations for irregularly-sampled time series,” in Advances in neural information processing systems, 2019, vol. 32.
[124]
J. Kelly, J. Bettencourt, M. J. Johnson, and D. K. Duvenaud, “Learning differential equations that are easy to solve,” in Advances in neural information processing systems, 2020, vol. 33, pp. 4370–4380.
[125]
A. Norcliffe, C. Bodnar, B. Day, J. Moss, and P. Liò, “Neural ODE processes,” in International conference on learning representations, 2021.
[126]
S. Massaroli, M. Poli, J. Park, A. Yamashita, and H. Asama, “Dissecting neural odes,” in Advances in neural information processing systems, 2020, vol. 33, pp. 3952–3963.
[127]
I. D. J. Rodriguez, A. Ames, and Y. Yue, “Lyanet: A lyapunov framework for training neural odes,” in International conference on machine learning, 2022, pp. 18687–18703.
[128]
S. McCallum and J. Foster, “Efficient, accurate and stable gradients for neural odes,” arXiv preprint arXiv:2410.11648, 2024.
[129]
M. Biloš, J. Sommer, S. S. Rangapuram, T. Januschowski, and S. Günnemann, “Neural flows: Efficient alternative to neural ODEs,” in Advances in neural information processing systems, 2021, vol. 34, pp. 21325–21337.
[130]
C. Finlay, J.-H. Jacobsen, L. Nurbekyan, and A. Oberman, “How to train your neural ODE: The world of jacobian and kinetic regularization,” in International conference on machine learning, 2020, pp. 3154–3164.
[131]
A. Ghosh, H. Behl, E. Dupont, P. Torr, and V. Namboodiri, “Steer: Simple temporal regularization for neural ode,” in Advances in neural information processing systems, 2020, vol. 33, pp. 14831–14843.
[132]
G.-H. Liu, T. Chen, and E. Theodorou, “Second-order neural ode optimizer,” in Advances in neural information processing systems, 2021, vol. 34, pp. 25267–25279.
[133]
H. H. N. Nguyen, T. Nguyen, H. Vo, S. Osher, and T. Vo, “Improving neural ordinary differential equations with nesterov’s accelerated gradient method,” in Advances in neural information processing systems, 2022, vol. 35, pp. 7712–7726.
[134]
H. Zhao et al., “Accelerating neural ODEs: A variational formulation-based approach,” in International conference on learning representations, 2025.
[135]
M. Lehtimäki, L. Paunonen, and M.-L. Linne, “Accelerating neural odes using model order reduction,” IEEE Transactions on Neural Networks and Learning Systems, vol. 35, no. 1, pp. 519–531, 2022.
[136]
H. Xia et al., “Heavy ball neural ordinary differential equations,” in Advances in neural information processing systems, 2021, vol. 34, pp. 18646–18659.
[137]
A. Tuor, J. Drgona, and D. Vrabie, “Constrained neural ordinary differential equations with stability guarantees,” in ICLR 2020 workshop on integration of deep neural models and differential equations, 2019.
[138]
H. YAN, J. DU, V. TAN, and J. FENG, “On robustness of neural ordinary differential equations,” in International conference on learning representations, 2020.
[139]
A. J. Linot, J. W. Burby, Q. Tang, P. Balaprakash, M. D. Graham, and R. Maulik, “Stabilized neural ordinary differential equations for long-time forecasting of dynamical systems,” Journal of Computational Physics, vol. 474, p. 111838, 2023.
[140]
Q. Kang, Y. Song, Q. Ding, and W. P. Tay, “Stable neural ode with lyapunov-stable equilibrium points for defending against adversarial attacks,” in Advances in neural information processing systems, 2021, vol. 34, pp. 14925–14937.
[141]
W. Cui, H. Zhang, H. Chu, P. Hu, and Y. Li, “On robustness of neural ODEs image classifiers,” Information Sciences, vol. 632, pp. 576–593, 2023.
[142]
A. De Marinis, N. Guglielmi, S. Sicilia, and F. Tudisco, “Stability of neural ODEs by a control over the expansivity of their flows,” arXiv preprint arXiv:2501.10740, 2025.
[143]
K. M. Choromanski et al., “Ode to an ODE,” in Advances in neural information processing systems, 2020, vol. 33, pp. 3338–3350.
[144]
S. Massaroli, M. Poli, M. Bin, J. Park, A. Yamashita, and H. Asama, “Stable neural flows,” arXiv preprint arXiv:2003.08063, 2020.
[145]
H. Zhang, Y. Liu, and R. Maulik, “Semi-implicit neural ordinary differential equations,” in Proceedings of the AAAI conference on artificial intelligence, 2025, vol. 39, pp. 22416–22424.
[146]
Z. Long, Y. Lu, X. Ma, and B. Dong, “Pde-net: Learning pdes from data,” in International conference on machine learning, 2018, pp. 3208–3216.
[147]
Z. Long, Y. Lu, and B. Dong, “PDE-net 2.0: Learning PDEs from data with a numeric-symbolic hybrid deep network,” Journal of Computational Physics, vol. 399, p. 108925, 2019.
[148]
P. K. Friz and M. Hairer, A course on rough paths. Springer, 2020.
[149]
M. S. Albergo and E. Vanden-Eijnden, “Building normalizing flows with stochastic interpolants,” in International conference on learning representations, 2023.
[150]
A. Campbell, J. Benton, V. De Bortoli, T. Rainforth, G. Deligiannidis, and A. Doucet, “A continuous time framework for discrete denoising models,” in Advances in neural information processing systems, 2022, pp. 28266–28279.
[151]
X. Hou et al., “Improving molecular graph generation with flow matching and optimal transport,” in NeurIPS 2024 workshop on AI for new drug modalities, 2024.
[152]
K. Kapuńniak et al., “Metric flow matching for smooth interpolations on the data manifold,” in Neural information processing systems, 2025.
[153]
Q. Dao, H. Phung, B. Nguyen, and A. Tran, “Flow matching in latent space,” arXiv preprint arXiv:2307.08698, 2023.
[154]
L. Wang, C. Cheng, Y. Liao, Y. Qu, and G. Liu, “Training free guided flow-matching with optimal control,” in International conference on learning representations, 2025.
[155]
L. Yang et al., “Consistency flow matching: Defining straight flows with velocity consistency,” CoRR, vol. abs/2407.02398, 2024, [Online]. Available: https://doi.org/10.48550/arXiv.2407.02398.
[156]
Z. Geng, Y. Lu, Z. Wu, E. Shechtman, J. Z. Kolter, and K. He, “Improved mean flows: On the challenges of fastforward generative models,” arXiv preprint arXiv:2512.02012, 2025.
[157]
S. Lee, Z. Lin, and G. Fanti, “Improving the training of rectified flows,” in Advances in neural information processing systems, 2024, vol. 37, pp. 63082–63109.
[158]
D. Park, S. Lee, S. Kim, T. Lee, Y. Hong, and H. J. Kim, “Constant acceleration flow,” in Advances in neural information processing systems, 2024, vol. 37, pp. 90030–90060.
[159]
J. Schusterbauer, M. Gui, F. Fundel, and B. Ommer, “Diff2Flow: Training flow matching models via diffusion model alignment,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2025, pp. 28347–28357.
[160]
Z. Ma, R. Liu, S. Liu, J. Li, and B. Zhou, “Flow diverse and efficient: Learning momentum flow matching via stochastic velocity field sampling,” arXiv preprint arXiv:2506.08796, 2025.
[161]
P. Guo and A. Schwing, “Variational rectified flow matching,” in International conference on machine learning, 2025.
[162]
Y. Zhang, Y. Yan, A. Schwing, and Z. Zhao, “Hierarchical rectified flow matching with mini-batch couplings,” arXiv preprint arXiv:2507.13350, 2025.
[163]
F.-Y. Wang, L. Yang, Z. Huang, M. Wang, and H. Li, “Rectified diffusion: Straightness is not your need in rectified flow,” in International conference on learning representations, 2025.
[164]
N. Kornilov, P. Mokrov, A. Gasnikov, and A. Korotin, “Optimal flow matching: Learning straight trajectories in just one step,” in Advances in neural information processing systems, 2024, vol. 37, pp. 104180–104204.
[165]
Y. Zhu, W. Zhao, A. Li, Y. Tang, J. Zhou, and J. Lu, “FlowIE: Efficient image enhancement via rectified flow,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2024, pp. 13–22.
[166]
S. Li et al., “Omniflow: Any-to-any generation with multi-modal rectified flows,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2025, pp. 13178–13188.
[167]
B. Yu et al., “The deep ritz method: A deep learning-based numerical algorithm for solving variational problems,” Communications in Mathematics and Statistics, vol. 6, no. 1, pp. 1–12, 2018.
[168]
S. Cuomo, V. S. Di Cola, F. Giampaolo, G. Rozza, M. Raissi, and F. Piccialli, “Scientific machine learning through physics–informed neural networks: Where we are and what’s next,” Journal of Scientific Computing, vol. 92, no. 3, p. 88, 2022.
[169]
S. Cai, Z. Mao, Z. Wang, M. Yin, and G. E. Karniadakis, “Physics-informed neural networks (PINNs) for fluid mechanics: A review,” Acta Mechanica Sinica, vol. 37, no. 12, pp. 1727–1738, 2021.
[170]
S. Wang, X. Yu, and P. Perdikaris, “When and why PINNs fail to train: A neural tangent kernel perspective,” Journal of Computational Physics, vol. 449, p. 110768, 2022.
[171]
A. Jacot, F. Gabriel, and C. Hongler, “Neural tangent kernel: Convergence and generalization in neural networks,” Advances in neural information processing systems, vol. 31, 2018.
[172]
Z. Xiang, W. Peng, X. Liu, and W. Yao, “Self-adaptive loss balanced physics-informed neural networks,” Neurocomputing, vol. 496, pp. 11–34, 2022.
[173]
L. D. McClenny and U. M. Braga-Neto, “Self-adaptive physics-informed neural networks,” Journal of Computational Physics, vol. 474, p. 111722, 2023.
[174]
J. Yu, L. Lu, X. Meng, and G. E. Karniadakis, “Gradient-enhanced physics-informed neural networks for forward and inverse PDE problems,” Computer Methods in Applied Mechanics and Engineering, vol. 393, p. 114823, 2022.
[175]
H. Son, J. W. Jang, W. J. Han, and H. J. Hwang, “Sobolev training for physics informed neural networks,” arXiv preprint arXiv:2101.08932, 2021.
[176]
E. Kharazmi, Z. Zhang, and G. E. Karniadakis, “Variational physics-informed neural networks for solving partial differential equations,” arXiv preprint arXiv:1912.00873, 2019.
[177]
E. Kharazmi, Z. Zhang, and G. E. Karniadakis, “Hp-VPINNs: Variational physics-informed neural networks with domain decomposition,” Computer Methods in Applied Mechanics and Engineering, vol. 374, p. 113547, 2021.
[178]
Y. Zang, G. Bao, X. Ye, and H. Zhou, “Weak adversarial networks for high-dimensional partial differential equations,” Journal of Computational Physics, vol. 411, p. 109409, 2020.
[179]
E. Samaniego et al., “An energy approach to the solution of partial differential equations in computational mechanics via machine learning: Concepts, implementation and applications,” Computer Methods in Applied Mechanics and Engineering, vol. 362, p. 112790, 2020.
[180]
L. Lu et al., “A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data,” Computer Methods in Applied Mechanics and Engineering, vol. 393, p. 114778, 2022.
[181]
Z. Aldirany, R. Cottereau, M. Laforest, and S. Prudhomme, “Operator approximation of the wave equation based on deep learning of green’s function,” Computers & Mathematics with Applications, vol. 159, pp. 21–30, 2024.
[182]
J. He, S. Koric, D. Abueidda, A. Najafi, and I. Jasiuk, “Geom-deeponet: A point-cloud-based deep operator network for field predictions on 3d parameterized geometries,” Computer Methods in Applied Mechanics and Engineering, vol. 429, p. 117130, 2024.
[183]
J. He, S. Kushwaha, J. Park, S. Koric, D. Abueidda, and I. Jasiuk, “Sequential deep operator networks (s-deeponet) for predicting full-field solutions under time-dependent loads,” Engineering Applications of Artificial Intelligence, vol. 127, p. 107258, 2024.
[184]
T. Tripura and S. Chakraborty, “Wavelet neural operator for solving parametric partial differential equations in computational mechanics problems,” Computer Methods in Applied Mechanics and Engineering, vol. 404, p. 115783, 2023.
[185]
V. S. Fanaskov and I. V. Oseledets, “Spectral neural operators,” in Doklady mathematics, 2023, vol. 108, pp. S226–S232.
[186]
Q. Cao, S. Goswami, and G. E. Karniadakis, “Laplace neural operator for solving differential equations,” Nature Machine Intelligence, vol. 6, no. 6, pp. 631–640, 2024.
[187]
K. Qin et al., “Starter-iterator neural operator: A unified architecture for high-fidelity forward and inverse PDE problems,” arXiv preprint arXiv:2606.18305, 2026.
[188]
S. Wang, H. Wang, and P. Perdikaris, “Learning the solution operator of parametric partial differential equations with physics-informed DeepONets,” Science advances, vol. 7, no. 40, p. eabi8605, 2021.
[189]
Z. Li et al., “Physics-informed neural operator for learning partial differential equations,” ACM/IMS Journal of Data Science, vol. 1, no. 3, pp. 1–27, 2024.
[190]
N. Navaneeth, T. Tripura, and S. Chakraborty, “Physics informed WNO,” Computer Methods in Applied Mechanics and Engineering, vol. 418, p. 116546, 2024.
[191]
S. Goswami, A. Bora, Y. Yu, and G. E. Karniadakis, “Physics-informed deep neural operator networks,” in Machine learning in modeling and simulation: Methods and applications, Springer, 2023, pp. 219–254.
[192]
S. Roy, B. Bahmani, I. G. Kevrekidis, and M. D. Shields, “A physics-informed multi-resolution neural operator,” arXiv preprint arXiv:2510.23810, 2025.
[193]
C. Rackauckas et al., “Universal differential equations for scientific machine learning,” arXiv preprint arXiv:2001.04385, 2020.
[194]
M. S. Eshaghi, C. Anitescu, M. Thombre, Y. Wang, X. Zhuang, and T. Rabczuk, “Variational physics-informed neural operator (VINO) for solving partial differential equations,” Computer Methods in Applied Mechanics and Engineering, vol. 437, p. 117785, 2025.
[195]
Z. Lian, X. Jing, X. Wang, H. Huang, Y. Tan, and Y. Cui, “DropConnect regularization method with sparsity constraint for neural networks,” Chinese Journal of Electronics, vol. 25, no. 1, pp. 152–158, 2016.
[196]
G. Kang, J. Li, and D. Tao, “Shakeout: A new approach to regularized deep neural network training,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 40, no. 5, pp. 1245–1258, 2017.
[197]
R. Moradi, R. Berangi, and B. Minaei, “A survey of regularization strategies for deep models,” Artificial Intelligence Review, vol. 53, no. 6, pp. 3947–3986, 2020.
[198]
S. Li and Y.-M. Liu, “Whiteout: Gaussian adaptive noise regularization in deep neural networks,” arXiv preprint arXiv:1612.01490, 2016.
[199]
X. Gastaldi, “Shake-shake regularization of 3-branch residual networks,” in ICLR workshop, 2017.
[200]
J. Sohl-Dickstein, E. Weiss, N. Maheswaranathan, and S. Ganguli, “Deep unsupervised learning using nonequilibrium thermodynamics,” in International conference on machine learning, 2015, pp. 2256–2265.
[201]
S. Wang and C. Manning, “Fast dropout training,” in International conference on machine learning, 2013, pp. 118–126.
[202]
S. J. Rennie, V. Goel, and S. Thomas, “Annealed dropout training of deep networks,” in 2014 IEEE spoken language technology workshop (SLT), 2014, pp. 159–164.
[203]
J. Tompson, R. Goroshin, A. Jain, Y. LeCun, and C. Bregler, “Efficient object localization using convolutional networks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2015, pp. 648–656.
[204]
P. Morerio, J. Cavazza, R. Volpi, R. Vidal, and V. Murino, “Curriculum dropout,” in Proceedings of the IEEE/CVF international conference on computer vision, 2017, pp. 3544–3552.
[205]
A. N. Gomez et al., “Learning sparse networks using targeted dropout,” arXiv preprint arXiv:1905.13678, 2019.
[206]
G. Ghiasi, T.-Y. Lin, and Q. V. Le, “Dropblock: A regularization method for convolutional networks,” in Advances in neural information processing systems, 2018, vol. 31.
[207]
L. Wan, M. Zeiler, S. Zhang, Y. Le Cun, and R. Fergus, “Regularization of neural networks using dropconnect,” in International conference on machine learning, 2013, pp. 1058–1066.
[208]
D. P. Kingma, T. Salimans, and M. Welling, “Variational dropout and the local reparameterization trick,” in Advances in neural information processing systems, 2015, vol. 28.
[209]
S. Singh, D. Hoiem, and D. Forsyth, “Swapout: Learning an ensemble of deep architectures,” in Advances in neural information processing systems, 2016, vol. 29.
[210]
Y. Yamada, M. Iwamura, and K. Kise, “Deep pyramidal residual networks with separated stochastic depth,” CoRR, vol. abs/1612.01230, 2016, [Online]. Available: http://arxiv.org/abs/1612.01230.
[211]
Y. Yamada, M. Iwamura, T. Akiba, and K. Kise, “ShakeDrop regularization for deep residual learning,” IEEE Access, vol. 7, pp. 186126–186136, 2019.
[212]
W. Zhou, T. Ge, F. Wei, M. Zhou, and K. Xu, “Scheduled DropHead: A regularization method for transformer models,” in Findings of the association for computational linguistics: EMNLP 2020, 2020, pp. 1971–1980.
[213]
A. Fan, E. Grave, and A. Joulin, “Reducing transformer depth on demand with structured dropout,” in International conference on learning representations, 2020.
[214]
J. Ba and B. Frey, “Adaptive dropout for training deep neural networks,” in Advances in neural information processing systems, 2013, vol. 26.
[215]
X. Liu, T. Xiao, S. Si, Q. Cao, S. Kumar, and C.-J. Hsieh, “How does noise help robustness? Explanation and exploration under the neural sde framework,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 282–290.
[216]
H. Wu and X. Gu, “Max-pooling dropout for regularization of convolutional neural networks,” in Neural information processing: 22nd international conference, ICONIP 2015, istanbul, turkey, november 9-12, 2015, proceedings, part i 22, 2015, pp. 46–54.
[217]
H. Salehinejad and S. Valaee, “Edropout: Energy-based dropout and pruning of deep neural networks,” IEEE Transactions on Neural Networks and Learning Systems, vol. 33, no. 10, pp. 5279–5292, 2021.
[218]
A. Pal, C. Lane, R. Vidal, and B. D. Haeffele, “On the regularization properties of structured dropout,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 7671–7679.
[219]
W. Zheng, J. Xie, X. Sun, and Z. Ma, “Structured dropconnect for uncertainty inference in image classification,” in 2022 IEEE international conference on image processing (ICIP), 2022, pp. 366–370.
[220]
Y.-C. Yang and H.-H. Chen, “Dynamic DropConnect: Enhancing neural network robustness through adaptive edge dropping strategies,” in Data science: Foundations and applications, 2025, pp. 110–121.
[221]
A. Joudal, Y. El Moutaouakil, A. El Hassani, and Y. El Moutaouakil, “An adaptive drop method for deep neural networks regularization,” Knowledge-Based Systems, vol. 241, p. 108011, 2022.
[222]
H. Noh, T. You, J. Mun, and B. Han, “Regularizing deep neural networks by noise: Its interpretation and optimization,” in Advances in neural information processing systems, 2017, vol. 30.
[223]
O. Dhifallah and Y. Lu, “On the inherent regularization effects of noise injection during training,” in International conference on machine learning, 2021, pp. 2676–2686.
[224]
A. Orvieto, A. Raj, H. Kersting, and F. Bach, “Explicit regularization in overparametrized models via noise injection,” in International conference on artificial intelligence and statistics, 2023, pp. 7265–7287.
[225]
N. Ye et al., “Improving the robustness of analog deep neural networks through a bayes-optimized noise injection approach,” Communications Engineering, vol. 2, no. 1, p. 25, 2023.
[226]
S. Hayou and F. Ayed, “Regularization in resnet with stochastic depth,” in Advances in neural information processing systems, 2021, vol. 34, pp. 15464–15474.
[227]
G. Maruyama, “Continuous markov processes and stochastic equations,” Rendiconti del Circolo Matematico di Palermo, vol. 4, pp. 48–90, 1955.
[228]
B. Tzen and M. Raginsky, “Neural stochastic differential equations: Deep latent gaussian models in the diffusion limit,” arXiv preprint arXiv:1905.09883, 2019.
[229]
P. Kidger, J. Foster, X. C. Li, and T. Lyons, “Efficient and accurate gradients for neural sdes,” in Advances in neural information processing systems, 2021, vol. 34, pp. 18747–18761.
[230]
A. Look, M. Kandemir, B. Rakitsch, and J. Peters, “A deterministic approximation to neural SDEs,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 4, pp. 4023–4037, 2022.
[231]
Z. Issa, B. Horvath, M. Lemercier, and C. Salvi, “Non-adversarial training of neural SDEs with signature kernel scores,” in Advances in neural information processing systems, 2023, vol. 36, pp. 11102–11126.
[232]
J. Zhang, J. Viktorov, D. Jung, and E. Pitler, “Efficient training of neural stochastic differential equations by matching finite dimensional distributions,” in International conference on learning representations, 2024.
[233]
L. Snow and V. Krishnamurthy, “Efficient neural SDE training using wiener-space cubature,” arXiv preprint arXiv:2502.12395, 2025.
[234]
J. Zhang, J. Viktorov, D. Jung, and E. Pitler, “Efficient training of neural stochastic differential equations by matching finite dimensional distributions,” in International conference on learning representations, 2025.
[235]
Daems, Rembert and Opper, Manfred and Crevecoeur, Guillaume and Birdal, Tolga, Efficient training of neural SDEs using stochastic optimal control,” in ESANN 2025 : 33rd European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, Proceedings, 2025, pp. 693–698.
[236]
S. Wang, J. Blanchet, and P. Glynn, “An efficient high-dimensional gradient estimator for stochastic differential equations,” in Advances in neural information processing systems, 2024, vol. 37, pp. 88045–88090.
[237]
P. Gierjatowicz, M. Sabate-Vidales, D. Šiška, L. Szpruch, and Ž. Žurič, “Robust pricing and hedging via neural SDEs,” arXiv preprint arXiv:2007.04154, 2020.
[238]
C. Salvi, M. Lemercier, and A. Gerasimovics, “Neural stochastic pdes: Resolution-invariant learning of continuous spatiotemporal dynamics,” in Advances in neural information processing systems, 2022, vol. 35, pp. 1333–1344.
[239]
M. Shen and C. Cheng, “Neural SDEs as a unified approach to continuous-domain sequence modeling,” arXiv preprint arXiv:2501.18871, 2025.
[240]
Y. Song, J. Sohl-Dickstein, D. P. Kingma, A. Kumar, S. Ermon, and B. Poole, “Score-based generative modeling through stochastic differential equations,” in International conference on learning representations, 2021.
[241]
K. Xue et al., “Unifying bayesian flow networks and diffusion models through stochastic differential equations,” in International conference on machine learning, 2024.
[242]
E. B. Yoon, K. Park, S. Kim, and S. Lim, “Score-based generative models with lévy processes,” in Advances in neural information processing systems, 2023, vol. 36, pp. 40694–40707.
[243]
V. Voleti, C. Pal, and A. M. Oberman, “Score-based denoising diffusion with non-isotropic gaussian noise models,” in NeurIPS 2022 workshop on score-based methods, 2022.
[244]
X. Huang, C. Salaun, C. Vasconcelos, C. Theobalt, C. Oztireli, and G. Singh, “Blue noise for diffusion models,” in ACM SIGGRAPH 2024 conference papers, 2024, pp. 1–11.
[245]
J. Vandersanden, S. Holl, X. Huang, and G. Singh, “Edge-preserving noise for diffusion models,” in ICLR 2025 workshop on deep generative model in machine learning: Theory, principle and efficacy, 2025.
[246]
D. Shariatian, U. Simsekli, and A. Durmus, “Denoising l\(\backslash\)’evy probabilistic models,” arXiv preprint arXiv:2407.18609, 2024.
[247]
H. Yu, J. Huang, K. Zheng, and F. Zhao, “High-quality image dehazing with diffusion model,” arXiv preprint arXiv:2308.11949, 2023.
[248]
Y. Yuan, J. Song, U. Iqbal, A. Vahdat, and J. Kautz, “Physdiff: Physics-guided human motion diffusion model,” in Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 16010–16021.
[249]
S. Lu, F. Guan, H. Zhang, and H. Lai, “Speed-up ddpm for real-time underwater image enhancement,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 34, no. 5, pp. 3576–3588, 2023.
[250]
A. Lou and S. Ermon, “Reflected diffusion models,” in International conference on machine learning, 2023, pp. 22675–22701.
[251]
Q. Zhang, M. Tao, and Y. Chen, “GDDIM: Generalized denoising diffusion implicit models,” in International conference on learning representations, 2023.
[252]
C. Lu, Y. Zhou, F. Bao, J. Chen, C. Li, and J. Zhu, “Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps,” in Advances in neural information processing systems, 2022, vol. 35, pp. 5775–5787.
[253]
C. Lu, Y. Zhou, F. Bao, J. Chen, C. Li, and J. Zhu, “Dpm-solver++: Fast solver for guided sampling of diffusion probabilistic models,” Machine Intelligence Research, pp. 1–22, 2025.
[254]
L. Liu, Y. Ren, Z. Lin, and Z. Zhao, “Pseudo numerical methods for diffusion models on manifolds,” in International conference on learning representations, 2022.
[255]
Z. Zhou, D. Chen, C. Wang, and C. Chen, “Fast ode-based sampling for diffusion models in around 5 steps,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2024, pp. 7777–7786.
[256]
Y. Wu, Y. Chen, and Y. Wei, “Stochastic runge-kutta methods: Provable acceleration of diffusion models,” arXiv preprint arXiv:2410.04760, 2024.
[257]
S. Xue et al., “Sa-solver: Stochastic adams solver for fast sampling of diffusion models,” in Advances in neural information processing systems, 2023, vol. 36, pp. 77632–77674.
[258]
K. Liao, Z. Yue, Z. Wang, and C. C. Loy, “Denoising as adaptation: Noise-space domain adaptation for image restoration,” in International conference on learning representations, 2025, vol. 2025, pp. 2330–2357.
[259]
Y. Guo, J. Kong, Y. Wang, and Y. Duan, “Take the bull by the horns: Learning to segment hard samples,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2025, pp. 15642–15652.
[260]
H. Niu et al., “On the applications of neural ordinary differential equations in medical image analysis,” Artificial Intelligence Review, vol. 57, no. 9, p. 236, 2024.
[261]
K. Zhang, Y. Guo, X. Wang, J. Yuan, and Q. Ding, “Multiple feature reweight densenet for image classification,” IEEE access, vol. 7, pp. 9872–9880, 2019.
[262]
M. Zhu, B. Chang, and C. Fu, “Convolutional neural networks combined with runge–kutta methods,” Neural Computing and Applications, vol. 35, no. 2, pp. 1629–1643, 2023.
[263]
Y. Perugachi-Diaz, J. Tomczak, and S. Bhulai, “Invertible densenets with concatenated lipswish,” in Advances in neural information processing systems, 2021, vol. 34, pp. 17246–17257.
[264]
V. R. Sahakyan, V. G. Melkonyan, G. A. Gharagyozyan, and A. S. Avetisyan, “Enhancing image recognition with pre-defined convolutional layers based on PDEs,” Programming and Computer Software, vol. 49, no. 3, pp. 192–197, 2023.
[265]
W. Tang and H. Zhao, “Contractive diffusion probabilistic models,” arXiv preprint arXiv:2401.13115, 2024.
[266]
W. Liu and X. Yue, “Learning to integrate diffusion odes by averaging the derivatives,” arXiv preprint arXiv:2505.14502, 2025.
[267]
C. Ma, X. Xiao, T. Wang, X. Wang, and Y. Shen, “Learning straight flows: Variational flow matching for efficient generation,” arXiv preprint arXiv:2511.17583, 2025.
[268]
Y. Song and S. Ermon, “Improved techniques for training score-based generative models,” in Advances in neural information processing systems, 2020, vol. 33, pp. 12438–12448.
[269]
T. Karras, M. Aittala, T. Aila, and S. Laine, “Elucidating the design space of diffusion-based generative models,” in Advances in neural information processing systems, 2022, vol. 35, pp. 26565–26577.
[270]
Z. Kong and W. Ping, “On fast sampling of diffusion probabilistic models,” in ICML workshop on invertible neural networks, normalizing flows, and explicit likelihood models, 2021.
[271]
K. Zheng, C. Lu, J. Chen, and J. Zhu, “Dpm-solver-v3: Improved diffusion ode solver with empirical model statistics,” in Advances in neural information processing systems, 2023, vol. 36, pp. 55502–55542.
[272]
A. Tong et al., “Improving and generalizing flow-based generative models with minibatch optimal transport,” Transactions on Machine Learning Research, pp. 1–34, 2024.
[273]
M. T. Hosain, J. R. Jim, M. Mridha, and M. M. Kabir, “Explainable AI approaches in deep learning: Advancements, applications and challenges,” Computers and Electrical Engineering, vol. 117, p. 109246, 2024.
[274]
M. Trigka and E. Dritsas, “A comprehensive survey of deep learning approaches in image processing,” Sensors, vol. 25, no. 2, p. 531, 2025.
[275]
J. C. Butcher, Numerical methods for ordinary differential equations. John Wiley & Sons, 2016.
[276]
T. Erneux, Applied delay differential equations. Springer, 2009.
[277]
Y. Chen, I. Petras, and D. Xue, “Fractional order control-a tutorial,” in 2009 american control conference, 2009, pp. 1397–1411.
[278]
A. Kilbas and J. Trujillo, “Differential equations of fractional order: Methods results and problem—i,” Applicable Analysis, vol. 78, no. 1–2, pp. 153–192, 2001.
[279]
S. Peszat and J. Zabczyk, Stochastic partial differential equations with lévy noise: An evolution equation approach, vol. 113. Cambridge University Press, 2007.
[280]
X. Hua et al., “A comprehensive review of diffusion models in smart agriculture: Progress, applications, and challenges,” arXiv preprint arXiv:2507.18376, 2025.
[281]
F.-A. Croitoru, V. Hondru, R. T. Ionescu, and M. Shah, “Diffusion models in vision: A survey,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 9, pp. 10850–10869, 2023.
[282]
G. Sewell, The numerical solution of ordinary and partial differential equations, vol. 75. John Wiley & Sons, 2005.
[283]
R. Szeliski, Computer vision: Algorithms and applications. Springer Nature, 2022.