paper-with-me

Papers

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

2024-09-07 · Fu Lin, Jiasheng Shi, Shijie Luo, Qinpei Zhao, Weixiong Rao, Lei Chen

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).

📄 PDF Abstract BibTeX arXiv:2409.04740

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
FEM 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Swarm Mesh Refinement using Deep Reinforcement Learning with Local Rewards

2024-06-12 · Niklas Freymuth, Philipp Dahlinger, Tobias Würth, Simon Reisch 외

Simulating physical systems is essential in engineering, but analytical solutions are limited to straightforward problems. Consequently, numerical methods like the Finite Element Method (FEM) are widely used. However, th…

Deep Reinforcement Learning

MAVEN: A Mesh-Aware Volumetric Encoding Network for Simulating 3D Flexible Deformation

2026-04-06 · Zhe Feng, Shilong Tao, Haonan Sun, Shaohan Chen 외 arxiv

Deep learning-based approaches, particularly graph neural networks (GNNs), have gained prominence in simulating flexible deformations and contacts of solids, due to their ability to handle unstructured physical fields an…

AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction

2025-05-29 · Niklas Freymuth, Tobias Würth, Nicolas Schreiber, Balazs Gyenes 외

The cost and accuracy of simulating complex physical systems using the Finite Element Method (FEM) scales with the resolution of the underlying mesh. Adaptive meshes improve computational efficiency by refining resolutio…

Computational EfficiencyData AugmentationGraph Neural NetworkPrediction

Learning Controllable Adaptive Simulation for Multi-resolution Physics

2023-05-01 · Tailin Wu, Takashi Maruyama, Qingqing Zhao, Gordon Wetzstein 외

Simulating the time evolution of physical systems is pivotal in many scientific and engineering problems. An open challenge in simulating such systems is their multi-resolution dynamics: a small fraction of the system is…

Graph Neural Network

Learning Deformable Body Interactions With Adaptive Spatial Tokenization

2025-07-18 · Hao Wang, Yu Liu, Daniel Biggs, Haoru Wang 외 arxiv

Simulating interactions between deformable bodies is vital in fields like material science, mechanical design, and robotics. While learning-based methods with Graph Neural Networks (GNNs) are effective at solving complex…