Fast training of accurate physics-informed neural networks without gradient descent
Chinmay Datar, Taniya Kapoor, Abhishek Chandra, Qing Sun, Erik Lien Bolager, Iryna Burak, Anna Veselovska, Massimo Fornasier, Felix Dietrich
TL;DR
The paper tackles two main obstacles in solving time-dependent PDEs with PINNs: optimizers dealing with high-dimensional, multi-objective loss landscapes and the non-causal treatment of time. It introduces Frozen-PINN, which employs space–time separation with frozen random-space bases and time-varying output weights, decouples loss terms, and evolves time through adaptive ODE solvers rather than gradient descent. By sampling hidden-layer parameters via ELM or SWIM, converting PDEs to ODEs for the output coefficients, and optionally using a boundary-compliant layer or augmented ODEs, the method achieves temporally causal solutions with dramatically faster training and higher accuracy across eight challenging PDE benchmarks, including high advection, shocks, nonlinearities, and very high dimensions. An SVD layer further compresses the system and speeds up computation, enabling CPU-based training to rival or exceed GPU-based PINNs in many cases. The approach demonstrates a potential paradigm shift in neural PDE solvers, delivering quickly trainable, highly accurate, and inherently causal solvers while offering robust extensibility for future complex systems such as Navier–Stokes.
Abstract
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.
