LGCESep 18, 2024

Multi-Grid Graph Neural Networks with Self-Attention for Computational Mechanics

arXiv:2409.11899v111 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This work addresses computational mechanics challenges for researchers and engineers, offering incremental improvements through hybrid methods.

The paper tackles the problem of improving precision and efficiency in computational fluid dynamics by introducing a novel graph neural network model that merges self-attention with message passing, achieving a 15% reduction in RMSE on a benchmark and up to 25% with additional techniques.

Advancement in finite element methods have become essential in various disciplines, and in particular for Computational Fluid Dynamics (CFD), driving research efforts for improved precision and efficiency. While Convolutional Neural Networks (CNNs) have found success in CFD by mapping meshes into images, recent attention has turned to leveraging Graph Neural Networks (GNNs) for direct mesh processing. This paper introduces a novel model merging Self-Attention with Message Passing in GNNs, achieving a 15\% reduction in RMSE on the well known flow past a cylinder benchmark. Furthermore, a dynamic mesh pruning technique based on Self-Attention is proposed, that leads to a robust GNN-based multigrid approach, also reducing RMSE by 15\%. Additionally, a new self-supervised training method based on BERT is presented, resulting in a 25\% RMSE reduction. The paper includes an ablation study and outperforms state-of-the-art models on several challenging datasets, promising advancements similar to those recently achieved in natural language and image processing. Finally, the paper introduces a dataset with meshes larger than existing ones by at least an order of magnitude. Code and Datasets will be released at https://github.com/DonsetPG/multigrid-gnn.

Code Implementations1 repo
Foundations

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

Your Notes