Element-wise Multiplication Based Deeper Physics-Informed Neural Networks

Feilong Jiang,Xiaonan Hou,Min Xia
2024-09-12
Abstract:As a promising framework for resolving partial differential equations (PDEs), Physics-Informed Neural Networks (PINNs) have received widespread attention from industrial and scientific fields. However, lack of expressive ability and initialization pathology issues are found to prevent the application of PINNs in complex PDEs. In this work, we propose Deeper Physics-Informed Neural Network (Deeper-PINN) to resolve these issues. The element-wise multiplication operation is adopted to transform features into high-dimensional, non-linear spaces. Benefiting from element-wise multiplication operation, Deeper-PINNs can alleviate the initialization pathologies of PINNs and enhance the expressive capability of PINNs. The proposed structure is verified on various benchmarks. The results show that Deeper-PINNs can effectively resolve the initialization pathology and exhibit strong expressive ability.
Machine Learning,Artificial Intelligence,Neural and Evolutionary Computing
What problem does this paper attempt to address?
This paper attempts to address two major issues with Physics-Informed Neural Networks (PINNs) when solving Partial Differential Equations (PDEs): 1. **Insufficient Expressive Power**: Existing PINNs perform poorly when dealing with complex PDEs, especially when the solutions exhibit high-frequency or multi-scale characteristics. 2. **Initialization Pathology**: As the number of layers in PINNs increases, the initialization pathology exacerbates the gradient vanishing phenomenon, thereby limiting the application of deep PINNs. To address these issues, the authors propose a new architecture—Deeper Physics-Informed Neural Networks (Deeper-PINNs). By employing element-wise multiplication operations to map features into a high-dimensional nonlinear space, Deeper-PINNs can alleviate the initialization pathology and enhance the expressive power of PINNs. Experimental results show that this new architecture can effectively solve the initialization pathology problem and demonstrate stronger expressive power.