Multipole Graph Neural Operator for Parametric Partial Differential Equations
Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu,, Kaushik Bhattacharya, Andrew Stuart, Anima Anandkumar

TL;DR
This paper introduces a multipole graph neural operator that efficiently models long-range interactions in PDEs, achieving discretization-invariant solutions with linear computational complexity.
Contribution
It proposes a novel multi-level GNN framework inspired by multipole methods, enabling efficient, scalable approximation of PDE solution operators.
Findings
Learns discretization-invariant solution operators for PDEs
Achieves linear time complexity in evaluation
Outperforms existing methods in accuracy and efficiency
Abstract
One of the main challenges in using deep learning-based methods for simulating physical systems and solving partial differential equations (PDEs) is formulating physics-based data in the desired structure for neural networks. Graph neural networks (GNNs) have gained popularity in this area since graphs offer a natural way of modeling particle interactions and provide a clear way of discretizing the continuum models. However, the graphs constructed for approximating such tasks usually ignore long-range interactions due to unfavorable scaling of the computational complexity with respect to the number of nodes. The errors due to these approximations scale with the discretization of the system, thereby not allowing for generalization under mesh-refinement. Inspired by the classical multipole methods, we propose a novel multi-level graph neural network framework that captures interaction at…
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.
Code & Models
Videos
Taxonomy
TopicsModel Reduction and Neural Networks · Electromagnetic Simulation and Numerical Methods · Computational Physics and Python Applications
MethodsGraph Neural Network
