Pith. sign in

REVIEW 3 major objections 4 minor 45 references

Thermodynamics-informed graph neural networks for real-time simulation of digital human twins

T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read A graph neural network constrained by the GENERIC metriplectic structure predicts the response of a previously unseen liver anatomy in about 1.65 milliseconds.

desk verdict Solid application paper with a serious evaluation leakage: early stopping on the test set undermines the headline accuracy claims, but the benchmark and architecture work may still be worth a careful revision. read the letter →

arxiv 2412.12034 v1 pith:GZZFFYIH submitted 2024-12-16 cs.LG

classification cs.LG
keywords graphneuralnetworksGENERICmetriplecticstructuresofttissuesimulationdigitaltwinreal-timeinferenceliverbiomechanicsthermodynamics-informedmachinelearning
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper tries to show that a graph neural network can act as a real-time digital twin of a human liver, predicting how the organ deforms, moves, and stresses under surgical traction or compression loads. The key claim is that embedding the GENERIC thermodynamic structure into the network, by making each mesh node an open system that exchanges energy with its neighbours, keeps predictions physically consistent even on liver anatomies never seen in training. If correct, the work closes the speed gap between offline finite element simulation and interactive haptic surgery, with forward-pass inference in the single-digit milliseconds. The paper reports relative position errors below 0.15% and stress and velocity errors under 7%, with the physics-informed hybrid model consistently beating a vanilla graph network of equal size.

What carries the argument

The machinery is a multi-graph message-passing network combined with a nodal port-metriplectic implementation of GENERIC. GENERIC writes the time evolution of a dissipative system as $\dot z = L\,\partial E/\partial z + M\,\partial S/\partial z$, where $L$ is a skew-symmetric Poisson operator and $M$ a symmetric positive-semidefinite friction matrix; the paper reformulates this per node so each mesh node is an open subsystem exchanging energy with neighbours through graph edges. Instead of predicting $\dot z$ directly, the hybrid decoder outputs the local energy and entropy gradients and the flattened edge operators, then a reparametrization layer aggregates boundary contributions and assembles the update, with forward Euler integration rolling the state forward. This object carries the argument because thermodynamic consistency is built into the architecture itself rather than relying on the data alone.

What would settle it

Run the trained model on an ex vivo or in vivo liver under the same traction and compression protocols and compare measured surface displacement and stress with predictions; if positional or stress errors on the real organ exceed the reported 0.15% and 7% thresholds, then the accuracy claim is an artifact of the synthetic ground truth. A cheaper intermediate check is to rerun the finite element data with a heterogeneous, vascularized constitutive model and see whether the network's error on unseen anatomies stays below the reported bounds.

Watch

Extended reading notes

Core claim

The central discovery claimed is that a graph neural network whose decoder is forced to output the local building blocks of the metriplectic GENERIC evolution equation, per-node energy and entropy gradients plus per-edge friction and Poisson operators, rather than raw state derivatives, learns a dissipative soft-tissue simulator that is both faster and more stable than a data-only network. The imposed structure is enforced twice: softly through a degeneracy loss term in training, and strongly through the reparametrization that assembles the nodal update from the decoded blocks. On a test set of 190 simulations on an unseen fifth liver geometry, the hybrid model lowers rollout RMSE and RRMSE for position, velocity, and Cauchy stress, suppresses error spikes near loaded nodes and stress concentrators, and runs at up to 600 Hz for one-pass configurations. The authors interpret this as evidence that thermodynamic inductive biases improve extrapolation to unseen anatomy and load states, making patient-specific real-time simulation feasible.

Load-bearing premise

The load-bearing premise is that the synthetic finite element data, produced with a homogeneous Ogden-Prony constitutive model whose parameters come from literature, captures the true mechanical response of a real human liver; the paper explicitly omits vascularization and other anatomical features.

Editorial extensions

If this is right

  • Surgical simulators could get haptic feedback at more than 600 Hz, since one-pass models infer the full liver state in 1.65 ms.
  • A twin trained on four anatomies transfers to a fifth unseen anatomy with lower rollout errors than a vanilla graph network, so patient-specific deployment may not require per-patient retraining.
  • Imposing the metriplectic structure improves rollout stability, preventing stress-induced error spikes from corrupting position predictions over 20-time-step simulations.
  • The port-metriplectic locality removes the need to assemble global matrices $L$ and $M$, so the method can scale to finer meshes as message passing and hardware allow.

Reading between the lines

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

  • Because the synthetic ground truth is homogeneous and vascularization-free, the clinically relevant claim is untested; if real tissue response differs, the method still works as a simulator but not as a patient twin.
  • The same architecture could be applied to other viscoelastic soft tissues, since its tissue-specific content is confined to the training data and constitutive parameters, not the network design.
  • The observed quadratic scaling of inference time with message-passing steps suggests an adaptive scheme that varies pass count by region or required accuracy could push interactive rates on larger meshes.
  • The noise-injection training strategy contributes to rollout stability independently of the physics bias; ablating it separately would clarify how much of the stability comes from thermodynamics versus data augmentation.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 4 minor

Summary. The paper proposes a graph neural network surrogate for real-time simulation of human liver deformations. The architecture combines a central mesh graph with actuator subgraphs and augments a vanilla message-passing encoder-processor-decoder with a "metriplectic" decoder that outputs energy/entropy gradients and per-edge operators intended to realize a port-metriplectic (GENERIC) structure. Training uses synthetic finite element data from a homogeneous Ogden-Prony constitutive model, with noise-based data augmentation and both a vanilla and a hybrid (physics-informed) variant. On a test anatomy L5, the hybrid model reports lower RMSE/RRMSE than the vanilla baseline and inference times of about 1.65–7.3 ms in a forward pass. The abstract and conclusions claim generalization to previously unseen anatomies and thermodynamic consistency by construction.

Significance. If the accuracy and thermodynamic-compliance claims were rigorously established, this would be a valuable step toward real-time, patient-specific surgical simulation. The multi-graph scheme with actuator subgraphs and the explicit comparison against a parameter-matched vanilla baseline are well-targeted design choices, and reporting per-seed standard deviations in Tables 3–4 is good practice. However, the evaluation protocol uses the test set for early stopping and includes validation simulations in the test set, which invalidates the headline generalization numbers; the thermodynamic guarantee is neither formalized in the text nor empirically verified on test data; and the external validity is limited by the synthetic, homogeneous constitutive model. These issues are fixable in a revision, but they are central to the paper's claims.

major comments (3)
  1. [2.4] The evaluation protocol does not use a truly held-out test set. The text states that "the primary testing dataset is based on the 190 total simulations of L5, including those also used for validation to avoid biases" and that "weight selection for test inference is done through early stopping based on the mean relative rollout error across the complete test dataset." Because the test set is used for model selection, the RMSE/RRMSE values in Tables 3–4 and the rollout plots in Figures 7–10 are optimistically biased estimates of generalization to an unseen anatomy. Please re-run the evaluation with a disjoint validation split (for example, a subset of L5 simulations reserved for validation only) and report test metrics from the checkpoint selected on that validation split.
  2. [2.2.1 and 2.3.4] The claim that the metriplectic structure "ensures that the network satisfies thermodynamic principles during inference" is not supported by any formal guarantee or empirical verification. Equation (29) adds a soft loss Ldeg with lambda_d = 5, which encourages but does not enforce the degeneracy conditions (20)–(21), and the hard constraints mentioned in Figure 4 are not defined mathematically anywhere in the text: no explicit parameterization of L and M that guarantees skew-symmetry and positive semi-definiteness, nor any construction satisfying the degeneracy conditions, is provided. Please either specify the hard-constraint construction in detail or report test-time residuals of dE/dt, dS/dt, and the degeneracy conditions on the held-out anatomy; without this, the thermodynamic guarantee is not supported.
  3. [3.1, Eq. (34)] The RRMSE definition is ambiguous and potentially misleading. The denominator ||zref||^2_infinity is not defined; if it is the squared infinity norm of the entire reference state over all nodes and snapshots, then the metric is a global relative error and is not directly interpretable as a per-node relative error, which is how the abstract's "relative position errors below 0.15%" is phrased. Please clarify the normalization and, if appropriate, report per-snapshot or per-node relative errors as well.
minor comments (4)
  1. [Abstract] The phrase "soft and hard constrains" should be "soft and hard constraints."
  2. [Appendix A] There is a typo: "Terefore" should be "Therefore."
  3. [3.3, Figure 10] The label "Train" for rollout error on training data is not a generalization measure; consider renaming it (e.g., "Memorized (Train)") or removing it from the generalization comparison to avoid confusing memorization with extrapolation.
  4. [Appendix E, Table 5] Table 5 reports no standard deviations, unlike Tables 3–4; please add per-seed variation or state clearly that these are single-run results.

Circularity Check

2 steps flagged · score 5.0 of 10

Test set doubles as early-stopping selection set, so headline 'unseen anatomy' accuracy is a selection statistic; the 'thermodynamic guarantee' is inherited from same-group prior work.

  1. fitted input called prediction [Section 2.4 (Learning procedure and data properties); metrics reported in Section 3, Tables 3-4 and Figures 7-10]
    "For validation, 20% of the simulations from the remaining geometry (L5) are used. The primary testing dataset is based on the 190 total simulations of L5, including those also used for validation to avoid biases. [...] Training takes approximately two days on an RTX 3090, while weight selection for test inference is done through early stopping based on the mean relative rollout error across the complete test dataset."

    The reported 'Test' numbers are produced by a closed loop: the same L5 simulations that define the Test subset (explicitly including the validation simulations) are used to select the checkpoint via early stopping, and then the same simulations are reported as 'previously unseen' accuracy in Tables 3-4 and Figures 7-10. The paper's headline claim - 'relative position errors below 0.15%' on an 'entirely new anatomy' - is therefore a selection statistic (the minimum-over-training-trajectory of the test rollout error), not an out-of-sample prediction.

  2. self citation load bearing [Sections 2.2-2.2.1 (Eqs. 11-17) and Abstract]
    "In this paper we consider a reformulation of the GENERIC formalism in which each of the nodes forming the discretisation of the system (the liver) is considered as an open system that exchanges energy with its neighbours. Therefore, a reformulation of GENERIC will be done through the port-Hamiltonian framework for open systems [27,28]. [...] This modification of the GENERIC formalism ensures compliance with the equations of thermodynamics."

    The Abstract's central guarantee - 'This ensures that the network satisfies thermodynamic principles during inference, even for a previously unseen system' - is asserted rather than demonstrated in this manuscript. The load-bearing nodal port-metriplectic structure that the architecture actually implements (Eq. (17), the Ldeg loss in Eq. (29), and the claim that the modification 'ensures compliance with the equations of thermodynamics') is imported from refs. [27] and [28], both prior works by the same group (Tierz/Gonzalez/Chinesta/Cueto; Hernandez et al.). The classical GENERIC degeneracy conditions (Eqs.

full rationale

Verdict: partial circularity (5/10). The network is trained against independent finite-element ground truth generated from an Ogden-Prony constitutive model whose parameters come from external experimental literature (Table 2, ref. [7]), so the q/v/sigma error numbers are not defined by the network's own inputs, and the hybrid-vs-vanilla comparison is a genuine empirical measurement. The circularity burden concentrates in two places. First, the evaluation protocol: the L5 test set (which explicitly includes the validation simulations) is also the early-stopping criterion, so Tables 3-4 report the errors of checkpoints chosen to minimize exactly those same errors; the 'previously unseen anatomy' claim is a selection statistic rather than a holdout result, and the headline 0.15% / 7% figures are statistically forced by that closed loop. Second, the thermodynamic guarantee of the abstract is inherited from same-group prior work (refs. [23,27,28]) rather than demonstrated here; the classical GENERIC degeneracy conditions have external mathematical support, but the neural port-metriplectic implementation is self-cited, and the 'hard constraints' enforcing the structure are never specified, so the strength of the physics guarantee is unverifiable as reported. For the record (not circularity): the database accounting is internally inconsistent (190 simulations across five anatomies versus 760 training simulations versus '190 total simulations of L5'), and the homogeneous Ogden-Prony simplification means the synthetic ground truth is an idealization whose clinical validity is an external correctness risk, not a circularity. A clean re-evaluation with a disjoint validation/test split would settle whether the reported generalization accuracy survives.

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

The central claims rest on the GENERIC/port-Hamiltonian structure, the constitutive ground truth, and several hand-chosen hyperparameters (lambda_d=5, nq=1e-4, nv=1e-3, message passing steps). No new physical entities are introduced; the actuator graph is a computational construct. The network weights themselves are fitted to data, which is standard for ML, but the explicitly reported hand-tuned constants are the ones listed here.

free parameters (4)
  • lambda_d = 5
    Weight for the degeneracy loss term Ldeg in Eq. 30. Chosen from a sensitivity analysis reporting an optimal range of 1 to 20 (Section 2.4). This is a hand-tuned hyperparameter that controls the strength of the physics constraint.
  • nq = 1e-4
    Noise scale for position augmentation in Appendix A. The authors state they did not optimize it and that this value 'has proven to improve inference' but is not guaranteed optimal.
  • nv = 1e-3
    Noise scale for velocity and stress augmentation in Appendix A. Chosen by experience, not by a systematic sweep.
  • message_passing_steps_M = 1, 5, or 12
    Number of graph processor passes, a hyperparameter that trades accuracy against inference time. The paper reports results for 1, 5, and 12 passes and fits quadratic time-response curves in Appendix C.
assumptions (5)
  • domain assumption GENERIC metriplectic evolution ˙z = L(z)∇E + M(z)∇S describes soft tissue dynamics.
    Adopted from refs 33 and 34 as the governing structure in Section 2.2. The paper does not derive this form for liver tissue; it assumes it and learns the components from data.
  • domain assumption The liver can be treated as a closed system at the timescale of seconds.
    Stated in Section 2.2.1: 'the hypothesis that the liver is a closed system seems reasonable.' Metabolic inputs and open-system effects are neglected.
  • domain assumption The nodal open-system decomposition with bulk and boundary brackets, Eq. 17, preserves the relevant thermodynamics.
    The paper assumes the port-Hamiltonian decomposition from refs 27 and 28. Global conservation of energy and entropy production is not verified for this liver application.
  • domain assumption The Ogden hyperelastic model with Prony series, with parameters in Table 2, is a valid ground truth for human liver.
    Section 2.4.1 states the data come from high-fidelity FE simulations assuming a homogeneous simplification of liver tissue, omitting vascularization. The material parameters are calibrated from literature, not from patient-specific measurements.
  • domain assumption Forward Euler integration with 20 time steps is adequate for training and rollout.
    The temporal integration scheme in Eq. 2 is explicit forward Euler, and the dataset uses 20 steps per simulation. Stability and accuracy for longer rollouts are not demonstrated.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Thermodynamics-informed graph neural networks for real-time simulation of digital human twins." pith.science (2026). https://pith.science/paper/GZZFFYIH

@misc{pith2026241212034,
  author       = {Pith},
  title        = {Pith review of: Thermodynamics-informed graph neural networks for real-time simulation of digital human twins},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GZZFFYIH}},
  note         = {Machine review of arXiv:2412.12034}
}
read the original abstract

The growing importance of real-time simulation in the medical field has exposed the limitations and bottlenecks inherent in the digital representation of complex biological systems. This paper presents a novel methodology aimed at advancing current lines of research in soft tissue simulation. The proposed approach introduces a hybrid model that integrates the geometric bias of graph neural networks with the physical bias derived from the imposition of a metriplectic structure as soft and hard constrains in the architecture, being able to simulate hepatic tissue with dissipative properties. This approach provides an efficient solution capable of generating predictions at high feedback rate while maintaining a remarkable generalization ability for previously unseen anatomies. This makes these features particularly relevant in the context of precision medicine and haptic rendering. Based on the adopted methodologies, we propose a model that predicts human liver responses to traction and compression loads in as little as 7.3 milliseconds for optimized configurations and as fast as 1.65 milliseconds in the most efficient cases, all in the forward pass. The model achieves relative position errors below 0.15\%, with stress tensor and velocity estimations maintaining relative errors under 7\%. This demonstrates the robustness of the approach developed, which is capable of handling diverse load states and anatomies effectively. This work highlights the feasibility of integrating real-time simulation with patient-specific geometries through deep learning, paving the way for more robust digital human twins in medical applications.

Figures

Figures reproduced from arXiv: 2412.12034 by the authors.

Figure 1
Figure 1. Comparison between the main characteristics of numerical methods, hybrid AI, and black box models. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Graph representations of the unidirected actuator graph, [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Overview of the algorithm block scheme for predicting single-step state variable changes in the vanilla graph [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (16 more)
Figure 4
Figure 4. Figure 4: Overview of the algorithm block scheme for predicting single-step state variable changes in the hybrid graph [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Overlay of the different hepatic geometries used, along with a projection of the representative contour curves. [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Finite element discretization of the liver. This figure demonstrates the meshing strategy designed to accurately [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: Comparison of RRMSE rollouts between the five-pass and one-pass models across 190 unseen simulations in [PITH_FULL_IMAGE:figures/full_fig_p012_7.png]
Figure 8
Figure 8. Figure 8: Comparison of the final inference step between the two proposed models and the finite element solution, used [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]
Figure 9
Figure 9. Figure 9: Comparison of the final inference step between the two proposed models and the numerical solution, used as [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 10
Figure 10. Figure 10: Comparison of rollout Relative Root Mean Square Error (RRMSE) across three datasets: [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]
Figure 11
Figure 11. Figure 11: Comparison of RRMSE rollouts between the five-pass and twelve-pass model across 190 unseen simulations [PITH_FULL_IMAGE:figures/full_fig_p019_11.png]
Figure 12
Figure 12. Figure 12: Comparison of RRMSE rollouts between the five-pass and twelve-pass hybrid models across different [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: Comparison of the final inference step between the two proposed models and the numerical solution, used [PITH_FULL_IMAGE:figures/full_fig_p021_13.png]
Figure 14
Figure 14. Figure 14: Comparison of the rollout for first six state variables at a randomly selected node within one of the test [PITH_FULL_IMAGE:figures/full_fig_p021_14.png]
Figure 15
Figure 15. Figure 15: Comparison of the rollout for last six state variables at a randomly selected node within one of the test [PITH_FULL_IMAGE:figures/full_fig_p022_15.png]
Figure 16
Figure 16. Figure 16: Evolution of response time as a function of the number of steps for both the hybrid and vanilla models. The [PITH_FULL_IMAGE:figures/full_fig_p023_16.png]
Figure 17
Figure 17. Figure 17: Relative error comparison of data-driven model performance for single-graph versus multi-graph frameworks [PITH_FULL_IMAGE:figures/full_fig_p024_17.png]
Figure 18
Figure 18. Figure 18: Comparison of the final inference step between the model’s prediction and the numerical solution, used as [PITH_FULL_IMAGE:figures/full_fig_p025_18.png]
Figure 19
Figure 19. Figure 19: Comparison of RRMSE rollouts between the five-pass and one-pass models across 190 unseen simulations [PITH_FULL_IMAGE:figures/full_fig_p026_19.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

45 extracted references · 35 canonical work pages

  1. [1]

    T. G. Ritto and F. A. Rochinha. Digital twin, physics-based model, and machine learning applied to damage detection in structures. Mechanical Systems and Signal Processing, 155:107614, 2021

  2. [2]

    R. Lam, A. Sanchez-Gonzalez, M. Willson, P. Wirnsberger, M. Fortunato, F. Alet, and P. Battaglia. Graphcast: Learning skillful medium-range global weather forecasting. arXiv preprint arXiv:2212.12794, 2022

  3. [3]

    Digital twins in health care: Ethical implications of an emerging engineering paradigm

    Koen Bruynseels, Filippo Santoni de Sio, and Jeroen van den Hoven. Digital twins in health care: Ethical implications of an emerging engineering paradigm. Frontiers in Genetics, 9, 2018

  4. [4]

    Coorey, G

    G. Coorey, G. A. Figtree, D. F. Fletcher, V . J. Snelson, S. T. Vernon, D. Winlaw, and J. Redfern. The health digital twin to tackle cardiovascular disease?a review of an emerging interdisciplinary field. NPJ Digital Medicine, 5(1):126, 2022

  5. [5]

    The ?digital twin?to enable the vision of precision cardiology

    Jorge Corral-Acero, Francesca Margara, Maciej Marciniak, Cristobal Rodero, Filip Loncaric, Yingjing Feng, Andrew Gilbert, Joao F Fernandes, Hassaan A Bukhari, Ali Wajdan, et al. The ?digital twin?to enable the vision of precision cardiology. European heart journal, 41(48):4556–4564, 2020

  6. [6]

    Nonlinear biomechanical model of the liver

    Stephanie Marchesseau, Simon Chatelin, and Herve Delingette. Nonlinear biomechanical model of the liver. In Yohan Payan and Jacques Ohayon, editors,Biomechanics of Living Organs, pages 243–265. Elsevier, 2017

  7. [7]

    Martinez Martinez

    F. Martinez Martinez. Determining the Biomechanical Behavior of the Liver Using Medical Image Analysis and Evolutionary Computation. PhD thesis, Universitat Politecnica de Valencia, 2014

  8. [8]

    Desarrollo de modelos biomecanicos del higado mediante metodo de elementos finitos, 2020

    Roberto Tornero Costa and Sandra Martinez Sanchis. Desarrollo de modelos biomecanicos del higado mediante metodo de elementos finitos, 2020. 15 TIGNN S FOR REAL -T IME SIMULATION OF DIGITAL HUMAN TWINS

Show all 45 references
  1. [9]

    Zhou and J

    F. Zhou and J. F. Molinari. Dynamic crack propagation with cohesive elements: a methodology to address mesh dependency. International Journal for Numerical Methods in Engineering, 59(1):1–24, 2004

  2. [10]

    Ambati and H

    R. Ambati and H. Yuan. Fem mesh-dependence in cutting process simulations. The International Journal of Advanced Manufacturing Technology, 53:313–323, 2011

  3. [11]

    A survey of convolutional neural networks: analysis, applications, and prospects

    Zhenxing Li, Fei Liu, Wei Yang, Shuo Peng, and Junping Zhou. A survey of convolutional neural networks: analysis, applications, and prospects. IEEE Transactions on Neural Networks and Learning Systems, 33(12):6999– 7019, 2021

  4. [12]

    Bronstein, Joan Bruna, Yann LeCun, Arthur Szlam, and Pierre Vandergheynst

    Michael M. Bronstein, Joan Bruna, Yann LeCun, Arthur Szlam, and Pierre Vandergheynst. Geometric deep learning: Going beyond euclidean data. IEEE Signal Processing Magazine, 34(4):18–42, 2017

  5. [13]

    Medsker and Lakhmi C

    Larry R. Medsker and Lakhmi C. Jain. Recurrent Neural Networks: Design and Applications, volume 5. CRC Press, 2001

  6. [14]

    Battaglia

    Tobias Pfaff, Meire Fortunato, Alvaro Sanchez-Gonzalez, and Peter W. Battaglia. Learning mesh-based simulation with graph networks, 2021

  7. [15]

    Yu Philip

    Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, and S. Yu Philip. A comprehensive survey on graph neural networks. IEEE Transactions on Neural Networks and Learning Systems, 32(1):4–24, 2020

  8. [16]

    Karniadakis

    Maziar Raissi, Paris Perdikaris, and George E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational Physics, 378:686–707, 2019

  9. [17]

    Directions in hybrid intelligence: Complementing ai systems with human intelligence

    Ece Kamar. Directions in hybrid intelligence: Complementing ai systems with human intelligence. In Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence (IJCAI), pages 4070–4073, July 2016

  10. [18]

    A proposal on machine learning via dynamical systems.Communications in Mathematics and Statistics, 1(5):1–11, 2017

    Weinan E. A proposal on machine learning via dynamical systems.Communications in Mathematics and Statistics, 1(5):1–11, 2017

  11. [19]

    Hamiltonian neural networks

    Samuel Greydanus, Misko Dzamba, and Jason Yosinski. Hamiltonian neural networks. In Advances in Neural Information Processing Systems, volume 32, 2019

  12. [20]

    Hamiltonian deep neural networks guaranteeing nonvanishing gradients by design

    Clara Lucia Galimberti, Luca Furieri, Liang Xu, and Giancarlo Ferrari-Trecate. Hamiltonian deep neural networks guaranteeing nonvanishing gradients by design. IEEE Transactions on Automatic Control, 68(5):3155–3162, 2023

  13. [21]

    Ravinder Bhattoo, Sayan Ranu, and N. M. Anoop Krishnan. Learning the dynamics of particle-based systems with lagrangian graph neural networks. Machine Learning: Science and Technology, 4(1):015003, 2023

  14. [22]

    Lagrangian neural networks

    Miles Cranmer, Sam Greydanus, Stephan Hoyer, Peter Battaglia, David Spergel, and Shirley Ho. Lagrangian neural networks. arXiv preprint arXiv:2003.04630, 2020

  15. [23]

    Thermodynamics-informed graph neural networks

    Quercus Hernandez, Alberto Badias, Francisco Chinesta, and Elias Cueto. Thermodynamics-informed graph neural networks. IEEE Transactions on Artificial Intelligence, 2022

  16. [24]

    Structure-preserving neural networks

    Quercus Hernández, Alberto Badías, David González, Francisco Chinesta, and Elías Cueto. Structure-preserving neural networks. Journal of Computational Physics, page 109950, 2020

  17. [25]

    Thermodynamics-informed neural networks for physically realistic mixed reality

    Quercus Hernandez, Alberto Badias, Francisco Chinesta, and Elias Cueto. Thermodynamics-informed neural networks for physically realistic mixed reality. Computer Methods in Applied Mechanics and Engineering , 407:115912, 2023

  18. [26]

    Pfaller, Natalia L

    Luca Pegolotti, Martin R. Pfaller, Natalia L. Rubio, Ke Ding, Rita Brugarolas Brufau, Eric Darve, and Alison L. Marsden. Learning reduced-order models for cardiovascular simulations with graph neural networks. Computers in Biology and Medicine, 168:107676, 2024

  19. [27]

    Graph neural networks informed locally by thermodynamics

    Alicia Tierz, Iciar Alfaro, David Gonzalez, Francisco Chinesta, and Elias Cueto. Graph neural networks informed locally by thermodynamics. arXiv preprint arXiv:2405.13093, May 2024

  20. [28]

    Port-metriplectic neural net- works: thermodynamics-informed machine learning of complex physical systems

    Quercus Hernandez, Alberto Badias, Francisco Chinesta, and Elias Cueto. Port-metriplectic neural net- works: thermodynamics-informed machine learning of complex physical systems. Computational Mechanics, 72(3):553?561, March 2023

  21. [29]

    Iparraguirre, Iciar Alfaro, David Gonzalez, Francisco Chinesta, and Elias Cueto

    Alicia Tierz, Mikel M. Iparraguirre, Iciar Alfaro, David Gonzalez, Francisco Chinesta, and Elias Cueto. On the feasibility of foundational models for the simulation of physical phenomena. arXiv preprint arXiv:2410.14645, October 2024

  22. [30]

    Karniadakis

    Shengze Cai, Zhiping Mao, Zhi Wang, Min Yang, and George E. Karniadakis. Physics-informed neural networks (pinns) for fluid mechanics: A review. Acta Mechanica Sinica, 37(12):1727–1738, 2021. 16 TIGNN S FOR REAL -T IME SIMULATION OF DIGITAL HUMAN TWINS

  23. [31]

    Pawar, Cristiano Fernandes, Maziar Raissi, Subir Das, Negar K

    Seyed Amir Hossein Faroughi, Nikhil M. Pawar, Cristiano Fernandes, Maziar Raissi, Subir Das, Negar K. Kalantari, and Saeed Kourosh Mahjour. Physics-guided, physics-informed, and physics-encoded neural networks and operators in scientific computing: Fluid and solid mechanics. J...

  24. [32]

    Message passing all the way up, 2022

    Petar Veli?kovi?. Message passing all the way up, 2022

  25. [33]

    Dynamics and thermodynamics of complex fluids

    Hans Christian Oettinger and Miroslav Grmela. Dynamics and thermodynamics of complex fluids. II. illustrations of a general formalism. Physical Review E, 56(6):6633, 1997

  26. [34]

    Dynamics and thermodynamics of complex fluids

    Miroslav Grmela and Hans Christian Oettinger. Dynamics and thermodynamics of complex fluids. I. development of a general formalism. Physical Review E, 56(6):6620, 1997

  27. [35]

    Metriplectic structure, Leibniz dynamics and dissipative systems

    Partha Guha. Metriplectic structure, Leibniz dynamics and dissipative systems. Journal of Mathematical Analysis and Applications, 326(1):121–136, 2007

  28. [36]

    Morrison

    Philip J. Morrison. A paradigm for joined hamiltonian and dissipative systems. Physica D: Nonlinear Phenomena, 18(1-3):410–419, 1986

  29. [37]

    Nonequilibrium thermodynamics for open systems

    Hans Christian Öttinger. Nonequilibrium thermodynamics for open systems. Phys. Rev. E, 73:036126, Mar 2006

  30. [38]

    Li et al

    J. Li et al. Medshapenet - a large-scale dataset of 3d medical shapes for computer vision. arXiv preprint, 2308.16139, 2023

  31. [39]

    R. W. Ogden. Non-linear Elastic Deformations. Courier Corporation, 1997

  32. [40]

    S. W. Park and R. Schapery. Methods of interconversion between linear viscoelastic material functions. part i?a numerical method based on prony series. International Journal of Solids and Structures, 36(11):1653–1675, 1999

  33. [41]

    Urdeitx, I

    P. Urdeitx, I. Alfaro, D. Gonzalez, F. Chinesta, and E. Cueto. A comparison of single and double generator formalisms for thermodynamics-informed neural networks. Computational Mechanics, 2024

  34. [42]

    Auto-encoding variational bayes, 2022

    Diederik P Kingma and Max Welling. Auto-encoding variational bayes, 2022

  35. [43]

    Mr-gnn: Multi-resolution and dual graph neural network for predicting structured entity interactions

    Nuo Xu, Pinghui Wang, Long Chen, Jing Tao, and Junzhou Zhao. Mr-gnn: Multi-resolution and dual graph neural network for predicting structured entity interactions. In Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence, IJCAI-19, pages 396...

  36. [44]

    Multiresolution equivariant graph variational autoencoder, 2022

    Truong Son Hy and Risi Kondor. Multiresolution equivariant graph variational autoencoder, 2022

  37. [45]

    Bronstein, Joan Bruna, Taco Cohen, and Petar Veli?kovi?

    Michael M. Bronstein, Joan Bruna, Taco Cohen, and Petar Veli?kovi?. Geometric Deep Learning: Grids, Groups, Graphs, Geodesics, and Gauges, chapter GeometricDomains: the 5Gs, page 50. arXiv, 2021. 17 TIGNN S FOR REAL -T IME SIMULATION OF DIGITAL HUMAN TWINS A Noise data augment...

Pith tools

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