SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2205.01059 · 2022

Enhanced Physics-Informed Neural Networks with Augmented Lagrangian Relaxation Method (AL-PINNs)

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
hwijaeson/al-pinns canonical 3 of 8
FunctionStatusWhere it lives
analytic Ran hwijaeson/al-pinns/Klein-Gordon/Klein-Gordon_AL-PINNs.py
pointer only (licence: NONE) · get_code("2e565809300e8c7b")
u_tt Ran hwijaeson/al-pinns/Klein-Gordon/Klein-Gordon_AL-PINNs.py
pointer only (licence: NONE) · get_code("fc2834479dc976d1")
u_xx Ran hwijaeson/al-pinns/Klein-Gordon/Klein-Gordon_AL-PINNs.py
pointer only (licence: NONE) · get_code("d9ecc655747db3c3")
analytic Not yet run hwijaeson/al-pinns/Helmholtz/Helmholtz_AL-PINNs.py
pointer only (licence: NONE) · get_code("e00e619951c254f6")
calculate_all_partial Not yet run hwijaeson/al-pinns/Viscous_Burgers/Viscous_Burgers_AL-PINNs.py
pointer only (licence: NONE) · get_code("895844e755513abd")
calculate_derivative Not yet run hwijaeson/al-pinns/Helmholtz/Helmholtz_AL-PINNs.py
pointer only (licence: NONE) · get_code("c5d9ee92f06e1490")
q Not yet run hwijaeson/al-pinns/Helmholtz/Helmholtz_AL-PINNs.py
pointer only (licence: NONE) · get_code("b12145bbb0141949")
train Not yet run hwijaeson/al-pinns/Viscous_Burgers/Viscous_Burgers_AL-PINNs.py
pointer only (licence: NONE) · get_code("11cdefe64d123b83")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Physics-Informed Neural Networks (PINNs) have become a prominent application of deep learning in scientific computation, as they are powerful approximators of solutions to nonlinear partial differential equations (PDEs). There have been numerous attempts to facilitate the training process of PINNs by adjusting the weight of each component of the loss function, called adaptive loss-balancing algorithms. In this paper, we propose an Augmented Lagrangian relaxation method for PINNs (AL-PINNs). We treat the initial and boundary conditions as constraints for the optimization problem of the PDE residual. By employing Augmented Lagrangian relaxation, the constrained optimization problem becomes a sequential max-min problem so that the learnable parameters $λ$ adaptively balance each loss component. Our theoretical analysis reveals that the sequence of minimizers of the proposed loss functions converges to an actual solution for the Helmholtz, viscous Burgers, and Klein--Gordon equations. We demonstrate through various numerical experiments that AL-PINNs yield a much smaller relative error compared with that of state-of-the-art adaptive loss-balancing algorithms.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2205.01059")
get_code_for_paper("2205.01059")
have("2205.01059")

Connect an agent — have() is free.