ELM-FBPINNs: An Efficient Multilevel Random Feature Method
This work addresses efficiency and robustness challenges in PINNs for scientific computing, offering an incremental improvement over existing domain-decomposed variants.
The paper tackles the slow convergence and spectral bias issues in physics-informed neural networks (PINNs) by proposing ELM-FBPINNs, a hybrid method combining multilevel domain decomposition with random feature models, which achieves competitive accuracy while significantly accelerating convergence and improving robustness on benchmark problems.
Domain-decomposed variants of physics-informed neural networks (PINNs) such as finite basis PINNs (FBPINNs) mitigate some of PINNs' issues like slow convergence and spectral bias through localisation, but still rely on iterative nonlinear optimisation within each subdomain. In this work, we propose a hybrid approach that combines multilevel domain decomposition and partition-of-unity constructions with random feature models, yielding a method referred to as multilevel ELM-FBPINN. By replacing trainable subdomain networks with extreme learning machines, the resulting formulation eliminates backpropagation entirely and reduces training to a structured linear least-squares problem. We provide a systematic numerical study comparing ELM-FBPINNs and multilevel ELM-FBPINNs with standard PINNs and FBPINNs on representative benchmark problems, demonstrating that ELM-FBPINNs and multilevel ELM-FBPINNs achieve competitive accuracy while significantly accelerating convergence and improving robustness with respect to architectural and optimisation parameters. Through ablation studies, we further clarify the distinct roles of domain decomposition and random feature enrichment in controlling expressivity, conditioning, and scalability.