paper-with-me

Papers

Guiding continuous operator learning through Physics-based boundary constraints

2022-12-14 · Nadim Saad, Gaurav Gupta, Shima Alizadeh, Danielle C. Maddix

Boundary conditions (BCs) are important groups of physics-enforced constraints that are necessary for solutions of Partial Differential Equations (PDEs) to satisfy at specific spatial locations. These constraints carry important physical meaning, and guarantee the existence and the uniqueness of the PDE solution. Current neural-network based approaches that aim to solve PDEs rely only on training data to help the model learn BCs implicitly. There is no guarantee of BC satisfaction by these models during evaluation. In this work, we propose Boundary enforcing Operator Network (BOON) that enables the BC satisfaction of neural operators by making structural changes to the operator kernel. We provide our refinement procedure, and demonstrate the satisfaction of physics-based BCs, e.g. Dirichlet, Neumann, and periodic by the solutions obtained by BOON. Numerical experiments based on multiple PDEs with a wide variety of applications indicate that the proposed approach ensures satisfaction of BCs, and leads to more accurate solutions over the entire domain. The proposed correction method exhibits a (2X-20X) improvement over a given operator model in relative $L^2$ error (0.000084 relative $L^2$ error for Burgers' equation).

📄 PDF Abstract BibTeX arXiv:2212.07477

Code (1)

amazon-science/boon 공식 구현 pytorch

Tasks

Operator learning

Similar Papers 제목 키워드 기반

Effective Dimensionality as an Operator Invariant for Physics-Preserving Constraint Adaptation in Physics-Informed Neural Networks

2026-06-04 · Cornelius Otchere, Michael Shields arxiv

Physics-Informed Neural Networks inherently suffer from task interference because they rely on a shared parameter space to satisfy both governing differential equations and boundary conditions. We analyze this structural…

Improving physics-informed DeepONets with hard constraints

2023-09-14 · Rüdiger Brecht, Dmytro R. Popovych, Alex Bihlo, Roman O. Popovych

Current physics-informed (standard or deep operator) neural networks still rely on accurately learning the initial and/or boundary conditions of the system of differential equations they are solving. In contrast, standar…

Learning-based solutions to nonlinear hyperbolic PDEs: Empirical insights on generalization errors

2023-02-16 · Bilal Thonnam Thodi, Sai Venkata Ramana Ambadipudi, Saif Eddin Jabari

We study learning weak solutions to nonlinear hyperbolic partial differential equations (H-PDE), which have been difficult to learn due to discontinuities in their solutions. We use a physics-informed variant of the Four…

Physics-informed low-rank neural operators with application to parametric elliptic PDEs

2025-09-09 · Sebastian Schaffer, Lukas Exl arxiv

We present the Physics-Informed Low-Rank Neural Operator (PILNO), a neural operator framework for efficiently approximating solution operators of partial differential equations (PDEs) on point cloud data. PILNO combines …

Computational Efficiency

Unsupervised Physics-Informed Operator Learning through Multi-Stage Curriculum Training

2026-02-02 · Paolo Marcandelli, Natansh Mathur, Stefano Markidis, Martina Siena 외 arxiv

Solving partial differential equations remains a central challenge in scientific machine learning. Neural operators offer a promising route by learning mappings between function spaces and enabling resolution-independent…