NALGOct 16, 2022

A cusp-capturing PINN for elliptic interface problems

arXiv:2210.08424v266 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in computational physics and engineering by providing a mesh-free method for solving discontinuous-coefficient elliptic interface problems, though it is incremental as it builds on existing PINN frameworks.

The paper tackles elliptic interface problems with discontinuous coefficients by proposing a cusp-capturing physics-informed neural network (PINN) that captures solution cusps sharply, achieving prediction accuracy comparable to traditional methods using a shallow network with moderate neurons and sufficient training data.

In this paper, we propose a cusp-capturing physics-informed neural network (PINN) to solve discontinuous-coefficient elliptic interface problems whose solution is continuous but has discontinuous first derivatives on the interface. To find such a solution using neural network representation, we introduce a cusp-enforced level set function as an additional feature input to the network to retain the inherent solution properties; that is, capturing the solution cusps (where the derivatives are discontinuous) sharply. In addition, the proposed neural network has the advantage of being mesh-free, so it can easily handle problems in irregular domains. We train the network using the physics-informed framework in which the loss function comprises the residual of the differential equation together with certain interface and boundary conditions. We conduct a series of numerical experiments to demonstrate the effectiveness of the cusp-capturing technique and the accuracy of the present network model. Numerical results show that even using a one-hidden-layer (shallow) network with a moderate number of neurons and sufficient training data points, the present network model can achieve prediction accuracy comparable with traditional methods. Besides, if the solution is discontinuous across the interface, we can simply incorporate an additional supervised learning task for solution jump approximation into the present network without much difficulty.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes