REVIEW 5 major objections 6 minor 54 references
Learning Effective Dynamics across Spatio-Temporal Scales of Complex Flows
T0 review · 5 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read Graph-LED learns effective dynamics of complex flows on unstructured meshes, forecasting cylinder and backward-facing step flows at 900x and 100x speedups.
desk verdict Graph-LED is a credible GNN-autoencoder-plus-transformer surrogate for 2D flows on unstructured meshes, but the headline near-wall accuracy claim rests on evidence the paper doesn't show. 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 Graph-LED, a two-part architecture. The spatial part is a mesh-based GNN autoencoder built from the message-passing layer of Eq. (7), where each node aggregates mean-updated edge features from its neighbors through MLPs with residual connections and layer normalization, and nearest-neighbor interpolation transfers field values between fine mesh coordinates and a coarse latent coordinate set. The temporal part is a multi-head attention transformer following the GPT-2 formulation, operating in the low-dimensional latent space with a sliding window of $N_{\mathrm{sw}}$ past states so the rollout is autoregressive and trained in the same autoregressive mode rather than by teacher forcing. The load-bearing design choice is the decoupling: the spatial models are fit first to reconstruct snapshots, and the temporal model is then fit to the latent trajectories those spatial models produce.
What would settle it
Run the same training procedure on the cylinder case with context lengths $N_{\mathrm{sw}} = 4, 8, 16, 32$, and $64$ and compare forecast error at $t=50$ and $t=100$; if the error keeps decreasing as the window grows beyond 32, the claim that a finite-memory latent model captures the effective dynamics is falsified.
Extended reading notes
Core claim
On its own terms, the paper's central claim is that a GNN-based encoder-decoder can reduce an irregular finite-volume mesh to a compact latent state (from 27,127 to 1,024 nodes for the cylinder and from 20,480 to 2,048 for the backward-facing step) without losing the information needed to evolve the flow, and that a GPT-2-style transformer can then autoregressively advance that latent state over long horizons with large time steps. The authors report that decoded forecasts match OpenFOAM in vorticity, pressure, wall shear stress, and lift and drag coefficients, and that the model reproduces the mean and variance of vorticity for the turbulent backward-facing step. They attribute the stability of the rollout to the decoupled design: the encoder and decoder are trained first to reconstruct snapshots, and the transformer is trained afterward on the resulting latent trajectories in a truly autoregressive manner, so no noise injection is needed.
Load-bearing premise
The forecast rests on a fixed-size sliding window: the transformer assumes the flow's effective dynamics are determined by the past $N_{\mathrm{sw}}=32$ latent states for the cylinder and $N_{\mathrm{sw}}=8$ for the step, and the paper does not test whether longer context changes the predictions.
Editorial extensions
If this is right
- Forecasts for the two test cases run at roughly 900 times (cylinder) and 100 times (backward-facing step) the speed of the OpenFOAM solver.
- Near-cylinder quantities such as pressure gradient, wall shear stress, and lift and drag coefficients are reported to match OpenFOAM, indicating that fine-scale information survives the latent bottleneck.
- The model predicts not only instantaneous fields but also the mean and variance of vorticity for the turbulent backward-facing step over one flow-through time.
- Because the encoder and decoder are graph-based and interpolation-based, the framework applies to variable-size and non-uniform meshes without requiring a uniform grid.
- The autoregressive transformer requires no noise injection for stable training, unlike the GNN temporal baselines compared in the paper.
Reading between the lines
- If the latent space genuinely carries the effective dynamics, the temporal transformer might transfer across nearby Reynolds numbers or mesh resolutions with only the encoder and decoder retrained; the paper does not test this.
- The sliding-window lengths (32 for the cylinder, 8 for the step) are fixed per problem without a sensitivity study, so a direct sweep of $N_{\mathrm{sw}}$ would reveal whether the latent dynamics are truly finite-memory.
- The graph formulation suggests a natural extension to three-dimensional and compressible flows, but the paper's evidence is limited to two incompressible two-dimensional test cases.
- Since the encoder is trained purely on reconstruction, an a-posteriori check relating reconstruction error in near-wall cells to forecast error would test whether the claimed small-scale accuracy comes from the latent dynamics or from the decoder.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces Graph-LED, a reduced-order modeling framework that combines a GNN-based autoencoder for spatial compression of unstructured mesh data with an attention-based transformer that evolves the latent state autoregressively. The authors validate the method on 2D incompressible flow past a cylinder at Re=696 and flow over a backward-facing step at Re=5000, reporting low relative errors for velocity, pressure, vorticity, and TKE, approximately 900x and 100x test-time speedups, and qualitative agreement of vorticity fields, wall quantities, and lift/drag coefficients. The central claim is that Graph-LED robustly forecasts spatio-temporal physics and accurately captures small-scale near-cylinder effects as well as the wake.
Significance. If supported by complete evidence, Graph-LED would be a useful contribution to data-driven reduced-order modeling for unstructured meshes: the architecture decouples expensive spatial compression from cheap latent temporal evolution, handles variable-size meshes, and reports large inference speedups with substantially lower errors than the MeshGraphNet and NNGraphNet baselines. The paper is also commendable for including a comparison table with multiple metrics, a memory estimate, and explicit hyperparameter details. However, the current manuscript provides no code or data, no error bars or repeated seeds, no quantitative error table for the backward-facing step, and no spatial decomposition of reconstruction versus forecast error; these gaps matter because the headline claims concern small-scale accuracy at selected wall locations.
major comments (5)
- [§2.3.3, §3.1, Eq. (15)] The autoencoder is trained solely on snapshot reconstruction (Eq. 15) before the transformer is trained (Eq. 16), so the end-to-end RRMSE in Table 1 is bounded below by the decoder error applied to the true latent trajectory, and the paper does not report this lower bound. Because the abstract's claim of 'small-scale effects close to the cylinder' hinges on near-wall resolution, please report per-region reconstruction error (e.g., boundary-layer cells adjacent to the cylinder) and separate the contributions of encoder-decoder and temporal model to the total error.
- [§3.2, Figs. 7, 10, 11] The backward-facing step section provides only qualitative vorticity fields and mean/std profiles, with no quantitative error metrics analogous to Table 1. The paper states that Graph-LED shows 'reasonably good performance' over one flow-through time, but no numbers or thresholds are given; please add quantitative errors for velocity, pressure, and vorticity over the test rollout and explicitly define the forecast horizon in flow-through times.
- [Table 1, §3.1, §3.2] All reported errors are single point estimates from one test initialization; no repeated seeds or multiple test initial conditions are shown. The empirical claim of robustness requires at least a small ensemble with mean and spread; please include error bars or per-seed tables and state how many test initial conditions are used.
- [Eq. (14), Eq. (16), Eq. (17)] There is an inconsistency in the definition of the temporal model: Eq. (14) defines Fr:(Z0,wFr) -> {Z1,...,ZNt} with no parameter input, while Eq. (16) trains Fr(µi, Z*i,0, wFr) and Eq. (17) evaluates Fr(µi, Zi,0, wFr). The phrase 'keep the parameter-dependent vector' in Eq. (14) suggests conditioning on µ is intended, but the sliding-window sets S_j do not show it; please clarify how µ enters the transformer and make the notation consistent.
- [§E, Eq. (14)] The finite-memory assumption in the latent space is a structural modeling choice (Nsw=32 for the cylinder, Nsw=8 for the backward-facing step) that is never tested. Since the transformer's window length determines which temporal dependencies can be captured, a sensitivity study with different Nsw, or at least a diagnostic comparing performance against window length, is needed to substantiate the claim that the learned latent dynamics are effective.
minor comments (6)
- [Eq. (15)] The Encoder call lists the coordinate set X_i^1 twice; it should presumably be Encoder(G*, X_i^1, X_i^2, wEncoder) to match Eq. (9).
- [Appendix B] The nearest-neighbor interpolation method is attributed to reference [41] in Appendix B, while Section 2.3.2 cites reference [46]; please correct the citation.
- [Fig. 8 caption] The caption defines τθ = µ(∂(v·n)/∂n)|θ but does not define n or θ; please add definitions of the normal vector and the angular coordinate.
- [§3.1] The first paragraph contains the typo 'accuractly' (should be 'accurately').
- [§3.1] The sentence 'Training (4500 snapshots) and testing (500 snapshots)' is ambiguous; please clarify whether these are time steps of a single trajectory or separate trajectories and initial conditions.
- [Table 1] The 'Memory per State' entry of 2MB lacks context; please specify the mesh size, the latent dimension, and how the memory is measured.
Circularity Check
No significant circularity: Graph-LED is an empirical forecasting pipeline whose reported errors are measured against held-out OpenFOAM snapshots, and no prediction reduces by construction to a fitted value.
full rationale
Graph-LED is an empirical surrogate-modeling paper, not a derivation from first principles, so the circularity tests apply mainly to whether any claimed prediction is forced by definition, fitting, or self-citation. The spatial autoencoder is trained with the reconstruction loss in Eq. (15) on training snapshots, and the temporal transformer is trained with the latent-space loss in Eq. (16) on encoded training snapshots. Forecasts are then evaluated on held-out OpenFOAM data: Table 1 reports RRMSE, FID, and CRPS over 100 prediction steps for the cylinder, and Figures 5, 7, 8, 9, 10, and 11 compare vorticity, wall quantities, and statistical moments against OpenFOAM. None of these quantities is a refit of the reported test outputs; the test data are not used in either loss function. The abstract's claim about near-cylinder small scales is supported qualitatively by Figures 8 and 9, and although the paper does not separate reconstruction error from forecast error, that is a support-strength or evaluation-completeness concern, not a circularity concern. The self-citations present, such as Refs. [33] and [49], are used as related-work context or as a comparison baseline, not as load-bearing evidence for the current results. There is no imported uniqueness theorem, no ansatz smuggled in via citation, and no renaming of a known empirical pattern as a new organization. The conclusion's acknowledgment of error propagation as a limitation is consistent with the empirical framing and does not indicate that any result is equivalent to its input by construction.
Assumptions & free parameters
free parameters (4)
- Latent dimensionality (cylinder) =
1024 points
- Latent dimensionality (backward-facing step) =
2048 points
- Transformer context length =
32 for cylinder, 8 for backward-facing step
- GNN depth and hidden width =
3 or 5 GNN layers, 128 hidden units
assumptions (5)
- domain assumption Navier-Stokes equations with constant density and viscosity are the governing model (Eqs. 1 and 2).
- domain assumption OpenFOAM solutions are treated as ground truth (Section 3.1, Section 3.2).
- ad hoc to paper A GNN autoencoder trained purely on reconstruction loss preserves dynamics-relevant information (Section 2.3.3 and Appendix C).
- ad hoc to paper Latent dynamics is a finite-memory Markov process with window length Nsw (Eq. 14 and Appendix E).
- ad hoc to paper Nearest-neighbor interpolation is sufficient for coordinate reduction and recovery (Section 2.3.2 and Appendix B).
Cite this review
Pith. "Pith review of Learning Effective Dynamics across Spatio-Temporal Scales of Complex Flows." pith.science (2026). https://pith.science/paper/RJ6YAO6C
@misc{pith2026250207990,
author = {Pith},
title = {Pith review of: Learning Effective Dynamics across Spatio-Temporal Scales of Complex Flows},
year = {2026},
howpublished = {\url{https://pith.science/paper/RJ6YAO6C}},
note = {Machine review of arXiv:2502.07990}
}
read the original abstract
Modeling and simulation of complex fluid flows with dynamics that span multiple spatio-temporal scales is a fundamental challenge in many scientific and engineering domains. Full-scale resolving simulations for systems such as highly turbulent flows are not feasible in the foreseeable future, and reduced-order models must capture dynamics that involve interactions across scales. In the present work, we propose a novel framework, Graph-based Learning of Effective Dynamics (Graph-LED), that leverages graph neural networks (GNNs), as well as an attention-based autoregressive model, to extract the effective dynamics from a small amount of simulation data. GNNs represent flow fields on unstructured meshes as graphs and effectively handle complex geometries and non-uniform grids. The proposed method combines a GNN based, dimensionality reduction for variable-size unstructured meshes with an autoregressive temporal attention model that can learn temporal dependencies automatically. We evaluated the proposed approach on a suite of fluid dynamics problems, including flow past a cylinder and flow over a backward-facing step over a range of Reynolds numbers. The results demonstrate robust and effective forecasting of spatio-temporal physics; in the case of the flow past a cylinder, both small-scale effects that occur close to the cylinder as well as its wake are accurately captured.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Multiscale model for turbulent flows.AIAA journal, 26(11):1311–1320, 1988
David C Wilcox. Multiscale model for turbulent flows.AIAA journal, 26(11):1311–1320, 1988
work page 1988
-
[2]
Exposure science in the 21st century: a vision and a strategy
National Research Council, Division on Earth, Life Studies, Board on Environmental Studies, Committee on Human, and Environmental Exposure Science in the 21st Century. Exposure science in the 21st century: a vision and a strategy. 2012
work page 2012
-
[3]
Theimpactofsubmesoscalephysicsonprimaryproductivityofplankton
AmalaMahadevan. Theimpactofsubmesoscalephysicsonprimaryproductivityofplankton. Annual review of marine science, 8(1):161–184, 2016
work page 2016
-
[4]
Multiscale modeling in biomechanics and mechanobiology
Suvranu De, Wonmuk Hwang, and Ellen Kuhl. Multiscale modeling in biomechanics and mechanobiology. Springer, 2015
work page 2015
-
[5]
GraceCYPeng,MarkAlber,AdrianBuganzaTepole,WilliamRCannon,SuvranuDe,Savador Dura-Bernal, Krishna Garikipati, George Karniadakis, William W Lytton, Paris Perdikaris, et al. Multiscale modeling meets machine learning: What can we learn?Archives of Com- putational Methods in Engineering, 28:1017–1037, 2021
work page 2021
-
[6]
GalBerkooz,PhilipHolmes,andJohnLLumley. Theproperorthogonaldecompositioninthe analysis of turbulent flows.Annual review of fluid mechanics, 25(1):539–575, 1993
work page 1993
-
[7]
Data-driven operator inference for nonintrusive projection-based model reduction
Benjamin Peherstorfer and Karen Willcox. Data-driven operator inference for nonintrusive projection-based model reduction. Computer Methods in Applied Mechanics and Engineering, 306:196–215, 2016
work page 2016
-
[8]
Nonlinear em- beddings for conserving hamiltonians and other quantities with neural galerkin schemes
Paul Schwerdtner, Philipp Schulze, Jules Berman, and Benjamin Peherstorfer. Nonlinear em- beddings for conserving hamiltonians and other quantities with neural galerkin schemes. SIAM Journal on Scientific Computing, 46(5):C583–C607, 2024
work page 2024
Show all 54 references
-
[9]
Learning mesh-based simulation with graph networks.arXiv preprint arXiv:2010.03409, 2020
Tobias Pfaff, Meire Fortunato, Alvaro Sanchez-Gonzalez, and Peter W Battaglia. Learning mesh-based simulation with graph networks.arXiv preprint arXiv:2010.03409, 2020
2010 arXiv
-
[10]
Physical design using differentiable learned simulators
Kelsey R Allen, Tatiana Lopez-Guevara, Kimberly Stachenfeld, Alvaro Sanchez-Gonzalez, Pe- ter Battaglia, Jessica Hamrick, and Tobias Pfaff. Physical design using differentiable learned simulators. arXiv preprint arXiv:2202.00728, 2022
2022 arXiv
-
[11]
Learning to simulate complex physics with graph networks
Alvaro Sanchez-Gonzalez, Jonathan Godwin, Tobias Pfaff, Rex Ying, Jure Leskovec, and Peter Battaglia. Learning to simulate complex physics with graph networks. InInternational Confer- ence on Machine Learning, pages 8459–8468. PMLR, 2020
2020
-
[12]
Conditionally parameterized, discretization-awareneuralnetworksformesh-basedmodelingofphysicalsystems
Jiayang Xu, Aniruddhe Pradhan, and Karthikeyan Duraisamy. Conditionally parameterized, discretization-awareneuralnetworksformesh-basedmodelingofphysicalsystems. Advances in Neural Information Processing Systems, 34:1634–1645, 2021
2021
-
[13]
Graph element networks: adaptive, structured computa- tion and memory
Ferran Alet, Adarsh Keshav Jeewajee, Maria Bauza Villalonga, Alberto Rodriguez, Tomas Lozano-Perez, and Leslie Kaelbling. Graph element networks: adaptive, structured computa- tion and memory. InInternational Conference on Machine Learning, pages 212–222. PMLR, 2019
2019
-
[14]
End-to-end differentiable physics for learning and control.Advances in neural information pro- cessing systems, 31, 2018
Filipe de Avila Belbute-Peres, Kevin Smith, Kelsey Allen, Josh Tenenbaum, and J Zico Kolter. End-to-end differentiable physics for learning and control.Advances in neural information pro- cessing systems, 31, 2018. 10
2018
-
[15]
Graph networks as learnable physics engines for inferenceandcontrol
Alvaro Sanchez-Gonzalez, Nicolas Heess, Jost Tobias Springenberg, Josh Merel, Martin Ried- miller, Raia Hadsell, and Peter Battaglia. Graph networks as learnable physics engines for inferenceandcontrol. In InternationalConferenceonMachineLearning ,pages4470–4479.PMLR, 2018
2018
-
[16]
Modelingthedynamicsofpdesystemswithphysics- constrained deep auto-regressive networks.Journal of Computational Physics, 403:109056, 2020
NicholasGenevaandNicholasZabaras. Modelingthedynamicsofpdesystemswithphysics- constrained deep auto-regressive networks.Journal of Computational Physics, 403:109056, 2020
2020
-
[17]
Learned coarse models for efficient turbulence simulation.arXiv preprint arXiv:2112.15275, 2021
Kimberly Stachenfeld, Drummond B Fielding, Dmitrii Kochkov, Miles Cranmer, Tobias Pfaff, Jonathan Godwin, Can Cui, Shirley Ho, Peter Battaglia, and Alvaro Sanchez-Gonzalez. Learned coarse models for efficient turbulence simulation.arXiv preprint arXiv:2112.15275, 2021
2021 arXiv
-
[18]
Professor forcing: A new algorithm for training recurrent net- works
AlexMLamb,AnirudhGoyalALIASPARTHGOYAL,YingZhang,SaizhengZhang,AaronC Courville, and Yoshua Bengio. Professor forcing: A new algorithm for training recurrent net- works. Advances in neural information processing systems, 29, 2016
2016
-
[19]
Data-driven forecasting of high-dimensional chaotic systems with long short-term memory networks
PantelisRVlachas,WonminByeon,ZhongYWan,ThemistoklisPSapsis,andPetrosKoumout- sakos. Data-driven forecasting of high-dimensional chaotic systems with long short-term memory networks. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, 474(2213):...
2018
-
[20]
Phycrnet: Physics-informed convolutional-recurrentnetworkforsolvingspatiotemporalpdes
PuRen,ChengpingRao,YangLiu,Jian-XunWang,andHaoSun. Phycrnet: Physics-informed convolutional-recurrentnetworkforsolvingspatiotemporalpdes. ComputerMethodsinApplied Mechanics and Engineering, 389:114399, 2022
2022
-
[21]
Transformers for modeling physical systems.Neural Networks, 146:272–289, 2022
Nicholas Geneva and Nicholas Zabaras. Transformers for modeling physical systems.Neural Networks, 146:272–289, 2022
2022
-
[22]
Long short-term memory.Neural computation, 9 (8):1735–1780, 1997
Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory.Neural computation, 9 (8):1735–1780, 1997
1997
-
[23]
Attention is all you need.Advances in neural information processing systems, 30, 2017
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need.Advances in neural information processing systems, 30, 2017
2017
-
[24]
Deep learning for universal linear em- beddings of nonlinear dynamics.Nature communications, 9(1):1–10, 2018
Bethany Lusch, J Nathan Kutz, and Steven L Brunton. Deep learning for universal linear em- beddings of nonlinear dynamics.Nature communications, 9(1):1–10, 2018
2018
-
[25]
A deeplearningenablerfornonintrusivereducedordermodelingoffluidflows
Suraj Pawar, SM Rahman, H Vaddireddy, Omer San, Adil Rasheed, and Prakash Vedula. A deeplearningenablerfornonintrusivereducedordermodelingoffluidflows. PhysicsofFluids , 31(8):085101, 2019
2019
-
[26]
Modelreductionofdynamicalsystemsonnonlinearman- ifolds using deep convolutional autoencoders.Journal of Computational Physics, 404:108973, 2020
KookjinLeeandKevinTCarlberg. Modelreductionofdynamicalsystemsonnonlinearman- ifolds using deep convolutional autoencoders.Journal of Computational Physics, 404:108973, 2020
2020
-
[27]
Machine-learning-based reduced-ordermodelingforunsteadyflowsaroundbluffbodiesofvariousshapes
Kazuto Hasegawa, Kai Fukami, Takaaki Murata, and Koji Fukagata. Machine-learning-based reduced-ordermodelingforunsteadyflowsaroundbluffbodiesofvariousshapes. Theoretical and Computational Fluid Dynamics, 34(4):367–383, 2020
2020
-
[28]
Nonlinearmodedecompositionwithconvo- lutional neural networks for fluid dynamics.Journal of Fluid Mechanics, 882, 2020
TakaakiMurata,KaiFukami,andKojiFukagata. Nonlinearmodedecompositionwithconvo- lutional neural networks for fluid dynamics.Journal of Fluid Mechanics, 882, 2020
2020
-
[29]
Recurrentneuralnetworksandkoopman-basedframeworksfortemporalpredictionsinalow- order model of turbulence.International Journal of Heat and Fluid Flow, 90:108816, 2021
Hamidreza Eivazi, Luca Guastoni, Philipp Schlatter, Hossein Azizpour, and Ricardo Vinuesa. Recurrentneuralnetworksandkoopman-basedframeworksfortemporalpredictionsinalow- order model of turbulence.International Journal of Heat and Fluid Flow, 90:108816, 2021. 11
2021
-
[30]
Pierre Jacquier, Azzedine Abdedou, Vincent Delmas, and Azzeddine Soulaïmani. Non- intrusive reduced-order modeling using uncertainty-aware deep neural networks and proper orthogonal decomposition: application to flood modeling.Journal of Computational Physics, 424:109854, 2021
2021
-
[31]
Convolutional neuralnetworksforfluidflowanalysis: towardeffectivemetamodelingandlowdimensional- ization
Masaki Morimoto, Kai Fukami, Kai Zhang, Aditya G Nair, and Koji Fukagata. Convolutional neuralnetworksforfluidflowanalysis: towardeffectivemetamodelingandlowdimensional- ization. Theoretical and Computational Fluid Dynamics, 35(5):633–658, 2021
2021
-
[32]
Pod-dl-rom: enhancing deep learning-based reduced ordermodelsfornonlinearparametrizedpdesbyproperorthogonaldecomposition
Stefania Fresca and Andrea Manzoni. Pod-dl-rom: enhancing deep learning-based reduced ordermodelsfornonlinearparametrizedpdesbyproperorthogonaldecomposition. Computer Methods in Applied Mechanics and Engineering, 388:114181, 2022
2022
-
[33]
Mul- tiscale simulations of complex systems by learning their effective dynamics.Nature Machine Intelligence, 4(4):359–366, 2022
Pantelis R Vlachas, Georgios Arampatzis, Caroline Uhler, and Petros Koumoutsakos. Mul- tiscale simulations of complex systems by learning their effective dynamics.Nature Machine Intelligence, 4(4):359–366, 2022
2022
-
[34]
Data-driven reduced order model with temporal convolutional neural network
Pin Wu, Junwu Sun, Xuting Chang, Wenjie Zhang, Rossella Arcucci, Yike Guo, and Christo- pher C Pain. Data-driven reduced order model with temporal convolutional neural network. Computer Methods in Applied Mechanics and Engineering, 360:112766, 2020
2020
-
[35]
Deepneu- ral networks for nonlinear model order reduction of unsteady flows.Physics of Fluids, 32(10): 105104, 2020
HamidrezaEivazi,HadiVeisi,MohammadHosseinNaderi,andVahidEsfahanian. Deepneu- ral networks for nonlinear model order reduction of unsteady flows.Physics of Fluids, 32(10): 105104, 2020
2020
-
[36]
Reduced-order modeling of advection-dominated systems with recurrent neural networks and convolutional autoen- coders
Romit Maulik, Bethany Lusch, and Prasanna Balaprakash. Reduced-order modeling of advection-dominated systems with recurrent neural networks and convolutional autoen- coders. Physics of Fluids, 33(3):037106, 2021
2021
-
[37]
Unsteady reduced-ordermodelofflowovercylindersbasedonconvolutionalanddeconvolutionalneu- ral network structure.Physics of Fluids, 32(12):123609, 2020
Jiang-Zhou Peng, Siheng Chen, Nadine Aubry, Zhihua Chen, and Wei-Tao Wu. Unsteady reduced-ordermodelofflowovercylindersbasedonconvolutionalanddeconvolutionalneu- ral network structure.Physics of Fluids, 32(12):123609, 2020
2020
-
[38]
Multi-levelconvolutionalautoencodernetworksforpara- metric prediction of spatio-temporal dynamics.Computer Methods in Applied Mechanics and Engineering, 372:113379, 2020
JiayangXuandKarthikDuraisamy. Multi-levelconvolutionalautoencodernetworksforpara- metric prediction of spatio-temporal dynamics.Computer Methods in Applied Mechanics and Engineering, 372:113379, 2020
2020
-
[39]
Eigen-gnn: A graph structure preserving plug-in for gnns.IEEE Transactions on Knowledge and Data Engineering, 35(3):2544– 2555, 2021
Ziwei Zhang, Peng Cui, Jian Pei, Xin Wang, and Wenwu Zhu. Eigen-gnn: A graph structure preserving plug-in for gnns.IEEE Transactions on Knowledge and Data Engineering, 35(3):2544– 2555, 2021
2021
-
[40]
InSC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis, pages 1058–1070
Shivam Barwey, Riccardo Balin, Bethany Lusch, Saumil Patel, Ramesh Balakrishnan, Pinaki Pal,RomitMaulik,andVenkatramVishwanath.Scalableandconsistentgraphneuralnetworks for distributed mesh-based data-driven modeling. InSC24-W: Workshops of the International Conference for High...
2024
-
[41]
Gnumap: A parameter-free approach to unsu- perviseddimensionalityreductionviagraphneuralnetworks
Jihee You, So Won Jeong, and Claire Donnat. Gnumap: A parameter-free approach to unsu- perviseddimensionalityreductionviagraphneuralnetworks. arXivpreprintarXiv:2407.21236 , 2024
2024 arXiv
-
[42]
Interpretable a-posteriori error indication for graph neural network surrogate models.Computer Methods in Applied Mechanics and Engineer- ing, 433:117509, 2025
Shivam Barwey, Hojin Kim, and Romit Maulik. Interpretable a-posteriori error indication for graph neural network surrogate models.Computer Methods in Applied Mechanics and Engineer- ing, 433:117509, 2025
2025
-
[43]
The finite volume method in computational fluid dynamics, fluid mechanics and its applications.Cham: Springer, 113, 2016
F Moukalled, L Mangani, and M Darwish. The finite volume method in computational fluid dynamics, fluid mechanics and its applications.Cham: Springer, 113, 2016. 12
2016
-
[44]
Openfoam: Ac++libraryforcomplex physicssimulations
HrvojeJasak,AleksandarJemcov,ZeljkoTukovic,etal. Openfoam: Ac++libraryforcomplex physicssimulations. InInternationalworkshoponcoupledmethodsinnumericaldynamics ,volume 1000, pages 1–20. IUC Dubrovnik Croatia, 2007
2007
-
[45]
Layer normalization.arXiv preprint arXiv:1607.06450, 2016
Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton. Layer normalization.arXiv preprint arXiv:1607.06450, 2016
2016 arXiv
-
[46]
Pointnet++: Deephierarchical featurelearningonpointsetsinametricspace
CharlesRuizhongtaiQi,LiYi,HaoSu,andLeonidasJGuibas. Pointnet++: Deephierarchical featurelearningonpointsetsinametricspace. Advancesinneuralinformationprocessingsystems , 30, 2017
2017
-
[47]
Lan- guage models are unsupervised multitask learners.OpenAI blog, 1(8):9, 2019
AlecRadford,JeffreyWu,RewonChild,DavidLuan,DarioAmodei,IlyaSutskever,etal. Lan- guage models are unsupervised multitask learners.OpenAI blog, 1(8):9, 2019
2019
-
[48]
Multi-fidelity generative deep learning turbulent flows
Nicholas Geneva and Nicholas Zabaras. Multi-fidelity generative deep learning turbulent flows. arXiv preprint arXiv:2006.04731, 2020
2006 arXiv
-
[49]
NatureCommunications,15(1):8904,2024
HanGao,SebastianKaltenbach,andPetrosKoumoutsakos.Generativelearningforforecasting thedynamicsofhigh-dimensionalcomplexsystems. NatureCommunications,15(1):8904,2024
2024
-
[50]
Adam: Amethodforstochasticoptimization
DiederikPKingmaandJimmyBa. Adam: Amethodforstochasticoptimization. arXivpreprint arXiv:1412.6980, 2014
2014 arXiv
-
[51]
Neural message passing for quantum chemistry
JustinGilmer,SamuelSSchoenholz,PatrickFRiley,OriolVinyals,andGeorgeEDahl. Neural message passing for quantum chemistry. InInternational conference on machine learning, pages 1263–1272. PMLR, 2017
2017
-
[52]
Turbulentflows
StephenBPope. Turbulentflows. MeasurementScienceandTechnology ,12(11):2020–2021,2001
2020
-
[53]
Rethinkingfid: Towardsabetterevaluationmetricforimagegeneration
SadeepJayasumana,SrikumarRamalingam,AndreasVeit,DanielGlasner,AyanChakrabarti, andSanjivKumar. Rethinkingfid: Towardsabetterevaluationmetricforimagegeneration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 9307– 9315, 2024
2024
-
[54]
Decomposition of the continuous ranked probability score for ensemble pre- diction systems.Weather and Forecasting, 15(5):559–570, 2000
Hans Hersbach. Decomposition of the continuous ranked probability score for ensemble pre- diction systems.Weather and Forecasting, 15(5):559–570, 2000. 13 A. GNN Architecture - Training Details The success of Encoder and Decoder is inherently linked to the proper network weigh...
2000
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.