Efficient Global-Local Fusion Sampling for Physics-Informed Neural Networks
Jiaqi Luo, Shixin Xu, Zhouwang Yang
TL;DR
This work tackles the sensitivity of Physics-Informed Neural Networks (PINNs) to collocation-point placement, a key factor in accurately approximating PDE residuals. It introduces Global-Local Fusion (GLF) sampling, which combines residual-adaptive neighborhood sampling with a lightweight residual-distribution surrogate to retain global stability while enabling local refinement. The method comprises two main components: (i) Local Residual-driven Probabilistic Sampling that concentrates samples around high-residual regions using $h(\boldsymbol{x})=\frac{\alpha}{r(\boldsymbol{x})+\epsilon}$, and (ii) Global Distribution-Based Selection that uses an inexpensive approximation of the residual distribution to pick new points without expensive derivatives. Extensive benchmarks show that GLF consistently improves accuracy and reduces memory usage compared with global and purely local samplers, providing a scalable, stable framework for solving high-dimensional PDEs with PINNs.
Abstract
The accuracy of Physics-Informed Neural Networks (PINNs) critically depends on the placement of collocation points, as the PDE loss is approximated through sampling over the solution domain. Global sampling ensures stability by covering the entire domain but requires many samples and is computationally expensive, whereas local sampling improves efficiency by focusing on high-residual regions but may neglect well-learned areas, reducing robustness. We propose a Global-Local Fusion (GLF) Sampling Strategy that combines the strengths of both approaches. Specifically, new collocation points are generated by perturbing training points with Gaussian noise scaled inversely to the residual, thereby concentrating samples in difficult regions while preserving exploration. To further reduce computational overhead, a lightweight linear surrogate is introduced to approximate the global residual-based distribution, achieving similar effectiveness at a fraction of the cost. Together, these components, residual-adaptive sampling and residual-based approximation, preserve the stability of global methods while retaining the efficiency of local refinement. Extensive experiments on benchmark PDEs demonstrate that GLF consistently improves both accuracy and efficiency compared with global and local sampling strategies. This study provides a practical and scalable framework for enhancing the reliability and efficiency of PINNs in solving complex and high-dimensional PDEs.
