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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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)
- [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.
- [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.
- [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.
- [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.
- [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
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
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).
- 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.
- standard math Training data is sufficiently large, noise-free, and samples the natural measure so the EDMD least-squares approximation tracks the Koopman operator.
- domain assumption The neural network dictionary and linear output layer are expressive enough to represent the flow map or vector field.
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 from the paper (7 more)
Reference graph
Works this paper leans on
-
[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
work page 2018
-
[2]
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]
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]
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]
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]
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]
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]
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
-
[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
-
[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 ...
-
[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 ...
-
[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...
2021
- [13]
-
[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...
-
[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...
-
[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...
-
[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...
-
[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 ) ,\ ...
-
[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...
-
[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...
-
[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...
2022
-
[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...
2023
- [23]
-
[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...
-
[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...
-
[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 )\...
1993
-
[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...
1991
-
[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...
-
[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
1931
-
[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 ,\...
-
[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
2012
-
[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
2016
-
[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...
2019
-
[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 ...
-
[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
-
[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 ( ...
-
[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...
2020
- [38]
-
[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 ...
2020
-
[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...
2020
-
[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...
-
[42]
author author R. T. Q. \ Chen ,\ @noop title torchdiffeq , \ ( year 2018 ) NoStop
2018
-
[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 ...
-
[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 ...
-
[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 ...
2018 doi
- [46]
-
[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 ) ...
2016
-
[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/...
-
[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 ,\...
-
[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...
-
[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...
-
[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...
-
[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
2023 doi
-
[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...
-
[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...
2024 doi
-
[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
-
[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...
-
[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
1998
-
[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...
-
[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
2019 doi
-
[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 ...
-
[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
-
[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...
-
[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
2019
-
[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 ...
2021
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.