Solving Parametric PDEs with Radial Basis Functions and Deep Neural Networks

Guanhang Lei,Zhen Lei,Lei Shi,Chenyu Zeng
2024-04-12
Abstract:We propose the POD-DNN, a novel algorithm leveraging deep neural networks (DNNs) along with radial basis functions (RBFs) in the context of the proper orthogonal decomposition (POD) reduced basis method (RBM), aimed at approximating the parametric mapping of parametric partial differential equations on irregular domains. The POD-DNN algorithm capitalizes on the low-dimensional characteristics of the solution manifold for parametric equations, alongside the inherent offline-online computational strategy of RBM and DNNs. In numerical experiments, POD-DNN demonstrates significantly accelerated computation speeds during the online phase. Compared to other algorithms that utilize RBF without integrating DNNs, POD-DNN substantially improves the computational speed in the online inference process. Furthermore, under reasonable assumptions, we have rigorously derived upper bounds on the complexity of approximating parametric mappings with POD-DNN, thereby providing a theoretical analysis of the algorithm's empirical performance.
Numerical Analysis,Machine Learning
What problem does this paper attempt to address?
This paper mainly discusses how to efficiently solve the mapping problem of parameterized partial differential equations (PPDEs) in irregular domains by combining radial basis functions (RBF), deep neural networks (DNN), and proper orthogonal decomposition (POD). PPDEs are widely used in describing complex phenomena in various scientific and engineering fields, but direct solving usually requires a large amount of computational resources. The paper proposes a new algorithm called POD-DNN, which utilizes the low-dimensional characteristics of PPDE solutions, the offline-online calculation strategy of RBF, and the powerful representation and approximation capabilities of DNN. In the offline stage, the algorithm extracts the main features from the parameter samples using POD, constructs a low-dimensional basis space, and trains the parameter mapping using DNN. In the online stage, the forward propagation of DNN can quickly predict new parameters, significantly improving computational efficiency and reducing the computational cost during online inference compared to using only RBF. In addition, the paper provides theoretical analysis, rigorously derives the complexity upper bound of using POD-DNN to approximate parameter mapping, and verifies the performance of the algorithm in practice. The experimental part demonstrates the superiority of POD-DNN in numerical simulations and compares it with the RCM method that only uses RBF. In conclusion, this paper aims to solve the efficient numerical solution problem of PPDEs in irregular domains. By combining RBF, DNN, and POD, faster online computation speed and better computational efficiency are achieved.