LGCOMP-PHFLU-DYNJun 8, 2023

An adaptive augmented Lagrangian method for training physics and equality constrained artificial neural networks

arXiv:2306.04904v220 citationsh-index: 23
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently training constrained neural networks for PDE solving in computational physics, offering an incremental improvement over existing methods.

The authors tackled the challenge of training physics and equality constrained neural networks (PECANN) for solving PDEs, where conventional augmented Lagrangian methods stall on complex problems; they proposed an adaptive ALM with unique penalty parameters per constraint, achieving effective simulation of incompressible fluid flows up to Reynolds number 1000.

Physics and equality constrained artificial neural networks (PECANN) are grounded in methods of constrained optimization to properly constrain the solution of partial differential equations (PDEs) with their boundary and initial conditions and any high-fidelity data that may be available. To this end, adoption of the augmented Lagrangian method within the PECANN framework is paramount for learning the solution of PDEs without manually balancing the individual loss terms in the objective function used for determining the parameters of the neural network. Generally speaking, ALM combines the merits of the penalty and Lagrange multiplier methods while avoiding the ill conditioning and convergence issues associated singly with these methods . In the present work, we apply our PECANN framework to solve forward and inverse problems that have an expanded and diverse set of constraints. We show that ALM with its conventional formulation to update its penalty parameter and Lagrange multipliers stalls for such challenging problems. To address this issue, we propose an adaptive ALM in which each constraint is assigned a unique penalty parameter that evolve adaptively according to a rule inspired by the adaptive subgradient method. Additionally, we revise our PECANN formulation for improved computational efficiency and savings which allows for mini-batch training. We demonstrate the efficacy of our proposed approach by solving several forward and PDE-constrained inverse problems with noisy data, including simulation of incompressible fluid flows with a primitive-variables formulation of the Navier-Stokes equations up to a Reynolds number of 1000.

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