paper-with-me

Papers

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 non-smooth functions. Adversarial training (AT) is an established defense mechanism against adversarial attacks, which could also help in making the solution smooth. AT include augmenting the training mini-batch with a perturbation that makes the network output mismatch the desired output adversarially. Unlike formal AT, which relies only on the training data, here we encode the governing physical laws in the form of nonlinear differential equations using automatic differentiation in the adversarial network architecture. We compare PIAT with PINN to indicate the effectiveness of our method in solving NDEs for up to 10 dimensions. Moreover, we propose weight decay and Gaussian smoothing to demonstrate the PIAT advantages. The code repository is available at https://github.com/rohban-lab/PIAT.

📄 PDF Abstract BibTeX arXiv:2207.06647

Code (1)

rohban-lab/piat 공식 구현

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

PIAT: Parameter Interpolation based Adversarial Training for Image Classification

2023-03-24 · Kun He, Xin Liu, Yichen Yang, Zhou Qin 외

Adversarial training has been demonstrated to be the most effective approach to defend against adversarial attacks. However, existing adversarial training methods show apparent oscillations and overfitting issue in the t…

Classificationimage-classificationImage Classification

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 thos…

Adversarial Attack

RAMS: Residual-based adversarial-gradient moving sample method for scientific machine learning in solving partial differential equations

2025-09-01 · Weihang Ouyang, Min Zhu, Wei Xiong, Si-Wei Liu 외 arxiv

Physics-informed neural networks (PINNs) and neural operators, two leading scientific machine learning (SciML) paradigms, have emerged as powerful tools for solving partial differential equations (PDEs). Although increas…

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…

Solving Differential Equations using Physics-Informed Deep Equilibrium Models

2024-06-05 · Bruno Machado Pacheco, Eduardo Camponogara

This paper introduces Physics-Informed Deep Equilibrium Models (PIDEQs) for solving initial value problems (IVPs) of ordinary differential equations (ODEs). Leveraging recent advancements in deep equilibrium models (DEQs…