LGMay 27, 2022

Auto-PINN: Understanding and Optimizing Physics-Informed Neural Architecture

arXiv:2205.13748v233 citationsh-index: 38
Originality Incremental advance
AI Analysis

This work addresses the challenge of hyperparameter tuning in PINNs for scientific computing, offering an automated solution that improves efficiency and accuracy, though it is incremental as it applies existing NAS techniques to a specific domain.

The authors tackled the problem of optimizing neural architecture hyperparameters for Physics-Informed Neural Networks (PINNs), which are meshless PDE solvers, by proposing Auto-PINN, an automated hyperparameter optimization approach using Neural Architecture Search, resulting in architectures with superior stability and accuracy compared to baselines.

Physics-informed neural networks (PINNs) are revolutionizing science and engineering practice by bringing together the power of deep learning to bear on scientific computation. In forward modeling problems, PINNs are meshless partial differential equation (PDE) solvers that can handle irregular, high-dimensional physical domains. Naturally, the neural architecture hyperparameters have a large impact on the efficiency and accuracy of the PINN solver. However, this remains an open and challenging problem because of the large search space and the difficulty of identifying a proper search objective for PDEs. Here, we propose Auto-PINN, the first systematic, automated hyperparameter optimization approach for PINNs, which employs Neural Architecture Search (NAS) techniques to PINN design. Auto-PINN avoids manually or exhaustively searching the hyperparameter space associated with PINNs. A comprehensive set of pre-experiments using standard PDE benchmarks allows us to probe the structure-performance relationship in PINNs. We find that the different hyperparameters can be decoupled, and that the training loss function of PINNs is a good search objective. Comparison experiments with baseline methods demonstrate that Auto-PINN produces neural architectures with superior stability and accuracy over alternative baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes