paper-with-me

Papers

Multipole Graph Neural Operator for Parametric Partial Differential Equations

2020-06-16 · NeurIPS 2020 12 · Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, Anima Anandkumar

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 all ranges with only linear complexity. Our multi-level formulation is equivalent to recursively adding inducing points to the kernel matrix, unifying GNNs with multi-resolution matrix factorization of the kernel. Experiments confirm our multi-graph network learns discretization-invariant solution operators to PDEs and can be evaluated in linear time.

📄 PDF Abstract BibTeX arXiv:2006.09535

Code (4)

zongyi-li/graph-pde 공식 구현 pytorch
neural-operator/graph-pde pytorch
neuraloperator/graph-pde pytorch
wumming/graph-pde pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Gaussian Graph Operator: Learning parametric partial differential equations in arbitrary discrete mechanics problems

2024-03-05 · Chu Wang, Jinhong Wu, Yanzhi Wang, Zhijian Zha 외

Deep learning methods have access to be employed for solving physical systems governed by parametric partial differential equations (PDEs) due to massive scientific data. It has been refined to operator learning that foc…

Operator learning

Neural Green's Operators for Parametric Partial Differential Equations

2024-06-04 · Hugo Melchers, Joost Prins, Michael Abdelmalik

This work introduces neural Green's operators (NGOs), a novel neural operator network architecture that learns the solution operator for a parametric family of linear partial differential equations (PDEs). Our constructi…

Fourier Neural Operator for Parametric Partial Differential Equations

2020-10-18 · ICLR 2021 1 · Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu 외

The classical development of neural networks has primarily focused on learning mappings between finite-dimensional Euclidean spaces. Recently, this has been generalized to neural operators that learn mappings between fun…

Super-Resolution

Learning Solution Operators for Partial Differential Equations via Monte Carlo-Type Approximation

2025-11-24 · Salah Eddine Choutri, Prajwal Chauhan, Othmane Mazhar, Saif Eddin Jabari arxiv

The Monte Carlo-type Neural Operator (MCNO) introduces a lightweight architecture for learning solution operators for parametric PDEs by directly approximating the kernel integral using a Monte Carlo approach. Unlike Fou…

Machine Learning of Linear Differential Equations using Gaussian Processes

2017-01-10 · Maziar Raissi, George Em. Karniadakis

This work leverages recent advances in probabilistic machine learning to discover conservation laws expressed by parametric linear equations. Such equations involve, but are not limited to, ordinary and partial different…

BIG-bench Machine LearningGaussian Processes