Laplace-fPINNs: Laplace-based fractional physics-informed neural networks for solving forward and inverse problems of subdiffusion

Xiong-Bin Yan,Zhi-Qin John Xu,Zheng Ma
2023-04-03
Abstract:The use of Physics-informed neural networks (PINNs) has shown promise in solving forward and inverse problems of fractional diffusion equations. However, due to the fact that automatic differentiation is not applicable for fractional derivatives, solving fractional diffusion equations using PINNs requires addressing additional challenges. To address this issue, this paper proposes an extension to PINNs called Laplace-based fractional physics-informed neural networks (Laplace-fPINNs), which can effectively solve the forward and inverse problems of fractional diffusion equations. This approach avoids introducing a mass of auxiliary points and simplifies the loss function. We validate the effectiveness of the Laplace-fPINNs approach using several examples. Our numerical results demonstrate that the Laplace-fPINNs method can effectively solve both the forward and inverse problems of high-dimensional fractional diffusion equations.
Numerical Analysis,Machine Learning
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper aims to address the forward and inverse problems of fractional diffusion equations. Specifically, the study proposes a physics-informed neural network based on the Laplace transform (Laplace-fPINNs) to effectively handle the forward and inverse problems in fractional diffusion equations. #### Main Contributions: 1. **New Method**: A new method named Laplace-fPINNs is proposed to solve time-fractional diffusion equations (1.1). This method significantly reduces the computational cost of the loss function during neural network training and eliminates the need for auxiliary points required in previous studies to approximate the time-fractional derivatives. 2. **High-Dimensional Diffusion Coefficient Identification**: The proposed Laplace-fPINNs method is used to solve the challenging problem of identifying high-dimensional diffusion coefficients from given measurements, which is typically difficult to solve using traditional inverse methods. ### Main Challenges Addressed 1. **Inapplicability of Automatic Differentiation**: Since automatic differentiation is not applicable to fractional derivatives, additional challenges need to be overcome when using physics-informed neural networks (PINNs) to solve fractional diffusion equations. 2. **Introduction of Auxiliary Points**: Previous methods (such as fPINNs and MC-fPINNs) required the introduction of auxiliary points to compute fractional derivatives, increasing computational costs. ### Method Overview 1. **Laplace Transform**: The original time-fractional diffusion equation is transformed into the Laplace space using the Laplace transform, thereby avoiding the direct handling of fractional derivatives in the time domain. 2. **Application of PINNs in Laplace Space**: Physics-informed neural networks (PINNs) are used to solve the equations in the Laplace space. 3. **Numerical Inverse Laplace Transform**: The solution in the Laplace space is converted back to the time domain through a numerical inverse Laplace transform (NILT). Through these steps, the paper demonstrates that the Laplace-fPINNs method can effectively solve the forward and inverse problems of fractional diffusion equations.