paper-with-me

Papers

Adversarial Training for Physics-Informed Neural Networks

2023-10-18 · Yao Li, Shengzhu Shi, Zhichang Guo, Boying Wu

Physics-informed neural networks have shown great promise in solving partial differential equations. However, due to insufficient robustness, vanilla PINNs often face challenges when solving complex PDEs, especially those involving multi-scale behaviors or solutions with sharp or oscillatory characteristics. To address these issues, based on the projected gradient descent adversarial attack, we proposed an adversarial training strategy for PINNs termed by AT-PINNs. AT-PINNs enhance the robustness of PINNs by fine-tuning the model with adversarial samples, which can accurately identify model failure locations and drive the model to focus on those regions during training. AT-PINNs can also perform inference with temporal causality by selecting the initial collocation points around temporal initial values. We implement AT-PINNs to the elliptic equation with multi-scale coefficients, Poisson equation with multi-peak solutions, Burgers equation with sharp solutions and the Allen-Cahn equation. The results demonstrate that AT-PINNs can effectively locate and reduce failure regions. Moreover, AT-PINNs are suitable for solving complex PDEs, since locating failure regions through adversarial attacks is independent of the size of failure regions or the complexity of the distribution.

📄 PDF Abstract BibTeX arXiv:2310.11789

Code (1)

yaoli90/at-pinn 공식 구현 pytorch

Tasks

Adversarial Attack

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Is $L^2$ Physics-Informed Loss Always Suitable for Training Physics-Informed Neural Network?

2022-06-04 · Chuwei Wang, Shanda Li, Di He, LiWei Wang

The Physics-Informed Neural Network (PINN) approach is a new and promising way to solve partial differential equations using deep learning. The $L^2$ Physics-Informed Loss is the de-facto standard in training Physics-Inf…

PIAT: Physics Informed Adversarial Training for Solving Partial Differential Equations

2022-07-14 · Simin Shekarpaz, Mohammad Azizmalayeri, Mohammad Hossein Rohban

In this paper, we propose the physics informed adversarial training (PIAT) of neural networks for solving nonlinear differential equations (NDE). It is well-known that the standard training of neural networks results in …

Revisiting PINNs: Generative Adversarial Physics-informed Neural Networks and Point-weighting Method

2022-05-18 · Wensheng Li, Chao Zhang, Chuncheng Wang, Hanting Guan 외

Physics-informed neural networks (PINNs) provide a deep learning framework for numerically solving partial differential equations (PDEs), and have been widely used in a variety of PDE problems. However, there still remai…

Physics-Informed Operator Learning for Hemodynamic Modeling

2025-09-22 · Ryan Chappell, Chayan Banerjee, Kien Nguyen, Clinton Fookes arxiv

Accurate modeling of personalized cardiovascular dynamics is crucial for non-invasive monitoring and therapy planning. State-of-the-art physics-informed neural network (PINN) approaches employ deep, multi-branch architec…

Knowledge DistillationContrastive Learning

A Residual Guided strategy with Generative Adversarial Networks in training Physics-Informed Transformer Networks

2025-07-15 · Ziyang Zhang, Feifan Zhang, Weidong Tang, Lei Shi 외 arxiv

Nonlinear partial differential equations (PDEs) are pivotal in modeling complex physical systems, yet traditional Physics-Informed Neural Networks (PINNs) often struggle with unresolved residuals in critical spatiotempor…