paper-with-me

홈 › Papers

Mesh Based Simulations with Spatial and Temporal awareness

2026-05-02 · Paul Garnier, Vincent Lannelongue, Elie Hachem arxiv

Machine Learning surrogates for Computational Fluid Dynamics (CFD), particularly Graph Neural Networks (GNNs) and Transformers, have become a new important approach for accelerating physics simulations. However, we identify a critical bottleneck in the field: while architectures have advanced significantly, the common underlying training paradigms remain bound to naive assumptions, such as node-wise supervision and explicit Euler time-stepping. These legacy choices ignore the stiff dynamics and local flux continuity inherent to numerous partial differential equations resolution methods, such as Finite Element, Difference, or Volume (FEM). In this work, we propose a unified framework to bridge the gap between geometric deep learning and rigorous numerical analysis. We introduce three key innovations: (1) Multi Node Prediction, a stencil-level objective that predicts field values for a node's full local topology, enforcing spatial derivative consistency; (2) Temporal Correction, replacing unstable explicit schemes with a predictor-corrector via temporal Cross-Attention; and (3) Geometric Inductive Biases, leveraging 3D Rotary Positional Embeddings (RoPE) to robustly capture rotational symmetries in unstructured meshes. We evaluate this framework across three architectures (MeshGraphNet, Transolver, and a Transformer) on diverse physics datasets. Our approach yields consistent improvements in accuracy and stability, particularly in long-horizon rollouts, while producing latent representations that generalize to unseen subtasks such as Wall Shear Stress or Pressure prediction. Code is available at https://github.com/DonsetPG/graph-physics.

📄 PDF Abstract BibTeX arXiv:2605.01542

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Implicit Neural Spatial Representations for Time-dependent PDEs

2022-09-30 · Honglin Chen, Rundi Wu, Eitan Grinspun, Changxi Zheng 외

Implicit Neural Spatial Representation (INSR) has emerged as an effective representation of spatially-dependent vector fields. This work explores solving time-dependent PDEs with INSR. Classical PDE solvers introduce bot…

Contact mechanics

MeshBrush: Painting the Anatomical Mesh with Neural Stylization for Endoscopy

2024-04-03 · John J. Han, Ayberk Acar, Nicholas Kavoussi, Jie Ying Wu

Style transfer is a promising approach to close the sim-to-real gap in medical endoscopy. Rendering synthetic endoscopic videos by traversing pre-operative scans (such as MRI or CT) can generate structurally accurate sim…

Neural StylizationStyle TransferVideo-to-Video Synthesis

MAgNet: Mesh Agnostic Neural PDE Solver

2022-10-11 · Oussama Boussif, Dan Assouline, Loubna Benabbou, Yoshua Bengio

The computational complexity of classical numerical methods for solving Partial Differential Equations (PDE) scales significantly as the resolution increases. As an important example, climate predictions require fine spa…

Zero-shot Generalization

Snap-and-tune: combining deep learning and test-time optimization for high-fidelity cardiovascular volumetric meshing

2025-06-09 · Daniel H. Pak, Shubh Thaker, Kyle Baylous, Xiaoran Zhang 외

High-quality volumetric meshing from medical images is a key bottleneck for physics-based simulations in personalized medicine. For volumetric meshing of complex medical structures, recent studies have often utilized dee…

STAF: 3D Human Mesh Recovery from Video with Spatio-Temporal Alignment Fusion

2024-01-03 · Wei Yao, Hongwen Zhang, Yunlian Sun, Jinhui Tang

The recovery of 3D human mesh from monocular images has significantly been developed in recent years. However, existing models usually ignore spatial and temporal information, which might lead to mesh and image misalignm…

3D Human Pose EstimationHuman Mesh Recovery