Pith. sign in

REVIEW 3 major objections 5 minor 56 references

Robust Moment Identification for Nonlinear PDEs via a Neural ODE Approach

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read The paper claims that Neural ODEs, trained by matching whole moment trajectories rather than estimated derivatives, recover the governing ODEs of PDE moment systems from sparse and irregular data, and can learn the coordinate changes…

desk verdict A useful but narrow Neural-ODE adaptation of SINDy moment closure learning; Example 1 is clean, but the automated closure-discovery claim rests on favorable initialization and a post-hoc rotation. read the letter →

arxiv 2506.05245 v1 pith:EE2OPMRW submitted 2025-06-05 nlin.PS cs.LG

classification nlin.PScs.LG
keywords NeuralODEmomentclosuresparseidentificationStiefelmanifoldoptimizationnonlinearSchrödingerequationFisher–KPPreduced-ordermodelingirregulartimeseries
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes replacing derivative-based symbolic regression with Neural ODE trajectory matching for discovering reduced-order moment dynamics of nonlinear PDEs. Its central claim is that when a closed system of moment ODEs exists, the method recovers the exact coefficient equations from sparse and irregular samples where SINDy-style derivative estimation fails. For moment systems that are not closed in natural coordinates, the paper claims a Stiefel-manifold optimization jointly learns a linear coordinate transformation and a sparse closed ODE in the transformed variables. For the Fisher–KPP model, where no exact closure exists, the learned trajectory matches the true moments and extrapolates beyond the training window more accurately than the standard analytic approximate ODE. A reader should care because this points to a route to interpretable low-dimensional models of PDEs when experimental or simulation data are scarce.

What carries the argument

The central machinery is the Neural ODE with a single linear layer over a prescribed feature dictionary: $\dot{x} = \Theta D(x)$, where the state $x$ collects moments and $D$ contains monomial terms such as $I_2$, $V_1$, $K$, $I_2^2$, $V_1^2$, and their products. The parameters $\Theta$ are trained by integrating forward from observed initial times and minimizing the difference between predicted and observed moment values, which removes the finite-difference derivative step. Sparse structure is enforced by iterative hard thresholding of $\Theta$ and, in the Fisher–KPP experiment, an $\ell^1$ penalty. To close unclosed systems, the paper pairs this with Riemannian optimization on the Stiefel manifold, minimizing the same trajectory loss over $A^\top A = I_{3\times 3}$ so that the new coordinates $y = A^\top x$ admit a sparse closed ODE. The Stiefel constraint is what prevents the trivial zero transformation and is the load-bearing device for discovering $E = K + J$ from the four unclosed NLS moments.

What would settle it

Generate NLS moment series from a known PDE, subsample them to a few dozen irregular time points with added noise, and run the same training; if the recovered coefficient matrix deviates from the exact closure $\mathrm{d}I_2/\mathrm{d}t = V_1$, $\mathrm{d}V_1/\mathrm{d}t = 4K - 2I_2$, $\mathrm{d}K/\mathrm{d}t = -V_1/2$ by more than the reported rounding error, the claim of exact recovery from sparse data is false. Conversely, a synthetic moment system that is provably unclosed under every linear map and yet passes the Stiefel closure test would refute the claim that the learned transformation has closed the system.

Watch

Extended reading notes

Core claim

When the moments of a PDE solution are known to follow a low-dimensional ODE system, the paper shows that fitting the unknown right-hand side by integrating a linear dictionary-projection Neural ODE and comparing full trajectories to observed moments recovers the exact governing equations. With the nonlinear Schrödinger equation in a harmonic trap, the learned coefficient matrix matches the analytic closure $\mathrm{d}I_2/\mathrm{d}t = V_1$, $\mathrm{d}V_1/\mathrm{d}t = 4K - 2I_2$, $\mathrm{d}K/\mathrm{d}t = -V_1/2$ even when only $M=4000$ of $N=16000$ time steps are used. For the nonlinear NLS case where $(I_2, V_1, K, J)$ is not closed, the paper claims that minimizing the same trajectory loss over $A^\top A = I_{3\times 3}$ finds the hidden variable $E = K + J$ and the closed system that uses it. For Fisher–KPP, where only an approximate closure is known, the learned ODE approximates the moment data and, on the reported extrapolation test, gives lower overall relative error than the analytic approximate ODE model from the moment-closure literature. The paper presents this as evidence that fully trajectory-based learning can replace derivative-based identification in data-limited settings.

Load-bearing premise

The whole scheme assumes the true moment dynamics have a simple, sparse representation in the user-chosen feature library, and that any needed closure can be achieved by a linear coordinate transformation.

Editorial extensions

If this is right

  • Under the sparse-dictionary assumption, any PDE whose chosen moments obey a closed polynomial ODE can have that ODE identified from far fewer observed time points than derivative-based SINDy requires.
  • For systems that close only after a linear change of variables, the Stiefel method returns a valid transformation, up to an orthogonal rotation, and a companion sparse ODE in the new coordinates.
  • The Fisher–KPP result implies that even without exact closure, a trajectory-trained Neural ODE can serve as a reduced-order model whose extrapolation accuracy beats the standard analytic approximation.
  • Because the loss matches integrated trajectories rather than pointwise derivatives, the learned models in the demonstrated examples avoid the finite-time blow-up artifacts that can occur with local derivative fitting.
  • The trained ODE can be analyzed with standard dynamical-systems tools, giving conserved quantities, stability, and long-time behavior for a low-dimensional description of the original PDE.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper's demonstrations, the same trajectory-matching principle should tolerate measurement noise better than derivative-based methods, since the loss never differentiates the data; the paper does not run noise-corrupted experiments to confirm this.
  • The authors only seek linear coordinate transformations, so systems whose closure manifold is genuinely nonlinear would likely require a separate extension; testing that is the natural next stress test of the approach.
  • Applying the method to moment time series from other dispersive or reaction–diffusion models, such as higher-dimensional NLS or two-species fronts, is a direct extension that the paper's setup would support but does not perform.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes a Neural ODE framework for learning reduced-order moment dynamics from PDE simulations, applied to the nonlinear Schrödinger equation with a harmonic trap and to the Fisher–KPP equation. The method trains a linear-in-features ODE by matching integrated trajectories rather than estimated derivatives, which is intended to enable sparse and irregular time sampling. For the linear NLS closure (Example 1), it reports recovery of the exact coefficient matrix with low RMAE, including from a sparse subsample of M=4,000 out of N=16,000 points. For the unclosed NLS moments (Example 2), the paper formulates a Stiefel-manifold optimization (Algorithm 1) to learn a linear coordinate transformation that closes the system, and for FKPP it learns a quadratic surrogate that extrapolates better than the Belmonte-Beitia et al. analytical model. The paper claims robustness under sparse and irregular observations and positions the approach as a derivative-free alternative to SINDy.

Significance. If the central claims hold, the paper offers a practical extension of moment-closure identification: Neural ODE trajectory matching avoids finite-difference derivative errors and permits training on irregularly sampled time series. The clean recovery in Example 1 (Eq. 15) and the quantified FKPP extrapolation (Table 4) are valuable demonstrations, and the hyperparameter and coefficient tables make the experiments reproducible. However, the signature contribution—joint discovery of a coordinate transformation and sparse closed ODE via Stiefel optimization—is not currently supported by the evidence in Section 4.3, which limits the paper's stated scope. The result as presented is a useful proof-of-concept for a favorably initialized setting plus a post-hoc rotation, rather than an automated discovery algorithm.

major comments (3)
  1. [Section 4.3, Case 2 (Eqs. (20)–(21))] The random-initialization run does not demonstrate that Algorithm 1 discovers the closed-form coordinate transformation. The displayed orthogonal matrix O is introduced only after A_out and Θ_out are known and is chosen to align them with Agt and Θgt; no criterion, optimization, or algorithm is given for obtaining O from the output of Algorithm 1. Because the loss (13) is invariant under O(3) and no sparsity regularization is imposed on Θ in the outer A-loop, a dense Θ_out such as Eq. (20) is a valid solution of the optimization problem, and sparsity is not an emergent property of the method. To support the abstract's claim of discovering a sparse closed ODE system, the authors need to either add a sparsity-promoting term that acts on the equivalence class, provide an automatic post-processing step (e.g., minimize ||O^T Θ_out O||_1 over O(3)), or show that a random initialization with the existing thresholding converges to a sparse model without using the ground truth.
  2. [Section 4.3, final paragraph] The assertion that with M=4,000 of 16,000 samples the method 'accurately identified both the coordinate transformation and the corresponding closed ODE system' is unquantified. No matrices, trajectories, or error metrics are reported for this sparse-data run, despite the paper's central thesis being robustness under sparse and irregular observations. Please report the recovered A and Θ (or their equivalence-class representatives) and a quantitative error measure, such as the RMAE of trajectories reconstructed from the learned system or the coefficient error relative to Eq. (19).
  3. [Section 3.2 and Algorithm 1] The alternating optimization (13) is not designed to select a sparse representative from the O(3)-orbit of equivalent solutions. The iterative thresholding described in Section 3.1 is applied to Θ for a fixed A, but when A is updated on the Stiefel manifold the previously thresholded support can rotate into a different coordinate frame, and the outer loop has no sparsity objective. This explains why Case 2 of Section 4.3 converges to a dense Θ_out and why the post-hoc rotation is needed. The method description should be extended so that sparsity is part of the optimization, or the claims should be restricted to the favorably initialized setting.
minor comments (5)
  1. [Section 1, paragraph 4] The Introduction motivates the method by the noise sensitivity of derivative estimation, but no experiment in Section 4 injects noise into the moment observations. Please add noisy-data experiments, or explicitly scope the robustness claims to sparse and irregular sampling without noise.
  2. [Tables 2–6] All reported results appear to be single runs; the RMAE tables have no error bars or standard deviations over random subsampling or parameter initializations. Please report statistics over multiple seeds, especially for the sparse-data and Stiefel experiments.
  3. [Equation (16), dK/dt] The equation for dK/dt includes both '-0.003J' and '+0.240J'; please verify whether this is a typo and clarify the individual K and J equations, since the displayed K equation contains seemingly redundant J terms.
  4. [Section 3.1 and Remark 2] The key assumption that f admits a sparse representation in the predefined feature library, and the restriction to linear coordinate transformations, are stated as limitations only in passing; the abstract and conclusions present the framework as more general than these assumptions allow. Consider adding a sentence to the conclusions reiterating these scope conditions.
  5. [Section 4.4] The learned quadratic FKPP model includes a constant term and dependence on I1I3 that are absent from the analytical model (8); a brief discussion of how dictionary choice affects the extrapolation comparison would strengthen the claim that the improvement on I3 is not an artifact of the extra terms.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity: the moment-recovery and FKPP extrapolation results are checked against external analytic closures and held-out future time points; self-citations to [34] provide setup and an elementary equivariance remark, not load-bearing proof.

full rationale

The paper's central claims are not circular. In Section 4.1 the Neural ODE is trained by trajectory matching (loss (11)) and the recovered coefficients in Eq. (15) are compared with the independent analytic closure (4); the learned system is not an input to the loss. In Section 4.4 the FKPP model is trained on the first 200 time points and evaluated on the held-out 100, so the extrapolation superiority over the Belmonte-Beitia ODE is a genuine out-of-sample test. The Stiefel closure problem in Eq. (13) optimizes A and Theta without being given E=K+J; Case 1 initializes A near A_gt and demonstrates local recovery, which is a convergence check rather than a forced fit. The closest thing to a circular step is Section 4.3 Case 2: random initialization returns a dense Theta_out, and the sparse ground-truth-equivalent system appears only after applying an orthogonal matrix O. The paper explicitly labels this 'post-processing' and 'post hoc,' and the O(3) equivariance it cites from Remark 2 of [34] is elementary and stated in the present text, so the self-citation is not load-bearing. The first two columns of the displayed O coincide with the first two columns of A_out, so part of the agreement in Eq. (21) is by construction; this weakens the random-init demonstration and the immediately following unquantified 4,000-sample claim is missing supporting matrices and errors. Those are reproducible-evidence gaps, not a derivation that reduces to its own inputs. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported from the authors, and no known result is repackaged as new. Hence the minor self-citation and the post-hoc verification concern warrant a score of 2 rather than 0, but the central recovery and extrapolation claims are self-contained.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The framework's success depends on user-chosen feature dictionaries, hand-set thresholding rules, a favorable initialization in one coordinate-learning demo, and the availability of exact or approximate moment closures. None of these dependencies is independently validated beyond the specific examples, and no code is released.

free parameters (4)
  • Sparsity threshold cutoff and l1 regularization weight = not reported
    The iterative thresholding procedure in Section 3.1 requires a cutoff below which coefficients are zeroed; the l1 weight in Section 4.4 is also unspecified, and the reported sparse models depend on these choices.
  • Initial projection A(0) for Stiefel optimization = ground-truth-inspired in Case 1; random in Case 2
    In Section 4.3, the clean recovery with sparse dynamics uses an initialization 'close to the ground-truth transformation Agt', so the success of the interpretable result depends on this favorable initialization.
  • Moment normalization scaling = per-moment min/max to [-1,1]
    Each moment is individually normalized before training, as stated in Section 4; this changes the learned coefficient matrices and is not fully accounted for in the reported physical-coordinate RMAE.
  • Feature library choice = Ddeg=1, Ddeg=1,2, Ddeg<=2, Dextended
    The central assumption is that the dynamics are sparse in a user-chosen dictionary; different dictionaries give different learned models, as shown by the quadratic versus extended feature maps in Section 4.4.
assumptions (4)
  • domain assumption Selected moments are well-defined and evolve according to a low-dimensional ODE system that can be represented sparsely in a prescribed feature dictionary.
    Stated in Section 3.1: 'A key assumption in our framework is that the underlying dynamics f(x) admit a simple, sparse representation in terms of a pre-defined feature library D(x)'. If false, the thresholded Neural ODE model is not a faithful reduced-order representation.
  • domain assumption For unclosed moment systems, a linear coordinate transformation y = A^T x with A^T A = I suffices to close the dynamics.
    Used in Section 3.2 via Eq. (13) and Remark 2; the authors acknowledge in the conclusions that nonlinear coordinate transformations are future work, so the closure guarantee is limited to the linear case.
  • standard math The FKPP moment system (Eq. (8)) derived from the traveling-wave ansatz (6) is the correct physical-expert baseline.
    Imported from [37]; the paper compares against this approximate closure, and the comparison is only as meaningful as this baseline's validity for the simulated solutions.
  • domain assumption The simulated PDE solutions are treated as ground truth with no discretization or quadrature error accounted for.
    Section 4 states moments are computed via spatial integration of numerical PDE solutions using ETDRK4 and pseudo-spectral methods; no error analysis for the solver or quadrature is provided, so measurement error in the training data is assumed negligible.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Robust Moment Identification for Nonlinear PDEs via a Neural ODE Approach." pith.science (2026). https://pith.science/paper/EE2OPMRW

@misc{pith2026250605245,
  author       = {Pith},
  title        = {Pith review of: Robust Moment Identification for Nonlinear PDEs via a Neural ODE Approach},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EE2OPMRW}},
  note         = {Machine review of arXiv:2506.05245}
}
read the original abstract

We propose a data-driven framework for learning reduced-order moment dynamics from PDE-governed systems using Neural ODEs. In contrast to derivative-based methods like SINDy, which necessitate densely sampled data and are sensitive to noise, our approach based on Neural ODEs directly models moment trajectories, enabling robust learning from sparse and potentially irregular time series. Using as an application platform the nonlinear Schr\"{o}dinger equation, the framework accurately recovers governing moment dynamics when closure is available, even with limited and irregular observations. For systems without analytical closure, we introduce a data-driven coordinate transformation strategy based on Stiefel manifold optimization, enabling the discovery of low-dimensional representations in which the moment dynamics become closed, facilitating interpretable and reliable modeling. We also explore cases where a closure model is not known, such as a Fisher-KPP reaction-diffusion system. Here we demonstrate that Neural ODEs can still effectively approximate the unclosed moment dynamics and achieve superior extrapolation accuracy compared to physical-expert-derived ODE models. This advantage remains robust even under sparse and irregular sampling, highlighting the method's robustness in data-limited settings. Our results highlight the Neural ODE framework as a powerful and flexible tool for learning interpretable, low-dimensional moment dynamics in complex PDE-governed systems.

Figures

Figures reproduced from arXiv: 2506.05245 by the authors.

Figure 1
Figure 1. Neural ODE trained with sparsely sampled observat [PITH_FULL_IMAGE:figures/full_fig_p010_1.png] view at source ↗
Figure 2
Figure 2. Comparison of ground-truth moment trajectories [ [PITH_FULL_IMAGE:figures/full_fig_p015_2.png] view at source ↗
Figure 3
Figure 3. Comparison of ground-truth moment trajectories [ [PITH_FULL_IMAGE:figures/full_fig_p017_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Reconstructed trajectories of [I1, I2, I3] over the full time horizon, based on a Neural ODE model trained on the first 200 of 300 time points using a quadratic feature library Ddeg≤2(x). Results are compared with the analytical model from Belmonte-Beitia et al. [37] a…
Figure 5
Figure 5. Figure 5: shows the reconstructed trajectories of the moments [I1, I2, I3], obtained by integrating the Neural ODE trained on the 100 randomly selected samples. The results are compared with the analytical model proposed by Belmonte-Beitia et al. [37] and the ground-truth PDE si…
Figure 6
Figure 6. Figure 6: Reconstructed trajectories of [I1, I2, I3] over the full time horizon, based on a Neural ODE model trained on 200 out of 300 time points using the extended feature library Dextended(x). The results are compared against the analytical model from Belmonte-Beitia et al. […

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

56 extracted references · 54 canonical work pages

  1. [34]

    Su Yang, Shaoxuan Chen, Wei Zhu, and P. G. Kevrekidis. Id entification of moment equations via data-driven approaches in nonlinear schr¨ odinger models. Frontiers in Photonics, Volume 5 - 2024, 2024

  2. [1]

    Sulem and P.L

    C. Sulem and P.L. Sulem. The nonlinear Schr¨ odinger equation: self-focusing and wav e collapse. Springer, New York, 1999

  3. [2]

    Ablowitz, B

    M.J. Ablowitz, B. Prinari, and A.D. Trubatch. Discrete and Continuous Nonlinear Schr¨ odinger Systems. Cambridge University Press, Cambridge, 2004

  4. [3]

    Y. S. Kivshar and G. P. Agrawal. Optical Solitons: From Fibers to Photonic Crystals . Academic Press, 2003

  5. [4]

    Hasegawa and Y

    A. Hasegawa and Y. Kodama. Solitons in Optical Communications. Clarendon Press, Oxford, 1995

  6. [5]

    Pitaevskii and S

    L. Pitaevskii and S. Stringari. Bose-Einstein condensation. Oxford University Press, Oxford, 2003

  7. [6]

    C. J. Pethick and H. Smith. Bose–Einstein Condensation in Dilute Gases . Cambridge University Press, Cambridge, United Kingdom, 2002

  8. [7]

    P. G. Kevrekidis, D. J. Frantzeskakis, and R. Carretero- Gonz´ alez.The Defocusing Nonlinear Schr¨ odinger Equation. SIAM, Philadelphia, 2015

Show all 56 references
  1. [8]

    Kono and M.M

    M. Kono and M.M. Skori´ c. Nonlinear Physics of Plasmas . Springer-Verlag, Heidelberg, 2010

  2. [9]

    Infeld and G

    E. Infeld and G. Rowlands. Nonlinear waves, solitons and chaos . Cambridge University Press, Cambridge, 2000

  3. [10]

    Ablowitz

    M.J. Ablowitz. Nonlinear Dispersive Waves, Asymptotic Analysis and Solit ons. Cambridge University Press, Cambridge, 2011

  4. [11]

    Peyrard and A

    M. Peyrard and A. R. Bishop. Statistical mechanics of a n onlinear model for dna denatura- tion. Phys. Rev. Lett. , 62:2755–2758, Jun 1989

  5. [12]

    M. Peyrard. Nonlinear dynamics and statistical physic s of DNA. Nonlinearity, 17:R1, 2004

  6. [13]

    Existence and stabil ity of quasiperiodic breathers in the discrete nonlinear schr¨ odinger equation

    Magnus Johansson and Serge Aubry. Existence and stabil ity of quasiperiodic breathers in the discrete nonlinear schr¨ odinger equation. Nonlinearity, 10(5):1151, sep 1997

  7. [14]

    Growth and decay of di screte nonlinear schr¨ odinger breathers interacting with internal modes or standing-wav e phonons

    Magnus Johansson and Serge Aubry. Growth and decay of di screte nonlinear schr¨ odinger breathers interacting with internal modes or standing-wav e phonons. Phys. Rev. E , 61:5864– 5879, May 2000

  8. [15]

    S. Aubry. Discrete breathers: Localization and transf er of energy in discrete Hamiltonian nonlinear systems. Physica D , 216:1, 2006

  9. [16]

    J. D. Murray. Mathematical Biology I: An Introduction , volume 17 of Interdisciplinary Applied Mathematics . Springer, 3rd edition, 2002

  10. [17]

    Front propagation in heterogeneous media

    Jack Xin. Front propagation in heterogeneous media. SIAM Review , 42(2):161–230, 2000. 23

  11. [18]

    Simpson and Scott W

    Matthew J. Simpson and Scott W. McCue. Fisher–kpp-type models of biological invasion: Open source computational tools, key concepts and analysis . Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , 480(2280):20240186, 2024

  12. [19]

    Fisher–kpp equations and applicatio ns to a model in medical sciences

    Benjamin Contri. Fisher–kpp equations and applicatio ns to a model in medical sciences. Networks and Heterogeneous Media , 13(1):119–153, 2018

  13. [20]

    Raissi, P

    M. Raissi, P. Perdikaris, and G. E. Karniadakis. Physic s-informed neural networks: A deep learning framework for solving forward and inverse problem s involving nonlinear partial differential equations. Journal of Computational Physics , 378:686–707, February 2019

  14. [21]

    L. Lu, X. Meng, Z. Mao, and G.E. Karniadakis. DeepXDE: A d eep learning library for solving differential equations. SIAM Review , 63(1):208–228, 2021

  15. [22]

    Brunton, Joshua L

    Steven L. Brunton, Joshua L. Proctor, and J. Nathan Kutz . Discovering governing equations from data by sparse identification of nonlinear dynamical sy stems. page 3932–3937, 03 2016

  16. [23]

    Schaeffer

    H. Schaeffer. Learning partial differential equations via data discovery and sparse optimiza- tion. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , 473(2197):20160446, 2017

  17. [24]

    Feliu-Faba, Y

    J. Feliu-Faba, Y. Fan, and L. Ying. Meta-learning pseud o-differential operators with deep neural networks. Journal of Computational Physics , 408:109309, 2020

  18. [25]

    Z. Li, N.B. Kovachki, K. Azizzadenesheli, B. Liu, K. Bha ttacharya, A. Stuart, and A. Anand- kumar. Fourier neural operator for parametric partial differ ential equations. In International Conference on Learning Representations , 2021

  19. [26]

    Karniadakis, I.G

    G.E. Karniadakis, I.G. Kevrekidis, L. Lu, P. Perdikari s, S. Wang, and L. Yang. Physics- informed machine learning. Nature Reviews Physics , 3(6):422–440, 2021

  20. [27]

    Machine learning conservat ion laws from trajectories

    Ziming Liu and Max Tegmark. Machine learning conservat ion laws from trajectories. Phys. Rev. Lett., 126:180604, May 2021

  21. [28]

    Machine learning hidden sym metries

    Ziming Liu and Max Tegmark. Machine learning hidden sym metries. Phys. Rev. Lett. , 128:180201, May 2022

  22. [29]

    Machine le arning conservation laws from differential equations

    Ziming Liu, Varun Madhavan, and Max Tegmark. Machine le arning conservation laws from differential equations. Physical Review E , 106(4):045307, 2022

  23. [30]

    Wei Zhu, Hong-Kun Zhang, and P. G. Kevrekidis. Machine l earning of independent conser- vation laws through neural deflation. Phys. Rev. E , 108:L022301, Aug 2023

  24. [31]

    Inte grability ex machina

    Sven Krippendorf, Dieter L¨ ust, and Marc Syvaeri. Inte grability ex machina. Fortschritte der Physik , 69(7):2100057, 2021

  25. [32]

    Data-driven identifi cation of the spectral operator in akns lax pairs using conserved quantities

    Pascal de Koster and Sander Wahls. Data-driven identifi cation of the spectral operator in akns lax pairs using conserved quantities. Wave Motion , 127:103273, 2024

  26. [33]

    Computer assisted discovery of integrability via silo: Sparse identification of lax operators, 2025

    Jimmie Adriazola, Wei Zhu, Panayotis Kevrekidis, and A lejandro Aceves. Computer assisted discovery of integrability via silo: Sparse identification of lax operators, 2025. 24

  27. [35]

    The method of moments for nonlinear schr¨ odinger equations: Theory and application s

    V ´ ıctor P´ erez-Garc ´ ıa, Pedro Torres, and Gaspar Montesinos. The method of moments for nonlinear schr¨ odinger equations: Theory and application s. SIAM Journal of Applied Math- ematics, 67:990–1015, 01 2007

  28. [36]

    The moment method in general nonlinear schrodinger equations

    Juan Garc ´ ıa-Ripoll and V ´ ıctor P´ erez-Garc ´ ıa. The moment method in general nonlinear schrodinger equations. 05 1999

  29. [37]

    Calvo, and V ´ ıctor M

    Juan Belmonte-Beitia, Gabriel F. Calvo, and V ´ ıctor M. P´ erez-Garc ´ ıa. Effective particle methods for fisher–kolmogorov equations: Theory and applic ations to brain tumor dynamics. Communications in Nonlinear Science and Numerical Simulati on, 19(9):3267–3283, 2014

  30. [38]

    Weakident: Weak for- mulation for identifying differential equation using narrow -fit and trimming

    Mengyi Tang, Wenjing Liao, Rachel Kuske, and Sung Ha Kan g. Weakident: Weak for- mulation for identifying differential equation using narrow -fit and trimming. Journal of Computational Physics , 483:112069, 2023

  31. [39]

    Neural ordi- nary differential equations

    Ricky TQ Chen, Yulia Rubanova, Jesse Bettencourt, and D avid K Duvenaud. Neural ordi- nary differential equations. Advances in neural information processing systems , 31, 2018

  32. [40]

    Learning continu ous system dynamics from irregularly-sampled partial observations

    Zijie Huang, Yizhou Sun, and Wei Wang. Learning continu ous system dynamics from irregularly-sampled partial observations. Advances in Neural Information Processing Sys- tems, 33:16177–16187, 2020

  33. [41]

    Learning quantum dynamics with latent neural ordinary differential eq uations

    Matthew Choi, Daniel Flam-Shepherd, Thi Ha Kyaw, and Al ´ an Aspuru-Guzik. Learning quantum dynamics with latent neural ordinary differential eq uations. Physical Review A , 105(4):042403, 2022

  34. [42]

    Coupled graph ode for learning interacting system dynamics

    Zijie Huang, Yizhou Sun, and Wei Wang. Coupled graph ode for learning interacting system dynamics. In Proceedings of the 27th ACM SIGKDD conference on knowledge dis covery & data mining , pages 705–715, 2021

  35. [43]

    Neural ordinary differential equation control of dynamics on graphs

    Thomas Asikis, Lucas B¨ ottcher, and Nino Antulov-Fant ulin. Neural ordinary differential equation control of dynamics on graphs. Physical Review Research, 4(1):013221, 2022

  36. [44]

    Explainable deep learning for tumor dynamic modeling and overall survival prediction using neural-ode

    Mark Laurie and James Lu. Explainable deep learning for tumor dynamic modeling and overall survival prediction using neural-ode. NPJ Systems Biology and Applications , 9(1):58, 2023

  37. [45]

    Biologically informed neuralodes for genome-wide regulat ory dynamics

    Intekhab Hossain, Viola Fanfani, Jonas Fischer, John Q uackenbush, and Rebekka Burkholz. Biologically informed neuralodes for genome-wide regulat ory dynamics. Genome Biology , 25(1):127, 2024

  38. [46]

    Stiffness- reduced neural ode models for data-driven reduced-order modeling of combustion chemica l kinetics

    Henry E Dikeman, Hongyuan Zhang, and Suo Yang. Stiffness- reduced neural ode models for data-driven reduced-order modeling of combustion chemica l kinetics. In AIAA SCITECH 2022 Forum, page 0226, 2022. 25

  39. [47]

    Reduced-order model for fluid flows via neural ordinary differential equations

    Carlos JG Rojas, Andreas Dengel, and Mateus Dias Ribeir o. Reduced-order model for fluid flows via neural ordinary differential equations. arXiv preprint arXiv:2102.02248 , 2021

  40. [48]

    Data-driven reduced- order modeling of spatiotemporal chaos with neural ordinary differential equations

    Alec J Linot and Michael D Graham. Data-driven reduced- order modeling of spatiotemporal chaos with neural ordinary differential equations. Chaos: An Interdisciplinary Journal of Nonlinear Science, 32(7), 2022

  41. [49]

    Biological invasions: theory and practice

    Nanako Shigesada and Kohkichi Kawasaki. Biological invasions: theory and practice . Oxford University Press, UK, 1997

  42. [50]

    Reaction–diffusi on waves in biology

    Vitaly Volpert and Sergei Petrovskii. Reaction–diffusi on waves in biology. Physics of life reviews, 6(4):267–310, 2009

  43. [51]

    The geo metry of algorithms with orthogonality constraints

    Alan Edelman, Tom´ as A Arias, and Steven T Smith. The geo metry of algorithms with orthogonality constraints. SIAM journal on Matrix Analysis and Applications , 20(2):303– 353, 1998

  44. [52]

    Optimization algorithms on matrix manifolds

    P-A Absil, Robert Mahony, and Rodolphe Sepulchre. Optimization algorithms on matrix manifolds. Princeton University Press, 2008

  45. [53]

    A scaled gradient projec tion method for minimization over the stiefel manifold

    Harry Oviedo and Oscar Dalmau. A scaled gradient projec tion method for minimization over the stiefel manifold. In Lourdes Mart ´ ınez-Villase˜ nor, Ildar Batyrshin, and Antonio Mar ´ ın- Hern´ andez, editors, Advances in Soft Computing , pages 239–250, Cham, 2019. Springer In...

  46. [54]

    A class of smooth e xact penalty function meth- ods for optimization problems with orthogonality constrai nts

    Xin Liu Nachuan Xiao and Ya xiang Yuan. A class of smooth e xact penalty function meth- ods for optimization problems with orthogonality constrai nts. Optimization Methods and Software, 37(4):1205–1241, 2022

  47. [55]

    A penalty-free infeasible approach for a class of nonsmooth optimization problems over the stiefel manifo ld

    Xin Liu, Nachuan Xiao, and Ya xiang Yuan. A penalty-free infeasible approach for a class of nonsmooth optimization problems over the stiefel manifo ld. J. Sci. Comput. , 99:30, 2021

  48. [56]

    Norm.” re fers to errors computed in normalized space; “Orig

    Aly-Khan Kassam and Lloyd N. Trefethen. Fourth-order t ime-stepping for stiff pdes. SIAM J. Sci. Comput. , 26:1214–1233, 2005. 26 Appendix In this appendix, we provide additional experimental resul ts that complement the ones presented in the main text. A Neural ODE Approximati...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.