paper-with-me

Papers

DEQGAN: Learning the Loss Function for PINNs with Generative Adversarial Networks

2022-09-15 · Blake Bullwinkel, Dylan Randle, Pavlos Protopapas, David Sondak

Solutions to differential equations are of significant scientific and engineering relevance. Physics-Informed Neural Networks (PINNs) have emerged as a promising method for solving differential equations, but they lack a theoretical justification for the use of any particular loss function. This work presents Differential Equation GAN (DEQGAN), a novel method for solving differential equations using generative adversarial networks to "learn the loss function" for optimizing the neural network. Presenting results on a suite of twelve ordinary and partial differential equations, including the nonlinear Burgers', Allen-Cahn, Hamilton, and modified Einstein's gravity equations, we show that DEQGAN can obtain multiple orders of magnitude lower mean squared errors than PINNs that use $L_2$, $L_1$, and Huber loss functions. We also show that DEQGAN achieves solution accuracies that are competitive with popular numerical methods. Finally, we present two methods to improve the robustness of DEQGAN to different hyperparameter settings.

📄 PDF Abstract BibTeX arXiv:2209.07081

Code (1)

dylanrandle/denn 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Huber loss The Huber loss function describes the penalty incurred by an estimation procedure f. Huber (1964) defines the loss function piecewise by[1] L δ ( a ) = { 1 2 a 2 for | a |…
Gravity Gravity is a kinematic approach to optimization based on gradients.

Similar Papers 제목 키워드 기반

Unsupervised Learning of Solutions to Differential Equations with Generative Adversarial Networks

2020-07-21 · Dylan Randle, Pavlos Protopapas, David Sondak

Solutions to differential equations are of significant scientific and engineering relevance. Recently, there has been a growing interest in solving differential equations with neural networks. This work develops a novel …

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…

When and Why Adversarial Training Improves PINNs: A Neural Tangent Kernel Perspective

2026-05-15 · Yuan-dong Cao, Chi Chiu SO, Jun-Min Wang, He Wang arxiv

Physics-informed neural networks (PINNs) are powerful surrogates for differential equations but are notoriously difficult to train due to spectral bias, stiffness, and poor accuracy on high-frequency or multiscale soluti…

Physics-guided generative adversarial network to learn physical models

2023-04-22 · Kazuo Yonekura

This short note describes the concept of guided training of deep neural networks (DNNs) to learn physically reasonable solutions. DNNs are being widely used to predict phenomena in physics and mechanics. One of the issue…

Generative Adversarial Network

Data-Guided Physics-Informed Neural Networks for Solving Inverse Problems in Partial Differential Equations

2024-07-15 · Wei Zhou, Y. F. Xu

Physics-informed neural networks (PINNs) represent a significant advancement in scientific machine learning by integrating fundamental physical laws into their architecture through loss functions. PINNs have been success…