REVIEW 4 major objections 6 minor 58 references
Data-driven nonlinear modal identification of nonlinear dynamical systems with physics-constrained Normalizing Flows
T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Normalizing Flows can identify nonlinear normal modes from raw response data.
desk verdict Promising idea, but the losses don't enforce the NNM invariance property, and the validation is too weak to support the central claim; still worth a serious referee. 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 central object is a masked autoregressive flow: a stack of invertible bijectors that map a simple independent Gaussian distribution onto the data distribution, with the exact inverse serving as both encoder and decoder. Five physics losses carry the argument: negative log-likelihood for reconstruction, a correlation penalty driving latent coordinates toward independence, a dynamics-block residual enforcing that advancing in latent space matches the observed next state, a prediction loss in original coordinates, and a velocity loss pairing each modal displacement with its time derivative. In the flow-field case, POD supplies a low-dimensional input so the one-to-one flow can be applied, and the flow then removes the remaining nonlinear dependence between POD coordinates.
What would settle it
For the 2-DOF Duffing oscillator, compute the invariant manifolds numerically from the known equations, for example by solving for the Shaw–Pierre manifold, and compare them with the NF-identified modal coordinates; if the inferred manifolds differ by more than the reconstruction error, the identification claim fails.
Extended reading notes
Core claim
The paper claims that a masked autoregressive Normalizing Flow, trained on measured state trajectories with losses enforcing reconstruction, independence of latent coordinates, displacement–velocity consistency, and future-state evolution, identifies the nonlinear normal modes of an unknown nonlinear system together with an exact invertible transformation between physical and modal coordinates. In the flow-field case, applying the flow to the first ten POD coordinates yields two nonlinear modal coordinates whose two-coordinate reconstruction is orders of magnitude more accurate than POD with two coordinates. For the Duffing oscillator, transferring each latent pair back to physical space individually recovers the in-phase and out-of-phase invariant manifolds, whose curvature grows with energy as expected for NNMs.
Load-bearing premise
The load-bearing premise is that the latent coordinates, forced to be independent and to obey the displacement–velocity relation, actually coincide with the nonlinear normal modes of the underlying system, and, in the flow-field case, that the ten retained POD modes preserve enough information for two latent coordinates to reconstruct the full field.
Editorial extensions
If this is right
- Nonlinear normal modes can be identified from measured responses alone, without a closed-form model, for weakly nonlinear multi-degree-of-freedom systems.
- A single invertible network serves as both encoder and decoder, so the nonlinear modal transformation is exact rather than approximated, enabling accurate single-mode reconstructions.
- With the same number of retained coordinates, the learned flow coordinates reconstruct cylinder wake fields with orders-of-magnitude lower error than POD.
- Embedding the dynamics in latent modal coordinates supports recursive long-horizon prediction of the original response.
Reading between the lines
- If the latent coordinates are true NNMs, the same framework could build reduced-order models and controllers directly from sensor data, bypassing equation discovery.
- A direct testable extension is to compare the identified manifolds against spectral submanifold theory for a benchmark oscillator, which would settle whether the independence and velocity losses pin down the physical NNMs uniquely.
- The one-to-one mapping limitation suggests that for very high-dimensional systems the POD preprocessing step may control accuracy; the paper's results do not yet establish how many retained POD modes are needed.
- The stated assumption of no internal resonance means the method may conflate modes in resonant regimes; a natural extension is to add frequency-separation or interaction terms to the loss.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a data-driven framework based on normalizing flows (NF) for identifying nonlinear normal modes (NNMs) and the nonlinear modal transformation directly from measured response data. The method trains a masked autoregressive flow to map original state coordinates to latent coordinates, with additional loss terms enforcing statistical independence, the displacement-velocity kinematic relation, and consistency with a learned dynamics block. The framework is demonstrated on a 2-DOF Duffing oscillator and on flow past a cylinder (with POD pre-processing). The authors claim that the identified latent coordinates are NNMs and that they provide more accurate representation than POD with the same number of coordinates.
Significance. The idea of leveraging the invertibility and independence properties of normalizing flows for nonlinear modal identification is interesting and potentially useful for black-box system identification. The use of a dynamics block for recursive prediction is a positive feature, as is the attempt to quantify nonlinear dependence via mutual information in the flow case. However, the central claim that the latent coordinates are NNMs is not rigorously supported: the loss functions do not enforce the invariant-manifold property that defines NNMs, and the validation is mostly qualitative. The quantitative comparison with POD is also not like-for-like, and the hyperparameters were tuned on test error. If the authors can provide independent verification against analytical NNMs and fair baselines, the method could be a valuable contribution to nonlinear modal analysis.
major comments (4)
- [Section 3.1, Eq. (7) and Eq. (11), Section 4.2.3] The loss functions used in the framework do not enforce the defining property of NNMs, namely the invariance of the two-dimensional (p_i, q_i) modal subspaces under the flow. The correlation loss Lcorr only enforces statistical independence of the instantaneous latent variables, and the dynamics block G is a dense MLP with no block-diagonal constraint, so it is free to mix all latent coordinates. Consequently, the identified latent coordinates can be any invertible nonlinear coordinate system that factorizes the data distribution, not necessarily the Shaw-Pierre NNMs. The manuscript provides only qualitative validation (Fig. 8 and the remark that Fig. 10 is 'in agreement with analytical results [51]') with no quantitative comparison against analytically computed NNMs or invariant manifolds. To support the central claim that the method identifies NNMs, the authors should compare the identified latent coordinates and their dynamics with reference NNMs computed from the known equations (e.g., via continuation or shooting) and report a quantitative error measure.
- [Section 5.2, Table 3] The comparison between NF and POD reconstruction is not a like-for-like comparison. The NF is trained on 10 POD modal coordinates (Section 4.2.2) and then evaluated using 2 latent coordinates with the remaining 8 set to zero, whereas the POD reconstruction uses only 2 POD modes. The NF latent coordinates are nonlinear functions of all 10 POD coordinates, so the comparison conflates the effect of the nonlinear transformation with the additional information provided by the 10 modes. To fairly assess representation power with the same number of coordinates, the NF should be trained on the first 2 POD coordinates only, or the POD reconstruction should be given the same information (e.g., 10 modes then truncated to 2 via a linear projection). Without such a controlled comparison, the claim that NF 'achieves much higher reconstruction accuracy than POD' (Section 5.2) is not established.
- [Section 4.2.3 and Table 1] The hyperparameters, including the loss weights in Table 1, were selected to minimize testing error, as stated in Section 4.2.3. This makes the reported performance (e.g., Table 3 and Fig. 11) an in-sample evaluation rather than a clean out-of-sample test, and the quantitative claims are subject to selection bias. The authors should describe a proper validation procedure (e.g., a separate validation set or cross-validation) and report performance on a held-out test set that was not used for any hyperparameter selection. In particular, the prediction accuracy shown in Fig. 11(b) should be reported with quantitative error metrics over the prediction horizon, not only by visual inspection.
- [Section 3.2 and Section 5.2] The abstract and introduction claim that the approach identifies NNMs 'using measured response data only' for a wide range of physical systems, but the flow-field case study only performs nonlinear mode decomposition; no dynamics block, velocity constraint, or NNM identification is attempted for the flow (Section 3.2 explicitly states that the focus is on decomposition rather than prediction and dynamics). This overstates the generality of the central claim. The authors should either restrict the claim to the Duffing-type systems for which dynamics are identified, or extend the flow experiment to include dynamics and verify that the latent coordinates of the flow satisfy the defining properties of NNMs.
minor comments (6)
- [Section 4.2.1] In the sentence describing the dynamics block, 'predicate' should be 'predict'; also, the notation for the recursive loss in Eq. (13) is unclear about how the composition of G is implemented in practice and what value of m is used.
- [Section 5.1] There are typos: 'presentd' should be 'presented' and 'invertable' should be 'invertible'. In addition, the text in Section 5.1 refers to Fig. 7 before it is introduced; please check the figure ordering.
- [Section 4.2.2 and Eq. (11)] The notation in Eq. (11) is ambiguous: the sum over sample indices uses both 's' and 'ns' inconsistently, and the definition of the correlation matrix Corr (e.g., Pearson correlation over time) is not explicitly given. Please clarify how Corr is computed for the displacement and velocity matrices.
- [Section 5.2] The mutual information values are mentioned qualitatively ('the mutual information value indicates that they are dependent') but no numerical values are reported. Consider reporting the MI before and after the NF layers to quantitatively demonstrate the reduction in nonlinear dependence.
- [Section 2.1] The term 'Jacobean' should be 'Jacobian'; also, the paper alternates between 'NF' and 'Normalizing Flows' without a consistent abbreviation style, which is a minor readability issue.
- [Section 6] The limitations paragraph acknowledges training instability, computational cost, limited energy range, and the absence of internal resonance, but it does not acknowledge the lack of independent verification that the latent coordinates are NNMs or the unfairness of the POD comparison. These limitations should be stated explicitly.
Circularity Check
NNM identification is partly self-definitional: the latent coordinates are trained to satisfy the imposed independence and velocity-pairing losses and then declared to be NNMs on the basis of those same imposed properties; test-error-based hyperparameter selection additionally makes the reported prediction a circular validation.
-
self definitional
[Section 3.1 (Eq. 7); Section 4.2.1, Eq. (9), Eq. (11), Eq. (15)]
"The intrinsic modal coordinates are denoted as Z0 which are identified as the NNMs when integrating their physics constraints with the presented deep learning-based data-driven system identification framework. ... modal-uncorrelated loss functions are presented as follows ( Lcorr): ... ||Corr (q) , In×n|| ... To enforce NNMs-NF-DNN to learn under this constraint, a corresponding loss function is integrated: Lvel = ... || ∆pi/∆t , qi|| ..."
Z0 is trained with Lcorr (decorrelating p and q) and Lvel (forcing q = Δp/Δt), so these properties hold by construction. The paper then presents exactly those imposed properties as the identification of NNMs. No term in Eq. (9) enforces the Shaw-Pierre invariant-manifold/decoupling condition that defines an NNM, so the identification of Z0 as NNMs is a definitional relabeling of the constrained latent coordinates, not a result derived from the data. The 'physics constraints' used to validate the NNM label are the same constraints imposed during training.
-
fitted input called prediction
[Section 4.2.3 and Section 5.1 (Fig. 11)]
"We analyze the performance of DNN across a variety of training sessions (hyperparameters-tuning). It has been examined different sets of hyperparameters (weights of loss functions) and the results are based on the hyper-parameters associated with minimum testing errors (Table. 1)."
The loss-function weights are selected to minimize errors on the testing data, and the same testing data then provide the reported reconstruction and 499-step prediction errors (Fig. 11, Table 3). The 'prediction' is therefore evaluated on the data used for model selection; the hyperparameters are effectively fitted to the test set, so the reported predictive accuracy is not an independent, out-of-sample validation.
full rationale
The method is not globally circular: the Normalizing Flow is trained to reconstruct the response, the dynamics block G is trained to advance latent coordinates, and the 499-step recursive prediction is a real algorithmic task whose success is not guaranteed merely by the losses. The POD comparison in the flow case is also an external benchmark. However, the central claim that the learned latent coordinates are NNMs is self-definitional. The paper asserts that NNM invariance is characterized by NF independence and imposes independence and velocity-pairing through Lcorr and Lvel; it then presents those imposed properties as the identification of NNMs. The defining invariant-manifold property of NNMs is never enforced or independently verified; the only external check is a qualitative statement that Fig. 10 'is in agreement with analytical results [51]' with no quantitative error measure. In addition, hyperparameters are chosen by testing error, so the reported test-set prediction is contaminated. These issues make the NNM-identification claim partially circular, while the method itself retains independent predictive content; hence a score of 6 rather than 8-10.
Assumptions & free parameters
free parameters (4)
- Loss weights (alpha_N, alpha_evol, alpha_prd, alpha_corr, alpha_vel) =
1, 1000, 1000, 1, 1
- Learning rate =
1e-5
- NF architecture (layers, dense layers, neurons) =
Duffing: 6x3x256; flow: 8x3x512
- Number of POD modes retained for flow =
10
assumptions (3)
- ad hoc to paper The latent coordinates of a Normalizing Flow, when constrained by the correlation and velocity losses, correspond to the nonlinear normal modes of the underlying system.
- domain assumption The dynamics block G can be approximated by a 4-layer MLP with ReLU activation.
- domain assumption For the flow case, 10 POD modes contain enough information for the NF to learn the nonlinear dependencies.
Cite this review
Pith. "Pith review of Data-driven nonlinear modal identification of nonlinear dynamical systems with physics-constrained Normalizing Flows." pith.science (2026). https://pith.science/paper/6VPBLORJ
@misc{pith2026250114124,
author = {Pith},
title = {Pith review of: Data-driven nonlinear modal identification of nonlinear dynamical systems with physics-constrained Normalizing Flows},
year = {2026},
howpublished = {\url{https://pith.science/paper/6VPBLORJ}},
note = {Machine review of arXiv:2501.14124}
}
read the original abstract
Identifying the intrinsic coordinates or modes of the dynamical systems is essential to understand, analyze, and characterize the underlying dynamical behaviors of complex systems. For nonlinear dynamical systems, this presents a critical challenge as the linear modal transformation, which is universal for linear systems, does not apply to nonlinear dynamical systems. As natural extensions to linear normal modes,the nonlinear normal modes (NNMs) framework provides a comprehensive representation of nonlinear dynamics. Theoretically, NNMs may either be computed numerically or analytically from the closed-form models or equations of dynamical systems, or experimentally identified from controllable input-output tests, both of which, however, are typically unknown or unavailable practically. In this study, we present a physics-integrated Normalizing Flows deep learning-based data-driven approach which identifies the NNMs and the nonlinear modal transformation function of NNMs using measured response data only. Specifically, we leverage the unique features of the Normalizing Flows model: 1) the independent latent spaces, naturally spanned by the Normalizing Flows, are exploited to facilitate nonlinear modal decomposition; 2) the invertible transformation through the Normalizing Flows, enabling efficient and accurate nonlinear transformation between original and modal coordinates transformation. Therefore, our framework leverages the independency feature and invertibility of Normalizing Flows to create a model that captures the dynamics of unknown nonlinear dynamical systems.
Reference graph
Works this paper leans on
-
[51]
Maxime Peeters, Ga¨ etan Kerschen, and Jean- Claude Golinval. Modal testing of nonlinear vibrat- ing structures based on nonlinear normal modes: Experimental demonstration. Mechanical Systems and Signal Processing, 25(4):1227–1247, 2011
work page 2011
-
[1]
John Mallinckrodt, and Susan McKay
Steven Strogatz, Mark Friedman, A. John Mallinckrodt, and Susan McKay. Nonlinear Dy- namics and Chaos: With Applications to Physics, Biology, Chemistry, and Engineering. Computers in Physics , 8(5):532, jun 1994
work page 1994
-
[2]
Modal Analysis Theory and Testing
Ward Heylen, Stefan Lammens, and Paul Sas. Modal Analysis Theory and Testing. Technical re- port, 1997
work page 1997
-
[3]
Nonlinear nor- mal modes and spectral submanifolds: existence, uniqueness and use in model reduction
George Haller and Sten Ponsioen. Nonlinear nor- mal modes and spectral submanifolds: existence, uniqueness and use in model reduction. Nonlinear Dynamics, 86(3):1493–1534, 2016
work page 2016
-
[4]
Experimen- tal modal analysis for dynamic models of space- craft
Keiji Komatsu, Masaaki Sano, Takashi Kai, Akio Tsujihata, and Hidehiko Mitsuma. Experimen- tal modal analysis for dynamic models of space- craft. Journal of Guidance, Control, and Dynam- ics, 14(3):686–688, may 1991
work page 1991
-
[5]
Peter W. Likins. Modal method for analysis of free rotations of spacecraft. AIAA Journal , 5(7):1304– 1308, may 1967
work page 1967
-
[6]
C. Touz´ e, M. Amabili, and O. Thomas. Reduced- order models for large-amplitude vibrations of shells including in-plane inertia. Computer Meth- ods in Applied Mechanics and Engineering, 197(21- 24):2030–2045, apr 2008
work page 2008
- [7]
Show all 58 references
-
[8]
Castanier M.P. Bladh R. Component-mode-based reduced order modeling techniques for mistuned bladed disks-Part 1: Theoretical models. Jour- nal of Engineering for Gas Turbines and Power , 123(1):89–99, jan 2001
2001
-
[9]
Modern solutions for ground vibra- tion testing of large aircraft
Bart Peeters, Wim Hendricx, Jan Debille, and Hec- tor Climent. Modern solutions for ground vibra- tion testing of large aircraft. Sound and Vibration , 43(1):8–15, 2009
2009
-
[10]
A. F. Vakakis. Non-linear normal modes (NNMs) and their applications in vibration theory: An overview. Mechanical Systems and Signal Process- ing, 11(1):3–22, jan 1997
1997
-
[11]
Kerschen, M
G. Kerschen, M. Peeters, J. C. Golinval, and A. F. Vakakis. Nonlinear normal modes, Part I: A useful framework for the structural dynamicist. Mechan- ical Systems and Signal Processing , 23(1):170–194, jan 2009
2009
-
[12]
Independent component analysis: a tutorial introduction
James V Stone. Independent component analysis: a tutorial introduction. 2004
2004
-
[13]
Physical interpretation of independent compo- nent analysis in structural dynamics
Ga¨ etan Kerschen, Fabien Poncelet, and J-C Golin- val. Physical interpretation of independent compo- nent analysis in structural dynamics. Mechanical Systems and Signal Processing , 21(4):1561–1575, 2007
2007
-
[14]
Dynamic mode decom- position: data-driven modeling of complex systems
J Nathan Kutz, Steven L Brunton, Bingni W Brun- ton, and Joshua L Proctor. Dynamic mode decom- position: data-driven modeling of complex systems . SIAM, 2016. Title Suppressed Due to Excessive Length 17
2016
-
[15]
Dynamic mode decomposition of numerical and experimental data
Peter J Schmid. Dynamic mode decomposition of numerical and experimental data. Journal of fluid mechanics, 656:5–28, 2010
2010
-
[16]
Applications of the dynamic mode decom- position
Peter J Schmid, Larry Li, Matthew P Juniper, and O Pust. Applications of the dynamic mode decom- position. Theoretical and Computational Fluid Dy- namics, 25(1):249–259, 2011
2011
-
[17]
Spectral properties of dynamical sys- tems, model reduction and decompositions
Igor Mezi´ c. Spectral properties of dynamical sys- tems, model reduction and decompositions. Non- linear Dynamics, 41(1-3):309–325, aug 2005
2005
-
[18]
Analysis of Fluid Flows via Spectral Properties of the Koopman Operator
Igor Mezi´ c. Analysis of Fluid Flows via Spectral Properties of the Koopman Operator. Annual Re- view of Fluid Mechanics , 45(1):357–378, 2013
2013
-
[19]
B. O. Koopman. Hamiltonian Systems and Trans- formation in Hilbert Space. Proceedings of the National Academy of Sciences, 17(5):315–318, may 1931
1931
-
[20]
R. M. Rosenberg. The normal modes of nonlinear n-degree-of-freedom systems. Journal of Applied Mechanics, Transactions ASME , 29(1):7–14, mar 1960
1960
-
[21]
Nonlinear nor- mal modes, part i: A useful framework for the struc- tural dynamicist
Ga¨ etan Kerschen, Maxime Peeters, Jean-Claude Golinval, and Alexander F Vakakis. Nonlinear nor- mal modes, part i: A useful framework for the struc- tural dynamicist. Mechanical systems and signal processing, 23(1):170–194, 2009
2009
-
[22]
Analysis and identification of linear and nonlinear normal modes in vibrating systems
Alexander F Vakakis. Analysis and identification of linear and nonlinear normal modes in vibrating systems. California Institute of Technology, 1991
1991
-
[23]
A higher order approximation for non-linear normal modes in two degree of free- dom systems
Richard H Rand. A higher order approximation for non-linear normal modes in two degree of free- dom systems. International Journal of Non-Linear Mechanics, 6(4):545–547, 1971
1971
-
[24]
Non-linear normal modes and invariant manifolds
Steven Shaw and Christophe Pierre. Non-linear normal modes and invariant manifolds. Journal of sound and Vibration , 150(1):170–173, 1991
1991
-
[25]
Normal modes for non-linear vibratory systems
Steven W Shaw and Christophe Pierre. Normal modes for non-linear vibratory systems. Journal of sound and vibration , 164(1):85–124, 1993
1993
-
[26]
S. W. Shaw and C. Pierre. Normal Modes for Non- Linear Vibratory Systems. Journal of Sound and Vibration, 164(1):85–124, jun 1993
1993
-
[27]
Kuether and Matthew S
Robert J. Kuether and Matthew S. Allen. A numer- ical approach to directly compute nonlinear nor- mal modes of geometrically nonlinear finite element models. Mechanical Systems and Signal Processing, 46(1):1–15, may 2014
2014
-
[28]
Peeters, R
M. Peeters, R. Vigui´ e, G. S´ erandour, G. Kerschen, and J. C. Golinval. Nonlinear normal modes, Part II: Toward a practical computation using numerical continuation techniques. Mechanical Systems and Signal Processing, 23(1):195–216, jan 2009
2009
-
[29]
Automated computation of autonomous spectral submanifolds for nonlinear modal analy- sis
Sten Ponsioen, Tiemo Pedergnana, and George Haller. Automated computation of autonomous spectral submanifolds for nonlinear modal analy- sis. Journal of Sound and Vibration , 420:269–295, apr 2018
2018
-
[30]
Universal approximation of an unknown mapping and its derivatives using multilayer feed- forward networks
Kurt Hornik, Maxwell Stinchcombe, and Halbert White. Universal approximation of an unknown mapping and its derivatives using multilayer feed- forward networks. Neural Networks, 3(5):551–560, jan 1990
1990
-
[31]
Threat of Ad- versarial Attacks on Deep Learning in Computer Vision: A Survey, feb 2018
Naveed Akhtar and Ajmal Mian. Threat of Ad- versarial Attacks on Deep Learning in Computer Vision: A Survey, feb 2018
2018
-
[32]
Nonlinear modal anal- ysis via non-parametric machine learning tools
Nikolaos Dervilis, Thomas E Simpson, David J Wagg, and Keith Worden. Nonlinear modal anal- ysis via non-parametric machine learning tools. Strain, 55(1):e12297, 2019
2019
-
[33]
Worden and P
K. Worden and P. L. Green. A machine learning approach to nonlinear modal analysis. Mechanical Systems and Signal Processing , 84:34–53, 2017
2017
-
[34]
Learning deep neural network representations for koopman operators of nonlinear dynamical sys- tems
Enoch Yeung, Soumya Kundu, and Nathan Ho- das. Learning deep neural network representations for koopman operators of nonlinear dynamical sys- tems. In Proceedings of the American Control Con- ference, volume 2019-July, pages 4832–4839. Insti- tute of Electrical and Electronics...
2019
-
[35]
Deep learning for universal linear em- beddings of nonlinear dynamics
Bethany Lusch, J Nathan Kutz, and Steven L Brunton. Deep learning for universal linear em- beddings of nonlinear dynamics. Nature communi- cations, 9(1):1–10, 2018
2018
-
[36]
Learning koopman invariant subspaces for dynamic mode decomposition
Naoya Takeishi, Yoshinobu Kawahara, and Take- hisa Yairi. Learning koopman invariant subspaces for dynamic mode decomposition. In Advances in Neural Information Processing Systems , pages 1130–1140, 2017
2017
-
[37]
Data-driven iden- tification of nonlinear normal modes via physics- integrated deep learning
Shanwu Li and Yongchao Yang. Data-driven iden- tification of nonlinear normal modes via physics- integrated deep learning. Nonlinear Dynamics , 106(4):3231–3246, 2021
2021
-
[38]
Imitationflow: Learning deep sta- ble stochastic dynamic systems by normalizing flows
Julen Urain, Michele Ginesi, Davide Tateo, and Jan Peters. Imitationflow: Learning deep sta- ble stochastic dynamic systems by normalizing flows. In 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages 5231–5237. IEEE, 2020
2020
-
[39]
Normalizing flows: An introduction and review of current methods
Ivan Kobyzev, Simon JD Prince, and Marcus A Brubaker. Normalizing flows: An introduction and review of current methods. IEEE transac- tions on pattern analysis and machine intelligence , 43(11):3964–3979, 2020
2020
-
[40]
Learning stable normalizing- 18 Abdolvahhab Rostamijavanani et al
Shahbaz Abdul Khader, Hang Yin, Pietro Falco, and Danica Kragic. Learning stable normalizing- 18 Abdolvahhab Rostamijavanani et al. flow control for robotic manipulation. In 2021 IEEE International Conference on Robotics and Automation (ICRA), pages 1644–1650. IEEE, 2021
2021
-
[41]
Probabilistic sur- rogate modeling of unsteady fluid dynamics using deep graph normalizing flows.Bulletin of the Amer- ican Physical Society, 2022
Luning Sun and Jian-Xun Wang. Probabilistic sur- rogate modeling of unsteady fluid dynamics using deep graph normalizing flows.Bulletin of the Amer- ican Physical Society, 2022
2022
-
[42]
Nice: Non-linear independent components estima- tion
Laurent Dinh, David Krueger, and Yoshua Bengio. Nice: Non-linear independent components estima- tion. arXiv preprint arXiv:1410.8516 , 2014
2014 arXiv
-
[43]
Density estimation using real nvp
Laurent Dinh, Jascha Sohl-Dickstein, and Samy Bengio. Density estimation using real nvp. arXiv preprint arXiv:1605.08803, 2016
2016 arXiv
-
[44]
Normalizing flows for probabilistic modeling and inference
George Papamakarios, Eric T Nalisnick, Danilo Jimenez Rezende, Shakir Mohamed, and Balaji Lakshminarayanan. Normalizing flows for probabilistic modeling and inference. J. Mach. Learn. Res., 22(57):1–64, 2021
2021
-
[45]
Generative adver- sarial networks
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adver- sarial networks. Communications of the ACM , 63(11):139–144, 2020
2020
-
[46]
Auto- encoding variational bayes
Diederik P Kingma and Max Welling. Auto- encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013
2013 arXiv
-
[47]
Nathan Kutz, and Steven L
Bethany Lusch, J. Nathan Kutz, and Steven L. Brunton. Deep learning for universal linear em- beddings of nonlinear dynamics. Nature Commu- nications, 9(1):4950, dec 2018
2018
-
[48]
Understand- ing the difficulty of training deep feedforward neu- ral networks
Xavier Glorot and Yoshua Bengio. Understand- ing the difficulty of training deep feedforward neu- ral networks. In Proceedings of the thirteenth in- ternational conference on artificial intelligence and statistics, pages 249–256. JMLR Workshop and Conference Proceedings, 2010
2010
-
[49]
Non-stationary random response of mdof duffing systems
JH Lin, J Wang, and YH Zhang. Non-stationary random response of mdof duffing systems. Shock and Vibration, 11(5-6):615–624, 2004
2004
-
[50]
On lyapunov control of the duffing equation
Henk Nijmeijer and Harry Berghuis. On lyapunov control of the duffing equation. IEEE Transactions on Circuits and Systems I: Fundamental theory and applications, 42(8):473–477, 1995
1995
-
[52]
Hidden fluid mechanics: Learning ve- locity and pressure fields from flow visualizations
Maziar Raissi, Alireza Yazdani, and George Em Karniadakis. Hidden fluid mechanics: Learning ve- locity and pressure fields from flow visualizations. Science, 367(6481):1026–1030, 2020
2020
-
[53]
Nonlinear mode decomposition with convolutional neural networks for fluid dynamics
Takaaki Murata, Kai Fukami, and Koji Fukagata. Nonlinear mode decomposition with convolutional neural networks for fluid dynamics. Journal of Fluid Mechanics, 882, 2020
2020
-
[54]
Turbulence, coherent struc- tures, dynamical systems and symmetry
Philip Holmes, John L Lumley, Gahl Berkooz, and Clarence W Rowley. Turbulence, coherent struc- tures, dynamical systems and symmetry . Cam- bridge university press, 2012
2012
-
[55]
Modal analysis of fluid flows: An overview
Kunihiko Taira, Steven L Brunton, Scott TM Daw- son, Clarence W Rowley, Tim Colonius, Beverley J McKeon, Oliver T Schmidt, Stanislav Gordeyev, Vassilios Theofilis, and Lawrence S Ukeiley. Modal analysis of fluid flows: An overview. Aiaa Journal, 55(12):4013–4041, 2017
2017
-
[56]
A geometric interpretation of darroch and ratcliff’s generalized iterative scaling
Imre Csiszar. A geometric interpretation of darroch and ratcliff’s generalized iterative scaling. The An- nals of Statistics , pages 1409–1413, 1989
1989
-
[57]
Ranking of smart building de- sign factors with efficient energy management sys- tems and renewable resources
Seyedehzahra Shafa. Ranking of smart building de- sign factors with efficient energy management sys- tems and renewable resources. Journal of Design Studio, 6(2):325–335, 2024
2024
-
[58]
Smart materials in green ar- chitecture: The role of etfe and phase change ma- terials in sustainable building design
Seyedehzahra Shafa. Smart materials in green ar- chitecture: The role of etfe and phase change ma- terials in sustainable building design. Journal of Design Studio , 6(2):383–395, 2024
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.