Section 01
[Introduction] FBPINNs: A New Domain Decomposition-Based Method for PINNs
FBPINNs (Finite Basis Physics-Informed Neural Networks) is a new method for physics-informed neural networks proposed by Ben Moseley et al. from the University of Oxford. Addressing the spectral bias problem of traditional PINNs (difficulty in capturing high-frequency/multi-scale features), it significantly improves the solution performance on high-frequency and multi-scale problems through domain decomposition, subdomain normalization, and flexible training scheduling, achieving a 10-1000x speedup. The project source code is available on GitHub (https://github.com/benmoseley/FBPINNs), and the related paper was published in Advances in Computational Mathematics in July 2023.