RBF-Assisted Hybrid Neural Network for Solving Partial Differential Equations

Ying Li,Wei Gao,Shihui Ying
DOI: https://doi.org/10.3390/math12111617
IF: 2.4
2024-05-22
Mathematics
Abstract:In scientific computing, neural networks have been widely used to solve partial differential equations (PDEs). In this paper, we propose a novel RBF-assisted hybrid neural network for approximating solutions to PDEs. Inspired by the tendency of physics-informed neural networks (PINNs) to become local approximations after training, the proposed method utilizes a radial basis function (RBF) to provide the normalization and localization properties to the input data. The objective of this strategy is to assist the network in solving PDEs more effectively. During the RBF-assisted processing part, the method selects the center points and collocation points separately to effectively manage data size and computational complexity. Subsequently, the RBF processed data are put into the network for predicting the solutions to PDEs. Finally, a series of experiments are conducted to evaluate the novel method. The numerical results confirm that the proposed method can accelerate the convergence speed of the loss function and improve predictive accuracy.
mathematics
What problem does this paper attempt to address?
This paper attempts to solve the problems of slow convergence speed and insufficient prediction accuracy encountered when using neural networks to solve partial differential equations (PDEs). Specifically, the paper proposes a radial basis function (RBF) - assisted hybrid neural network to improve the efficiency and accuracy of solving PDEs. ### Main problems and solutions 1. **Limitations of existing methods**: - Physics - informed neural networks (PINNs) perform well in solving PDEs, but may experience slow convergence or failure during the training process. - Traditional numerical methods (such as the finite volume method, the finite difference method, and the finite element method) are stable and highly interpretable, but mesh subdivision will significantly increase the computational complexity and storage cost, limiting their practical applications. 2. **Proposed solutions**: - **RBF - assisted processing**: By introducing the radial basis function (RBF), the input data is normalized and localized, enabling the neural network to more effectively handle large - scale solution domain problems and become a local approximator more quickly. - **Selection of center points and collocation points**: The method proposed by Chen et al. is adopted to select center points and collocation points respectively, effectively controlling the function value size after RBF processing and saving computational resources. - **Network structure optimization**: A hybrid neural network model is constructed by combining the RBF - processing part and the fully - connected neural network (FNN) for approximately solving PDEs. ### Experimental verification The paper verifies the effectiveness and robustness of the proposed method through multiple numerical experiments, including: - **1D Burgers' equation**: The experimental results show that the RBF - assisted neural network's predicted solutions at different time points are closer to the exact solutions, with a smaller absolute error. - **1D Schrodinger equation**: Similarly, the RBF - assisted neural network exhibits higher prediction accuracy when solving the Schrodinger equation. ### Summary By introducing RBF - assisted processing, this paper significantly improves the convergence speed and prediction accuracy of neural networks in solving PDEs, providing a new and effective approach for solving PDEs.