A PINN-enriched finite element method for linear elliptic problems
Xiao Chen, Yixin Luo, Jingrun Chen
TL;DR
The paper introduces a hybrid solver that couples physics-informed neural networks (PINNs) with the finite element method (FEM) to tackle linear elliptic PDEs. A PINN is trained to produce $u_{\theta}$, which enriches the FE space through additive $V_{h}^{+}=V_{h}+u_{\theta}$ or multiplicative $V_{h}^{*}=V_{h}\,u_{\theta}$, after which FEM solves the problem in this enriched space. The authors provide an a priori error analysis showing that the enriched methods retain the same convergence order as classical FEM, with potential accuracy gains tied to the PINN's derivative accuracy, and they address boundary conditions via a boundary operator and a two-phase training strategy. Numerical experiments in one to three dimensions validate the approach, illustrating both improved accuracy in some settings and limitations in others, and pointing to future work on adaptive meshes and extensions to nonlinear problems.
Abstract
In this paper, we propose a hybrid method that combines finite element method (FEM) and physics-informed neural network (PINN) for solving linear elliptic problems. This method contains three steps: (1) train a PINN and obtain an approximate solution $u_θ$; (2) enrich the finite element space with $u_θ$; (3) obtain the final solution by FEM in the enriched space. In the second step, the enriched space is constructed by addition $v + u_θ$ or multiplication $v \cdot u_θ$, where $v$ belongs to the standard finite element space. We conduct the convergence analysis for the proposed method. Compared to the standard FEM, the same convergence order is obtained and higher accuracy can be achieved when solution derivatives are well approximated in PINN. Numerical examples from one dimension to three dimensions verify these theoretical results. For some examples, the accuracy of the proposed method can be reduced by a couple of orders of magnitude compared to the standard FEM.
