LGAICESep 7, 2024

Up-sampling-only and Adaptive Mesh-based GNN for Simulating Physical Systems

arXiv:2409.04740v13 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in mechanical simulation for engineers and researchers, though it appears incremental as it builds on existing GNN-based methods.

The paper tackled the problem of inefficient and inaccurate simulation of complex mechanical systems using graph neural networks (GNNs) by proposing UA-MGN, which achieved 40.99% lower errors with 43.48% fewer parameters and 4.49% fewer FLOPs compared to the state-of-the-art.

Traditional simulation of complex mechanical systems relies on numerical solvers of Partial Differential Equations (PDEs), e.g., using the Finite Element Method (FEM). The FEM solvers frequently suffer from intensive computation cost and high running time. Recent graph neural network (GNN)-based simulation models can improve running time meanwhile with acceptable accuracy. Unfortunately, they are hard to tailor GNNs for complex mechanical systems, including such disadvantages as ineffective representation and inefficient message propagation (MP). To tackle these issues, in this paper, with the proposed Up-sampling-only and Adaptive MP techniques, we develop a novel hierarchical Mesh Graph Network, namely UA-MGN, for efficient and effective mechanical simulation. Evaluation on two synthetic and one real datasets demonstrates the superiority of the UA-MGN. For example, on the Beam dataset, compared to the state-of-the-art MS-MGN, UA-MGN leads to 40.99% lower errors but using only 43.48% fewer network parameters and 4.49% fewer floating point operations (FLOPs).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes