Pith. sign in

REVIEW 2 major objections 5 minor 65 references

On the relationship between Koopman operator approximations and neural ordinary differential equations for data-driven time-evolution predictions

T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read The paper establishes that adding a state-space projection to EDMD-DL turns a linear Koopman predictor into a nonlinear neural network model, whose continuous-time form is a neural ODE.

desk verdict A clean, useful statement that projected EDMD-DL is a neural ODE; the discrete-time equivalence is solid, the continuous-time variant is conditional on the matrix logarithm step, and the numerics need error bars. read the letter →

arxiv 2411.12940 v2 pith:HMP3SUDK submitted 2024-11-20 nlin.CD cs.LG

classification nlin.CDcs.LG
keywords Koopmanoperatorextendeddynamicmodedecompositiondictionarylearningneuralordinarydifferentialequationsstate-spaceprojectiondata-drivenpredictionchaoticdynamicsturbulentshearflow
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

This paper is trying to show that two apparently different data-driven forecasting frameworks are actually the same once a small algorithmic change is made. Extended dynamic mode decomposition with dictionary learning (EDMD-DL) is normally a linear method on a high-dimensional space of observable functions; but when the state is projected back to the original space after every time step, the map becomes a nonlinear neural-network approximation of the flow map. In continuous time, the same projection converts the learned Koopman generator into a neural ODE. The authors argue this explains why the projection dramatically improves prediction quality on chaotic systems, and they support it by showing that the projected method matches neural ODE performance on the Lorenz system and a nine-mode turbulent shear-flow model.

What carries the argument

The load-bearing object is the projection-with-relift step, $x_{i+1}=P K_\tau^T \Psi(x_i;\theta_\Psi)$ in discrete time and $dx/dt=P L^T \Psi(x;\theta_\Psi)$ in continuous time. Here $\Psi$ is a neural-network dictionary that lifts the state to a high-dimensional feature space, $K_\tau$ is the EDMD-DL approximation of the Koopman operator, and $P$ is a linear map back to the state. This structure shows that projecting on each step reintroduces nonlinearity and makes the whole predictor a neural network with one hidden feature layer; the continuous-time version is a neural ODE whose vector field is a linear combination of learned features.

What would settle it

One could compute the learned feature map and operator from a Lorenz dataset, then integrate the continuous-time equation $dx/dt=P L^T\Psi(x)$ and compare it to the discrete rollout; a large divergence at small $\tau$ would indicate that the claimed equivalence between the two forms does not hold for the trained model.

Watch

Extended reading notes

Core claim

The central discovery is an identity between projected Koopman prediction and neural-network state-space modeling. With the dictionary $\Psi(x;\theta_\Psi)$ realized as a neural network and the state included among the dictionary elements, the one-step predictor $x_{i+1}=P K_\tau^T \Psi(x_i;\theta_\Psi)$ is exactly a nonlinear discrete-time flow-map model built by expanding the state into features and applying a linear layer. Its continuous-time counterpart, $dx/dt = P L^T \Psi(x;\theta_\Psi)$ with $L=(1/\tau)\log K_\tau$, is a neural ODE obtained directly from the EDMD-DL training, with no separate training step. The paper uses this equivalence to explain why EDMD-DL with projection succeeds where standard linear EDMD-DL fails, and to propose hybrid models that combine EDMD-DL dictionaries with neural ODE training.

Load-bearing premise

The core premise is that the learned dictionary and Koopman matrix are accurate enough that projecting back to the state at every step gives a faithful flow-map model; the continuous-time version additionally requires the matrix logarithm to recover the generator at the chosen sampling interval.

Editorial extensions

If this is right

  • EDMD-DL with projection should be classified as a nonlinear neural-network state-space model, not a linear Koopman predictor, so the linearity-based guarantees of Koopman methods do not automatically carry over.
  • On the Lorenz system and the nine-mode shear-flow model, projected EDMD-DL achieves short-time prediction error below about 3% at one Lyapunov time, comparable to neural ODEs and far better than standard linear EDMD-DL.
  • The continuous-time EDMD direct neural ODE can be constructed from the discrete-time model by a matrix logarithm without additional training, provided the sampling interval is small; at larger intervals its accuracy degrades.
  • Including the state explicitly in the dictionary separates linear and nonlinear parts of the vector field, and the resulting EDMD-structured neural ODE slightly outperforms a basic neural ODE in short-time tracking.

Reading between the lines

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

  • The equivalence suggests that any per-step projection in a Koopman-style predictor could be replaced by a trainable linear layer after the dictionary, blurring the line between physical dictionary design and generic deep learning.
  • Because the continuous-time variant hinges on the matrix logarithm, a natural extension is to train the generator $L$ directly with a velocity-matching loss rather than deriving it from $K_\tau$; this would likely extend the equivalence to larger sampling intervals.
  • The state-space form opens the door to uncertainty quantification via neural-ODE Bayesian or ensemble methods, a direction the paper does not pursue.
  • One testable consequence is that the method should work on any system whose flow map is expressible as $P K^T \Psi(x)$ for a sufficiently expressive dictionary; finding a chaotic system where no such representation exists would stress-test the claim.
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

2 major / 5 minor

Summary. The paper shows that EDMD-DL with a state-space projection on each rollout step defines a nonlinear discrete-time map on the state space, x_{i+1}=P K_tau^T Psi(x_i; theta_Psi), which is structurally a neural network approximation of the flow map (Eqs. 17-18). It further claims that in continuous time the same construction yields a neural ODE, dx/dt = P L^T Psi(x; theta_Psi), with L = (1/tau) log K_tau (Eqs. 21 and 25). The authors then compare six models - basic and structured neural ODEs, standard and projected EDMD-DL, an EDMD-basis neural ODE, and an EDMD direct neural ODE - on the Lorenz system and the nine-mode MFE shear-flow model, using short-time error, long-time statistics, lifetime distributions, and rare-event F-scores. The discrete-time equivalence is a clean structural result; the continuous-time claim is stated without validating the matrix-logarithm reconstruction on which it depends.

Significance. If the continuous-time caveat is properly addressed, the paper makes an important conceptual point: a Koopman-based predictor that reprojects to the state space at each step is not a linear Koopman model but a nonlinear, neural-network state-space model, and it can be interpreted as a particular neural ODE. The algebraic derivation of Eq. 18 from the definitions is sound and does not rely on any fitted-parameter assumption. The numerical comparison is unusually thorough for this literature, with Wasserstein distances for stationary densities, survival functions, and F-scores for rare events, and the architectures and training details are reported in sufficient detail to be reproduced. The principal limitations are that the continuous-time equivalence rests on the unvalidated matrix logarithm in Eq. 21, and the empirical comparisons are all single-seed runs without confidence intervals.

major comments (2)
  1. [III D, Eq. (21); Fig. 5] The continuous-time equivalence is the load-bearing step of the paper's second claim, but it is not established. Equation (21) defines L = (1/tau) log(K_tau) from the EDMD-DL matrix K_tau that was trained to minimize the one-step discrete prediction loss in Eq. (15). Nothing in that training enforces that K_tau is invertible, that its logarithm is real, or that K_tau lies near the one-parameter semigroup e^{tau L} generated by that L. The paper correctly notes that the finite-difference approximation in Eq. (20) is restricted to sufficiently small tau, but it gives no analogous condition or diagnostic for Eq. (21). Figure 5 provides the empirical signature of this gap: the EDMD direct neural ODE degrades markedly for tau >= 0.06 on the Lorenz system, while the discrete-time projected EDMD-DL remains accurate. The discrete-time equivalence in Eq. (18) is unaffected, but the continuous-time claim in Eq. (25), in the abstract, and in the conclusions should be explicitly conditioned on validation of Eq. (21), for example by checking that exp(tau L) reproduces K_tau and that P L^T Psi(x) is real.
  2. [IV B-C; abstract] The numerical support for the claims of comparable performance and for the observed degradation of the EDMD direct neural ODE in Fig. 5 comes from single training runs without confidence intervals. The Lorenz tau-sweep shows a clear qualitative trend, but with one seed it is not possible to tell whether the breakdown at tau >= 0.06 is intrinsic to the construction or specific to one optimization run; the same applies to the F-score comparison in Fig. 10 and the Wasserstein distances in Fig. 8. Because the equivalence claim is structural, this does not invalidate the paper, but the empirical comparisons should either be repeated over at least three to five seeds with error bars, or the wording equivalent performance should be softened to reflect the limited statistical evidence.
minor comments (5)
  1. [Fig. 5] The legend entries in Fig. 5 appear corrupted (for example, EDMD s ruc ured, wi h projec ion, and direc ); please regenerate the figure with clean labels.
  2. [Fig. 5] The axis label in Fig. 5 reads E(t = 2) but the text says the error is evaluated at t = 2 tau_L; the axis should be labeled accordingly.
  3. [III D, Eq. (23)] In Eq. (23), if the reconstruction map P is nonlinear, partial P / partial Psi denotes the Jacobian evaluated at Psi(x), not a constant matrix; please state this explicitly and note that for the linear reconstruction used here partial P / partial Psi reduces to P.
  4. [III C-D] The transpose convention for K_tau is a recurring source of possible confusion: Eq. (11) uses K_tau^T, while in Sec. III D the generator is defined as L = (1/tau) log K_tau and then used as L^T in dPsi/dt = L^T Psi. An explicit remark that the generator for the column-vector evolution is L^T = (1/tau) log(K_tau^T) would help readers.
  5. [IV C, Fig. 10] The comparison with Racca and Magri's F-scores appears to be read from their paper rather than recomputed; please state this explicitly so that the reader knows the two sets of scores were not obtained under identical evaluation code.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the EDMD-DL/neural-ODE equivalence is structural; the matrix-log step is a validity caveat, not a circularity.

full rationale

The derivation chain is self-contained. The discrete equivalence is an algebraic identity: with the state included in the dictionary (Eq. 14), the projected update xi+1 = P K_tau^T Psi(xi; theta_Psi) (Eq. 17) is literally a composition of a neural-network lifting, a linear matrix, and the fixed linear projection P, i.e., a neural-network flow map (Eq. 18); this is a structural classification, not a fitted quantity presented as a prediction. The continuous-time version (Eqs. 23-25) follows by the chain rule once one accepts dPsi/dt = L^T Psi, with L obtained from the matrix logarithm in Eq. 21. That step is where the paper's strongest claim becomes conditional: the authors do not verify that the learned K_tau is invertible and close to exp(tau L), and their own Fig. 5 shows the EDMD direct neural ODE degrading once tau >= 0.06. This is a correctness/assumption gap, not circularity, because the model's worth is assessed against true trajectories rather than assumed. The self-citations (Refs. 16, 41, 46, 55) support background claims or higher-dimensional applicability and are not load-bearing for the equivalence proof; no uniqueness theorem is imported. The numerical comparisons are empirical and external to the derivation. Overall no significant circularity; score 1 reflects only the mild definitional flavor of Eq. 18 and the unvalidated logarithm step, neither of which reduces a prediction to its input.

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

The structural equivalence is self-contained algebra: no free parameters are fitted to make Eq. 18 or Eq. 25 true. The numerical comparison involves many training choices (network sizes, loss weights, learning rates), but those are not part of the derivation. The main axioms are standard Koopman and EDMD assumptions plus the specific implementation choices of a linear projection and, for the direct continuous-time variant, a matrix logarithm of the learned Koopman matrix.

assumptions (4)
  • domain assumption The reconstruction map P is linear and the state x is included explicitly in the dictionary Psi, so Psi(x) = (x; tilde Psi(x)) (Eq. 14, Sec. III C).
    Linear P is required for the simplified continuous-time form in Eq. 24 and for reading Eq. 25 as a neural ODE; the authors choose this structure for all EDMD-DL implementations.
  • domain assumption The learned Koopman matrix K_tau is invertible and L = (1/tau) log K_tau (Eq. 21) is a valid generator for the continuous-time model.
    Used only for the EDMD direct neural ODE; Fig. 5 shows this construction degrades at larger sampling intervals tau >= 0.06.
  • standard math Training data is sufficiently large, noise-free, and samples the natural measure so the EDMD least-squares approximation tracks the Koopman operator.
    Stated in Sec. III before Eq. 8 and justified by convergence results of Refs. 14, 34, 35; needed for the projected model to approximate the true flow map.
  • domain assumption The neural network dictionary and linear output layer are expressive enough to represent the flow map or vector field.
    The numerical claim that projected EDMD-DL performs like a neural ODE assumes training reaches comparable representational quality; this is not proven, only observed on two systems.

how reviews work

0 comments
Cite this review

Pith. "Pith review of On the relationship between Koopman operator approximations and neural ordinary differential equations for data-driven time-evolution predictions." pith.science (2026). https://pith.science/paper/HMP3SUDK

@misc{pith2026241112940,
  author       = {Pith},
  title        = {Pith review of: On the relationship between Koopman operator approximations and neural ordinary differential equations for data-driven time-evolution predictions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HMP3SUDK}},
  note         = {Machine review of arXiv:2411.12940}
}
read the original abstract

This work explores the relationship between state space methods and Koopman operator-based methods for predicting the time-evolution of nonlinear dynamical systems. We demonstrate that extended dynamic mode decomposition with dictionary learning (EDMD-DL), when combined with a state space projection, is equivalent to a neural network representation of the nonlinear discrete-time flow map on the state space. We highlight how this projection step introduces nonlinearity into the evolution equations, enabling significantly improved EDMD-DL predictions. With this projection, EDMD-DL leads to a nonlinear dynamical system on the state space, which can be represented in either discrete or continuous time. This system has a natural structure for neural networks, where the state is first expanded into a high dimensional feature space followed by a linear mapping which represents the discrete-time map or the vector field as a linear combination of these features. Inspired by these observations, we implement several variations of neural ordinary differential equations (ODEs) and EDMD-DL, developed by combining different aspects of their respective model structures and training procedures. We evaluate these methods using numerical experiments on chaotic dynamics in the Lorenz system and a nine-mode model of turbulent shear flow, showing comparable performance across methods in terms of short-time trajectory prediction, reconstruction of long-time statistics, and prediction of rare events. These results highlight the equivalence of the EDMD-DL implementation with a state space projection to a neural ODE representation of the dynamics. We also show that these methods provide comparable performance to a non-Markovian approach in terms of prediction of extreme events.

Figures

Figures reproduced from arXiv: 2411.12940 by the authors.

Figure 1
Figure 1. FIG. 1. Schematic illustrating how EDMD-DL with a projection to the state space directly leads to a neural network repre [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. FIG. 2. Schematic illustrating how the continuous-time EDMD-DL formulation with projection to the state space leads to a [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. FIG. 3. Prediction results for the data-driven models on the Lorenz system for sampling interval [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figures from the paper (7 more)
Figure 5
Figure 5. Figure 5: We see that at large sampling times, the EDMD [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 4
Figure 4. Figure 4: FIG. 4. Long time predictions of each model from a common initial condition for 100 time units on the Lorenz system. Each [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]
Figure 5
Figure 5. Figure 5: FIG. 5. Normalized ensemble-averaged error of each model [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: FIG. 6. Prediction results for the data-driven models on the MFE model of a turbulent shear flow. (a) Normalized ensemble [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: FIG. 7. Typical time series for the energy in the MFE model [PITH_FULL_IMAGE:figures/full_fig_p012_7.png]
Figure 8
Figure 8. Figure 8: FIG. 8. Joint probability densities of amplitudes [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]
Figure 9
Figure 9. Figure 9: FIG. 9. Lifetime distribution predictions for the models, given [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

65 extracted references · 23 canonical work pages

  1. [1]

    author author R. T. Q. \ Chen , author Y. Rubanova , author J. Bettencourt ,\ and\ author D. K. \ Duvenaud ,\ title title Neural Ordinary Differential Equations , \ in\ @noop booktitle Advances in Neural Information Processing Systems ,\ Vol. volume 31 \ ( publisher Curran Associates, Inc. ,\ year 2018 ) NoStop

  2. [2]

    Li , author F

    author author Q. Li , author F. Dietrich , author E. M. \ Bollt ,\ and\ author I. G. \ Kevrekidis ,\ title title Extended dynamic mode decomposition with dictionary learning: A data-driven adaptive spectral decomposition of the Koopman operator , \ https://doi.org/10.1063/1.4993854 journal journal Chaos: An Interdisciplinary Journal of Nonlinear Science \...

  3. [3]

    Budišić , author R

    author author M. Budišić , author R. Mohr ,\ and\ author I. Mezić ,\ title title Applied Koopmanism , \ https://doi.org/10.1063/1.4772195 journal journal Chaos: An Interdisciplinary Journal of Nonlinear Science \ volume 22 ,\ pages 047510 ( year 2012 ) NoStop

  4. [4]

    author author I. Mezić ,\ title title Analysis of Fluid Flows via Spectral Properties of the Koopman Operator , \ https://doi.org/10.1146/annurev-fluid-011212-140652 journal journal Annual Review of Fluid Mechanics \ volume 45 ,\ pages 357--378 ( year 2013 ) NoStop

  5. [5]

    author author S. L. \ Brunton , author M. Budišić , author E. Kaiser ,\ and\ author J. N. \ Kutz ,\ title title Modern Koopman Theory for Dynamical Systems , \ https://doi.org/10.1137/21M1401243 journal journal SIAM Review \ volume 64 ,\ pages 229--340 ( year 2022 ) ,\ note publisher: Society for Industrial and Applied Mathematics NoStop

  6. [6]

    author author I. Mezić ,\ title title Spectral Properties of Dynamical Systems , Model Reduction and Decompositions , \ https://doi.org/10.1007/s11071-005-2824-x journal journal Nonlinear Dynamics \ volume 41 ,\ pages 309--325 ( year 2005 ) NoStop

  7. [7]

    author author C. W. \ Rowley \ and\ author S. T. \ Dawson ,\ title title Model Reduction for Flow Analysis and Control , \ https://doi.org/10.1146/annurev-fluid-010816-060042 journal journal Annual Review of Fluid Mechanics \ volume 49 ,\ pages 387--417 ( year 2017 ) NoStop

  8. [8]

    author author S. E. \ Otto \ and\ author C. W. \ Rowley ,\ title title Koopman Operators for Estimation and Control of Dynamical Systems , \ https://doi.org/10.1146/annurev-control-071020-010108 journal journal Annual Review of Control, Robotics, and Autonomous Systems \ volume 4 ,\ pages 59--87 ( year 2021 ) NoStop

Show all 65 references
  1. [9]

    author author P. J. \ Schmid ,\ title title Dynamic mode decomposition of numerical and experimental data , \ https://doi.org/10.1017/S0022112010001217 journal journal Journal of Fluid Mechanics \ volume 656 ,\ pages 5--28 ( year 2010 ) NoStop

  2. [10]

    author author C. W. \ Rowley , author I. Mezić , author S. Bagheri , author P. Schlatter ,\ and\ author D. S. \ Henningson ,\ title title Spectral analysis of nonlinear flows , \ https://doi.org/10.1017/S0022112009992059 journal journal Journal of Fluid Mechanics \ volume 641 ...

  3. [11]

    author author S. L. \ Brunton , author B. W. \ Brunton , author J. L. \ Proctor ,\ and\ author J. N. \ Kutz ,\ title title Koopman Invariant Subspaces and Finite Linear Representations of Nonlinear Dynamical Systems for Control , \ https://doi.org/10.1371/journal.pone.0150171 ...

  4. [12]

    Wu , author S

    author author Z. Wu , author S. L. \ Brunton ,\ and\ author S. Revzen ,\ title title Challenges in dynamic mode decomposition , \ https://doi.org/10.1098/rsif.2021.0686 journal journal Journal of The Royal Society Interface \ volume 18 ,\ pages 20210686 ( year 2021 ) ,\ note p...

  5. [13]

    author author M. J. \ Colbrook ,\ https://doi.org/10.48550/arxiv.2312.00137 title The Multiverse of Dynamic Mode Decomposition Algorithms , \ ( year 2023 ),\ https://arxiv.org/abs/2312.00137 arxiv:2312.00137 NoStop

  6. [14]

    author author M. O. \ Williams , author I. G. \ Kevrekidis ,\ and\ author C. W. \ Rowley ,\ title title A Data – Driven Approximation of the Koopman Operator : Extending Dynamic Mode Decomposition , \ https://doi.org/10.1007/s00332-015-9258-5 journal journal Journal of Nonline...

  7. [15]

    author author A. J. \ Fox , author C. Ricardo Constante-Amores ,\ and\ author M. D. \ Graham ,\ title title Predicting extreme events in a data-driven model of turbulent shear flow using an atlas of charts , \ https://doi.org/10.1103/PhysRevFluids.8.094401 journal journal Phys...

  8. [16]

    author author C. R. \ Constante-Amores , author A. J. \ Linot ,\ and\ author M. D. \ Graham ,\ title title Enhancing predictive capabilities in data-driven dynamical modeling with automatic differentiation: Koopman and neural ODE approaches , \ https://doi.org/10.1063/5.018041...

  9. [17]

    Lusch , author J

    author author B. Lusch , author J. N. \ Kutz ,\ and\ author S. L. \ Brunton ,\ title title Deep learning for universal linear embeddings of nonlinear dynamics , \ https://doi.org/10.1038/s41467-018-07210-0 journal journal Nature Communications \ volume 9 ,\ pages 4950 ( year 2...

  10. [18]

    author author S. E. \ Otto \ and\ author C. W. \ Rowley ,\ title title Linearly Recurrent Autoencoder Networks for Learning Dynamics , \ https://doi.org/10.1137/18M1177846 journal journal SIAM Journal on Applied Dynamical Systems \ volume 18 ,\ pages 558--593 ( year 2019 ) ,\ ...

  11. [19]

    author author P. J. \ Baddoo , author B. Herrmann , author B. J. \ McKeon ,\ and\ author S. L. \ Brunton ,\ title title Kernel learning for robust dynamic mode decomposition: linear and nonlinear disambiguation optimization , \ https://doi.org/10.1098/rspa.2021.0830 journal jo...

  12. [20]

    Eivazi , author L

    author author H. Eivazi , author L. Guastoni , author P. Schlatter , author H. Azizpour ,\ and\ author R. Vinuesa ,\ title title Recurrent neural networks and Koopman -based frameworks for temporal predictions in a low-order model of turbulence , \ https://doi.org/10.1016/j.ij...

  13. [21]

    Junker , author J

    author author A. Junker , author J. Timmermann ,\ and\ author A. Trächtler ,\ title title Data- Driven Models for Control Engineering Applications Using the Koopman Operator , \ in\ https://doi.org/10.1109/AIRC56195.2022.9836980 booktitle 2022 3rd International Conference on A...

  14. [22]

    Van Goor , author R

    author author P. Van Goor , author R. Mahony , author M. Schaller ,\ and\ author K. Worthmann ,\ title title Reprojection Methods for Koopman - Based Modelling and Prediction , \ in\ https://doi.org/10.1109/CDC49753.2023.10383796 booktitle 2023 62nd IEEE Conference on Decision...

  15. [23]

    Nehma \ and\ author M

    author author G. Nehma \ and\ author M. Tiwari ,\ https://doi.org/10.48550/arxiv.2406.02875 title Leveraging KANs For Enhanced Deep Koopman Operator Discovery , \ ( year 2024 ),\ https://arxiv.org/abs/2406.02875 arxiv:2406.02875 NoStop

  16. [24]

    Rico-Martinez , author K

    author author R. Rico-Martinez , author K. Krischer , author I. Kevrekidis , author M. Kube ,\ and\ author J. Hudson ,\ title title Discrete- vs. Continuous - Time Nonlinear Signal Processing of Cu Electrodissolution Data , \ https://doi.org/10.1080/00986449208936084 journal j...

  17. [25]

    Rico-Martinez , author J

    author author R. Rico-Martinez , author J. Anderson ,\ and\ author I. Kevrekidis ,\ title title Continuous-time nonlinear signal processing: a neural network based approach for gray box identification , \ in\ https://doi.org/10.1109/NNSP.1994.366006 booktitle Proceedings of IE...

  18. [26]

    Rico-Martinez \ and\ author I

    author author R. Rico-Martinez \ and\ author I. Kevrekidis ,\ title title Continuous time modeling of nonlinear systems: a neural network-based approach , \ in\ https://doi.org/10.1109/ICNN.1993.298782 booktitle IEEE International Conference on Neural Networks \ ( year 1993 )\...

  19. [27]

    author author S. R. \ Chu \ and\ author R. Shoureshi ,\ title title A Neural Network Approach for Identification of Continuous - Time Nonlinear Dynamic Systems , \ in\ https://doi.org/10.23919/ACC.1991.4791308 booktitle 1991 American Control Conference \ ( year 1991 )\ pp.\ pa...

  20. [28]

    author author S. L. \ Brunton , author J. L. \ Proctor ,\ and\ author J. N. \ Kutz ,\ title title Discovering governing equations from data by sparse identification of nonlinear dynamical systems , \ https://doi.org/10.1073/pnas.1517384113 journal journal Proceedings of the Na...

  21. [29]

    author author B. O. \ Koopman ,\ title title Hamiltonian systems and transformation in Hilbert space , \ @noop journal journal Proceedings of the National Academy of Sciences \ volume 17 ,\ pages 315--318 ( year 1931 ) ,\ note publisher: National Acad Sciences NoStop

  22. [30]

    Lasota \ and\ author M

    author author A. Lasota \ and\ author M. C. \ Mackey ,\ https://doi.org/10.1007/978-1-4612-4286-4 title Chaos, Fractals , and Noise ,\ edited by\ editor J. E. \ Marsden \ and\ editor L. Sirovich ,\ series Applied Mathematical Sciences , Vol. volume 97 \ ( publisher Springer ,\...

  23. [31]

    Abraham , author J

    author author R. Abraham , author J. E. \ Marsden ,\ and\ author T. Ratiu ,\ @noop title Manifolds, tensor analysis, and applications ,\ Vol. volume 75 \ ( publisher Springer Science & Business Media ,\ year 2012 ) NoStop

  24. [32]

    Cvitanović , author R

    author author P. Cvitanović , author R. Artuso , author R. Mainieri , author G. Tanner ,\ and\ author G. Vattay ,\ @noop title Chaos: Classical and Quantum \ ( publisher Niels Bohr Inst. ,\ address Copenhagen ,\ year 2016 ) NoStop

  25. [33]

    Mauroy \ and\ author J

    author author A. Mauroy \ and\ author J. Goncalves ,\ title title Koopman- Based Lifting Techniques for Nonlinear Systems Identification , \ https://doi.org/10.1109/TAC.2019.2941433 journal journal IEEE Transactions on Automatic Control \ volume 65 ,\ pages 2550--2565 ( year 2...

  26. [34]

    Klus , author P

    author author S. Klus , author P. Koltai ,\ and\ author C. Schütte ,\ title title On the numerical approximation of the Perron - Frobenius and Koopman operator , \ https://doi.org/10.3934/jcd.2016003 journal journal Journal of Computational Dynamics \ volume 3 ,\ pages 51--79 ...

  27. [35]

    Korda \ and\ author I

    author author M. Korda \ and\ author I. Mezić ,\ title title On Convergence of Extended Dynamic Mode Decomposition to the Koopman Operator , \ https://doi.org/10.1007/s00332-017-9423-0 journal journal Journal of Nonlinear Science \ volume 28 ,\ pages 687--710 ( year 2018 a ) NoStop

  28. [36]

    author author C. D. \ Young \ and\ author M. D. \ Graham ,\ title title Deep learning delay coordinate dynamics for chaotic attractors from partial observable data , \ https://doi.org/10.1103/PhysRevE.107.034215 journal journal Physical Review E \ volume 107 ,\ pages 034215 ( ...

  29. [37]

    Kidger , author J

    author author P. Kidger , author J. Morrill , author J. Foster ,\ and\ author T. Lyons ,\ title title Neural Controlled Differential Equations for Irregular Time Series , \ in\ @noop booktitle Advances in Neural Information Processing Systems ,\ Vol. volume 33 \ ( publisher Cu...

  30. [38]

    author author P. Kidger ,\ title On Neural Differential Equations ,\ https://doi.org/10.48550/arxiv.2202.02435 type PhD Thesis ,\ school University of Oxford ( year 2021 ),\ https://arxiv.org/abs/2202.02435 arxiv:2202.02435 NoStop

  31. [39]

    Finlay , author J.-H

    author author C. Finlay , author J.-H. \ Jacobsen , author L. Nurbekyan ,\ and\ author A. Oberman ,\ title title How to Train Your Neural ODE : the World of Jacobian and Kinetic Regularization , \ in\ @noop booktitle Proceedings of the 37th International Conference on Machine ...

  32. [40]

    Kelly , author J

    author author J. Kelly , author J. Bettencourt , author M. J. \ Johnson ,\ and\ author D. K. \ Duvenaud ,\ title title Learning Differential Equations that are Easy to Solve , \ in\ @noop booktitle Advances in Neural Information Processing Systems ,\ Vol. volume 33 \ ( publish...

  33. [41]

    author author A. J. \ Linot \ and\ author M. D. \ Graham ,\ title title Data-driven reduced-order modeling of spatiotemporal chaos with neural ordinary differential equations , \ https://doi.org/10.1063/5.0069536 journal journal Chaos: An Interdisciplinary Journal of Nonlinear...

  34. [42]

    author author R. T. Q. \ Chen ,\ @noop title torchdiffeq , \ ( year 2018 ) NoStop

  35. [43]

    Ansel , author E

    author author J. Ansel , author E. Yang , author H. He , author N. Gimelshein , author A. Jain , author M. Voznesensky , author B. Bao , author P. Bell , author D. Berard , author E. Burovski , author G. Chauhan , author A. Chourdia , author W. Constable , author A. Desmaison ...

  36. [44]

    Folkestad , author S

    author author C. Folkestad , author S. X. \ Wei ,\ and\ author J. W. \ Burdick ,\ title title KoopNet : Joint Learning of Koopman Bilinear Models and Function Dictionaries with Application to Quadrotor Trajectory Tracking , \ in\ https://doi.org/10.1109/ICRA46639.2022.9811896 ...

  37. [45]

    Korda \ and\ author I

    author author M. Korda \ and\ author I. Mezić ,\ title title Linear predictors for nonlinear dynamical systems: Koopman operator meets model predictive control , \ https://doi.org/10.1016/j.automatica.2018.03.046 journal journal Automatica \ volume 93 ,\ pages 149--160 ( year ...

  38. [46]

    author author C. R. \ Constante-Amores , author A. J. \ Fox , author C. E. P. \ De Jesús ,\ and\ author M. D. \ Graham ,\ https://doi.org/10.48550/arxiv.2407.16542 title Data-driven Koopman operator predictions of turbulent dynamics in models of shear flows , \ ( year 2024 ),\...

  39. [47]

    Mauroy \ and\ author J

    author author A. Mauroy \ and\ author J. Goncalves ,\ title title Linear identification of nonlinear systems: A lifting technique based on the Koopman operator , \ in\ https://doi.org/10.1109/CDC.2016.7799269 booktitle 2016 IEEE 55th Conference on Decision and Control ( CDC ) ...

  40. [48]

    Klus , author F

    author author S. Klus , author F. Nüske , author S. Peitz , author J.-H. \ Niemann , author C. Clementi ,\ and\ author C. Schütte ,\ title title Data-driven approximation of the Koopman generator: Model reduction, system identification, and control , \ https://doi.org/10.1016/...

  41. [49]

    Peitz , author S

    author author S. Peitz , author S. E. \ Otto ,\ and\ author C. W. \ Rowley ,\ title title Data- Driven Model Predictive Control using Interpolated Koopman Generators , \ https://doi.org/10.1137/20M1325678 journal journal SIAM Journal on Applied Dynamical Systems \ volume 19 ,\...

  42. [50]

    Guo , author M

    author author Y. Guo , author M. Schaller , author K. Worthmann ,\ and\ author S. Streif ,\ https://doi.org/10.48550/arxiv.2408.12277 title Modularized data-driven approximation of the Koopman operator and generator , \ ( year 2024 ),\ https://arxiv.org/abs/2408.12277 arxiv:24...

  43. [51]

    Racca \ and\ author L

    author author A. Racca \ and\ author L. Magri ,\ title title Data-driven prediction and control of extreme events in a chaotic flow , \ https://doi.org/10.1103/PhysRevFluids.7.104402 journal journal Physical Review Fluids \ volume 7 ,\ pages 104402 ( year 2022 ) ,\ note publis...

  44. [52]

    author author C. E. \ Pérez De Jesús \ and\ author M. D. \ Graham ,\ title title Data-driven low-dimensional dynamic model of Kolmogorov flow , \ https://doi.org/10.1103/PhysRevFluids.8.044402 journal journal Physical Review Fluids \ volume 8 ,\ pages 044402 ( year 2023 ) ,\ n...

  45. [53]

    author author A. J. \ Linot \ and\ author M. D. \ Graham ,\ title title Dynamics of a data-driven low-dimensional model of turbulent minimal Couette flow , \ https://doi.org/10.1017/jfm.2023.720 journal journal Journal of Fluid Mechanics \ volume 973 ,\ pages A42 ( year 2023 ) NoStop

  46. [54]

    author author C. R. \ Constante-Amores , author A. J. \ Linot ,\ and\ author M. D. \ Graham ,\ https://doi.org/10.48550/arxiv.2408.03135 title Dynamics of a Data - Driven Low - Dimensional Model of Turbulent Minimal Pipe Flow , \ ( year 2024 b ),\ https://arxiv.org/abs/2408.03...

  47. [55]

    author author C. R. \ Constante-Amores \ and\ author M. D. \ Graham ,\ title title Data-driven state-space and Koopman operator models of coherent state dynamics on invariant manifolds , \ https://doi.org/10.1017/jfm.2024.284 journal journal Journal of Fluid Mechanics \ volume...

  48. [56]

    Moehlis , author H

    author author J. Moehlis , author H. Faisst ,\ and\ author B. Eckhardt ,\ title title A low-dimensional model for turbulent shear flows , \ https://doi.org/10.1088/1367-2630/6/1/056 journal journal New Journal of Physics \ volume 6 ,\ pages 56 ( year 2004 ) NoStop

  49. [57]

    Moehlis , author H

    author author J. Moehlis , author H. Faisst ,\ and\ author B. Eckhardt ,\ title title Periodic Orbits and Chaotic Sets in a Low - Dimensional Model for Shear Flows , \ https://doi.org/10.1137/040606144 journal journal SIAM Journal on Applied Dynamical Systems \ volume 4 ,\ pag...

  50. [58]

    Viswanath ,\ @noop title Lyapunov exponents from random Fibonacci sequences to the Lorenz equations \ ( publisher Cornell University ,\ year 1998 ) NoStop

    author author D. Viswanath ,\ @noop title Lyapunov exponents from random Fibonacci sequences to the Lorenz equations \ ( publisher Cornell University ,\ year 1998 ) NoStop

  51. [59]

    Kaiser , author J

    author author E. Kaiser , author J. N. \ Kutz ,\ and\ author S. L. \ Brunton ,\ title title Data-driven discovery of Koopman eigenfunctions for control , \ https://doi.org/10.1088/2632-2153/abf0f5 journal journal Machine Learning: Science and Technology \ volume 2 ,\ pages 035...

  52. [60]

    Page \ and\ author R

    author author J. Page \ and\ author R. R. \ Kerswell ,\ title title Koopman mode expansions between simple invariant solutions , \ https://doi.org/10.1017/jfm.2019.686 journal journal Journal of Fluid Mechanics \ volume 879 ,\ pages 1--27 ( year 2019 ) NoStop

  53. [61]

    Cenedese , author J

    author author M. Cenedese , author J. Axås , author B. Bäuerlein , author K. Avila ,\ and\ author G. Haller ,\ title title Data-driven modeling and prediction of non-linearizable dynamics via spectral submanifolds , \ https://doi.org/10.1038/s41467-022-28518-y journal journal ...

  54. [62]

    Haller \ and\ author B

    author author G. Haller \ and\ author B. Kaszás ,\ title title Data-driven linearization of dynamical systems , \ https://doi.org/10.1007/s11071-024-10026-x journal journal Nonlinear Dynamics \ volume 112 ,\ pages 18639--18663 ( year 2024 ) NoStop

  55. [63]

    author author P. A. \ Srinivasan , author L. Guastoni , author H. Azizpour , author P. Schlatter ,\ and\ author R. Vinuesa ,\ title title Predictions of turbulent shear flows using deep neural networks , \ https://doi.org/10.1103/PhysRevFluids.4.054603 journal journal Physical...

  56. [64]

    Peyr \'e , author M

    author author G. Peyr \'e , author M. Cuturi , et al. ,\ title title Computational optimal transport: With applications to data science , \ @noop journal journal Foundations and Trends in Machine Learning \ volume 11 ,\ pages 355--607 ( year 2019 ) NoStop

  57. [65]

    Flamary , author N

    author author R. Flamary , author N. Courty , author A. Gramfort , author M. Z. \ Alaya , author A. Boisbunon , author S. Chambon , author L. Chapel , author A. Corenflos , author K. Fatras , author N. Fournier , author L. Gautheron , author N. T. \ Gayraud , author H. Janati ...

Pith tools

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