paper-with-me

홈 › Papers

Finite Basis Physics-Informed Neural Networks (FBPINNs): a scalable domain decomposition approach for solving differential equations

2021-07-16 · Ben Moseley, Andrew Markham, Tarje Nissen-Meyer

Recently, physics-informed neural networks (PINNs) have offered a powerful new paradigm for solving problems relating to differential equations. Compared to classical numerical methods PINNs have several advantages, for example their ability to provide mesh-free solutions of differential equations and their ability to carry out forward and inverse modelling within the same optimisation problem. Whilst promising, a key limitation to date is that PINNs have struggled to accurately and efficiently solve problems with large domains and/or multi-scale solutions, which is crucial for their real-world application. Multiple significant and related factors contribute to this issue, including the increasing complexity of the underlying PINN optimisation problem as the problem size grows and the spectral bias of neural networks. In this work we propose a new, scalable approach for solving large problems relating to differential equations called Finite Basis PINNs (FBPINNs). FBPINNs are inspired by classical finite element methods, where the solution of the differential equation is expressed as the sum of a finite set of basis functions with compact support. In FBPINNs neural networks are used to learn these basis functions, which are defined over small, overlapping subdomains. FBINNs are designed to address the spectral bias of neural networks by using separate input normalisation over each subdomain, and reduce the complexity of the underlying optimisation problem by using many smaller neural networks in a parallel divide-and-conquer approach. Our numerical experiments show that FBPINNs are effective in solving both small and larger, multi-scale problems, outperforming standard PINNs in both accuracy and computational resources required, potentially paving the way to the application of PINNs on large, real-world problems.

📄 PDF Abstract BibTeX arXiv:2107.07871

Code (1)

benmoseley/FBPINNs 공식 구현 jax

Similar Papers 제목 키워드 기반

Finite basis Kolmogorov-Arnold networks: domain decomposition for data-driven and physics-informed problems

2024-06-28 · Amanda A. Howard, Bruno Jacob, Sarah H. Murphy, Alexander Heinlein 외

Kolmogorov-Arnold networks (KANs) have attracted attention recently as an alternative to multilayer perceptrons (MLPs) for scientific machine learning. However, KANs can be expensive to train, even for relatively small n…

Kolmogorov-Arnold Networks

Scaling physics-informed neural networks to large domains by using domain decomposition

2021-09-27 · NeurIPS Workshop DLDE 2021 12 · Ben Moseley, Andrew Markham, Tarje Nissen-Meyer

Recently, physics-informed neural networks (PINNs) have offered a powerful new paradigm for solving forward and inverse problems relating to differential equations. Whilst promising, a key limitation to date is that PINN…

Multi-Preconditioned LBFGS for Training Finite-Basis PINNs

2026-01-13 · Marc Salvadó-Benasco, Aymane Kssim, Alexander Heinlein, Rolf Krause 외 arxiv

A multi-preconditioned LBFGS (MP-LBFGS) algorithm is introduced for training finite-basis physics-informed neural networks (FBPINNs). The algorithm is motivated by the nonlinear additive Schwarz method and exploits the d…

Towards Model Discovery Using Domain Decomposition and PINNs

2024-10-02 · Tirtho S. Saha, Alexander Heinlein, Cordula Reisch

We enhance machine learning algorithms for learning model parameters in complex systems represented by ordinary differential equations (ODEs) with domain decomposition methods. The study evaluates the performance of two …

modelModel Discovery

Neural network-driven domain decomposition for efficient solutions to the Helmholtz equation

2025-11-19 · Victorita Dolean, Daria Hrebenshchykova, Stéphane Lanteri, Victor Michel-Dansac arxiv

Accurately simulating wave propagation is crucial in fields such as acoustics, electromagnetism, and seismic analysis. Traditional numerical methods, like finite difference and finite element approaches, are widely used …

Computational Efficiency