NACELGNAApr 15

Fast training of accurate physics-informed neural networks without gradient descent

arXiv:2405.2083661.410 citationsh-index: 7
Predicted impact top 2% in NA · last 90 daysOriginality Highly original
AI Analysis

For researchers solving time-dependent PDEs, this work removes the need for gradient descent and specialized hardware, enabling fast and accurate PINN training.

Frozen-PINN uses random features and space-time separation to train physics-informed neural networks without gradient descent, achieving superior accuracy and training efficiency (often by orders of magnitude) on eight PDE benchmarks.

Solving time-dependent Partial Differential Equations (PDEs) is one of the most critical problems in computational science. While Physics-Informed Neural Networks (PINNs) offer a promising framework for approximating PDE solutions, their accuracy and training speed are limited by two core barriers: gradient-descent-based iterative optimization over complex loss landscapes and non-causal treatment of time as an extra spatial dimension. We present Frozen-PINN, a novel PINN based on the principle of space-time separation that leverages random features instead of training with gradient descent, and incorporates temporal causality by construction. On eight PDE benchmarks, including challenges such as extreme advection speeds, shocks, and high dimensionality, Frozen-PINNs achieve superior training efficiency and accuracy over state-of-the-art PINNs, often by several orders of magnitude. Our work addresses longstanding training and accuracy bottlenecks of PINNs, delivering quickly trainable, highly accurate, and inherently causal PDE solvers, a combination that prior methods could not realize. Our approach challenges the reliance of PINNs on stochastic gradient-descent-based methods and specialized hardware, leading to a paradigm shift in PINN training and providing a challenging benchmark for the community.

Code Implementations2 repos
Foundations

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

Your Notes