LGCEOct 7, 2020

Learning Mesh-Based Simulation with Graph Networks

arXiv:2010.03409v41247 citations
Originality Highly original
AI Analysis

This addresses the efficiency and adaptability challenges in scientific modeling for disciplines like aerodynamics and structural mechanics, though it is an incremental improvement over existing neural network simulators.

The authors tackled the problem of expensive and system-specific mesh-based simulations by introducing MeshGraphNets, a framework using graph neural networks that accurately predicts dynamics across physical systems and runs 1-2 orders of magnitude faster than traditional simulations.

Mesh-based simulations are central to modeling complex physical systems in many disciplines across science and engineering. Mesh representations support powerful numerical integration methods and their resolution can be adapted to strike favorable trade-offs between accuracy and efficiency. However, high-dimensional scientific simulations are very expensive to run, and solvers and parameters must often be tuned individually to each system studied. Here we introduce MeshGraphNets, a framework for learning mesh-based simulations using graph neural networks. Our model can be trained to pass messages on a mesh graph and to adapt the mesh discretization during forward simulation. Our results show it can accurately predict the dynamics of a wide range of physical systems, including aerodynamics, structural mechanics, and cloth. The model's adaptivity supports learning resolution-independent dynamics and can scale to more complex state spaces at test time. Our method is also highly efficient, running 1-2 orders of magnitude faster than the simulation on which it is trained. Our approach broadens the range of problems on which neural network simulators can operate and promises to improve the efficiency of complex, scientific modeling tasks.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes