Learning time-dependent PDE solver using Message Passing Graph Neural Networks
Pourya Pilva, Ahmad Zareei

TL;DR
This paper presents a message passing graph neural network framework for efficiently learning accurate and stable solvers for time-dependent PDEs, capable of generalizing across different geometries and handling temporal sequences.
Contribution
It introduces a domain-invariant feature representation and demonstrates that MPGNNs can learn PDE solvers that generalize to various geometries and nonlinear equations.
Findings
MPGNNs can accurately solve linear and nonlinear PDEs.
The learned solvers generalize across different geometries.
Recurrent GNNs can predict temporal solution sequences.
Abstract
One of the main challenges in solving time-dependent partial differential equations is to develop computationally efficient solvers that are accurate and stable. Here, we introduce a graph neural network approach to finding efficient PDE solvers through learning using message-passing models. We first introduce domain invariant features for PDE-data inspired by classical PDE solvers for an efficient physical representation. Next, we use graphs to represent PDE-data on an unstructured mesh and show that message passing graph neural networks (MPGNN) can parameterize governing equations, and as a result, efficiently learn accurate solver schemes for linear/nonlinear PDEs. We further show that the solvers are independent of the initial trained geometry, i.e. the trained solver can find PDE solution on different complex domains. Lastly, we show that a recurrent graph neural network approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Computational Physics and Python Applications
MethodsGraph Neural Network
