LGAINAMLDec 13, 2025

Solving PDEs With Deep Neural Nets under General Boundary Conditions

arXiv:2512.15771v3
Originality Incremental advance
AI Analysis

This work addresses the problem of improving neural network-based PDE solvers for researchers and practitioners in physical, biological, and engineering domains, but it is incremental as it builds on existing PINN and TENG methods.

The paper tackled the challenge of achieving high accuracy and handling complex boundary conditions in Physics-Informed Neural Networks (PINNs) for solving PDEs, by extending the Time-Evolving Natural Gradient (TENG) framework to address Dirichlet boundary conditions, resulting in superior accuracy with the Heun method and computational efficiency with the Euler method in experiments on the heat equation.

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 problems. Physics-Informed Neural Networks (PINNs) have emerged as an efficient alternative by embedding physics-based constraints into deep learning frameworks, but they face challenges in achieving high accuracy and handling complex boundary conditions. In this work, we extend the Time-Evolving Natural Gradient (TENG) framework to address Dirichlet boundary conditions, integrating natural gradient optimization with numerical time-stepping schemes, including Euler and Heun methods, to ensure both stability and accuracy. By incorporating boundary condition penalty terms into the loss function, the proposed approach enables precise enforcement of Dirichlet constraints. Experiments on the heat equation demonstrate the superior accuracy of the Heun method due to its second-order corrections and the computational efficiency of the Euler method for simpler scenarios. This work establishes a foundation for extending the framework to Neumann and mixed boundary conditions, as well as broader classes of PDEs, advancing the applicability of neural network-based solvers for real-world problems.

Foundations

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

Your Notes