paper-with-me

홈 › Papers

Physics-Embedded Neural Networks: Graph Neural PDE Solvers with Mixed Boundary Conditions

2022-05-24 · Masanobu Horie, Naoto Mitsume

Graph neural network (GNN) is a promising approach to learning and predicting physical phenomena described in boundary value problems, such as partial differential equations (PDEs) with boundary conditions. However, existing models inadequately treat boundary conditions essential for the reliable prediction of such problems. In addition, because of the locally connected nature of GNNs, it is difficult to accurately predict the state after a long time, where interaction between vertices tends to be global. We present our approach termed physics-embedded neural networks that considers boundary conditions and predicts the state after a long time using an implicit method. It is built based on an E(n)-equivariant GNN, resulting in high generalization performance on various shapes. We demonstrate that our model learns flow phenomena in complex shapes and outperforms a well-optimized classical solver and a state-of-the-art machine learning model in speed-accuracy trade-off. Therefore, our model can be a useful standard for realizing reliable, fast, and accurate GNN-based PDE solvers. The code is available at https://github.com/yellowshippo/penn-neurips2022.

📄 PDF Abstract BibTeX arXiv:2205.11912

Code (1)

yellowshippo/penn-neurips2022 공식 구현

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

TENG-BC: Unified Time-Evolving Natural Gradient for Neural PDE Solvers with General Boundary Conditions

2026-02-28 · Hongjie Jiang, Di Luo arxiv

Accurately solving time-dependent partial differential equations (PDEs) with neural networks remains challenging due to long-time error accumulation and the difficulty of enforcing general boundary conditions. We introdu…

NPSolver: Neural Poisson Solver with Iterative Physics Supervision

2026-05-25 · Bocheng Zeng, Rui Zhang, Runze Mao, Mengtao Yan 외 arxiv

Efficiently solving Poisson equations on complex, irregular domains remains a fundamental challenge in scientific computing, as classical iterative solvers often suffer from prohibitive runtime due to ill-conditioned sys…

Solving PDEs With Deep Neural Nets under General Boundary Conditions

2025-12-13 · Chenggong Zhang arxiv

Partial Differential Equations (PDEs) are central to modeling complex systems across physical, biological, and engineering domains, yet traditional numerical methods often struggle with high-dimensional or complex proble…

Computational Efficiency

Physics-integrated neural differentiable modeling for immersed boundary systems

2026-03-17 · Chenglin Li, Hang Xu, Jianting Chen, Yanfei Zhang arxiv

Accurately, efficiently, and stably computing complex fluid flows and their evolution near solid boundaries over long horizons remains challenging. Conventional numerical solvers require fine grids and small time steps t…

NewPINNs: Physics-Informing Neural Networks Using Conventional Solvers for Partial Differential Equations

2026-01-23 · Satish Chandran, Maedeh Makki, Maziar Raissi, Adrien Grenier 외 arxiv

We introduce NewPINNs, a physics-informing learning framework that couples neural networks with conventional numerical solvers for solving differential equations. Rather than enforcing governing equations and boundary co…