paper-with-me

홈 › Papers

MeshGraphNet-Transformer: Scalable Mesh-based Learned Simulation for Solid Mechanics

2026-01-30 · Mikel M. Iparraguirre, Iciar Alfaro, David Gonzalez, Elias Cueto arxiv

We present MeshGraphNet-Transformer (MGN-T), a novel architecture that combines the global modeling capabilities of Transformers with the geometric inductive bias of MeshGraphNets, while preserving a mesh-based graph representation. MGN-T overcomes a key limitation of standard MGN, the inefficient long-range information propagation caused by iterative message passing on large, high-resolution meshes. A physics-attention Transformer serves as a global processor, updating all nodal states simultaneously while explicitly retaining node and edge attributes. By directly capturing long-range physical interactions, MGN-T eliminates the need for deep message-passing stacks or hierarchical, coarsened meshes, enabling efficient learning on high-resolution meshes with varying geometries, topologies, and boundary conditions at an industrial scale. We demonstrate that MGN-T successfully handles industrial-scale meshes for impact dynamics, a setting in which standard MGN fails due message-passing under-reaching. The method accurately models self-contact, plasticity, and multivariate outputs, including internal, phenomenological plastic variables. Moreover, MGN-T outperforms state-of-the-art approaches on classical benchmarks, achieving higher accuracy while maintaining practical efficiency, using only a fraction of the parameters required by competing baselines.

📄 PDF Abstract BibTeX arXiv:2601.23177

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

X-MeshGraphNet: Scalable Multi-Scale Graph Neural Networks for Physics Simulation

2024-11-26 · Mohammad Amin Nabian, Chang Liu, Rishikesh Ranade, Sanjay Choudhry

Graph Neural Networks (GNNs) have gained significant traction for simulating complex physical systems, with models like MeshGraphNet demonstrating strong performance on unstructured simulation meshes. However, these mode…

HI-MeshGraphNets: Efficient and Accurate Mesh-based Physics Learning with Hierarchical Multi-scale Graph Neural Networks

2026-08-13 · SiHun Lee, Dong-Hyuk Park, Taesoo Bang, Seung-Hoon Kang arxiv

Machine-learned physical surrogate models have become promising alternatives to mesh-based numerical solvers. Among them, graph neural networks (GNNs) are well suited for representing simulation meshes and learning nodal…

MultiScale MeshGraphNets

2022-10-02 · Meire Fortunato, Tobias Pfaff, Peter Wirnsberger, Alexander Pritzel 외

In recent years, there has been a growing interest in using machine learning to overcome the high cost of numerical simulation, with some learned models achieving impressive speed-ups over classical solvers whilst mainta…

Graph Neural Network

From Molecular Dynamics to MeshGraphNets

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

In this blog, we discuss the MeshGraphNets paper and its predecessor paper through the lens of the graph-learning paradigm. We claim that molecular dynamics and smoothed particle hydrodynamics are the ancestors of all gr…

Graph Learning

Training Transformers for Mesh-Based Simulations

2025-08-25 · Paul Garnier, Vincent Lannelongue, Jonathan Viquerat, Elie Hachem arxiv

Simulating physics using Graph Neural Networks (GNNs) is predominantly driven by message-passing architectures, which face challenges in scaling and efficiency, particularly in handling large, complex meshes. These archi…

Computational Efficiency