NALGAug 30, 2021

An FEA surrogate model with Boundary Oriented Graph Embedding approach

arXiv:2108.13509v11 citations
Originality Incremental advance
AI Analysis

This provides a general and efficient deep-learning-based FEA simulator for industry and design-related areas, though it appears incremental as it builds on existing GNN methods with a novel embedding approach.

The paper tackles the problem of creating a surrogate model for finite element analysis (FEA) to regress physical fields and solve boundary value problems, achieving an MSE of 0.011706 (2.41% MAPE) for stress field prediction and 0.002735 MSE for topological optimization.

In this work, we present a Boundary Oriented Graph Embedding (BOGE) approach for the Graph Neural Network (GNN) to serve as a general surrogate model for regressing physical fields and solving boundary value problems. Providing shortcuts for both boundary elements and local neighbor elements, the BOGE approach can embed structured mesh elements into the graph and performs an efficient regression on large-scale triangular-mesh-based FEA results, which cannot be realized by other machine-learning-based surrogate methods. Focusing on the cantilever beam problem, our BOGE approach cannot only fit the distribution of stress fields but also regresses the topological optimization results, which show its potential of realizing abstract decision-making design process. The BOGE approach with 3-layer DeepGCN model \textcolor{blue}{achieves the regression with MSE of 0.011706 (2.41\% MAPE) for stress field prediction and 0.002735 MSE (with 1.58\% elements having error larger than 0.01) for topological optimization.} The overall concept of the BOGE approach paves the way for a general and efficient deep-learning-based FEA simulator that will benefit both industry and design-related areas.

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