Extremization to Fine Tune Physics Informed Neural Networks for Solving Boundary Value Problems
Abhiram Anand Thiruthummal, Sergiy Shelyag, Eun-jin Kim
TL;DR
This work tackles the training inefficiency of physics-informed neural networks (PINNs) for boundary value problems by blending deep neural networks with Gauss-Newton Extremization (GNE) and enforcing initial/boundary conditions exactly through Theory of Functional Connections (TFC) and Reduced TFC. The approach leverages the representational power of deep nets while enabling rapid fine-tuning of the final layer via GNE, significantly accelerating convergence and improving accuracy across ODEs, PDEs, and coupled PDEs, including stiff systems and Navier–Stokes-related problems such as Kovasznay flow and Taylor-Green vortices. Results show substantial RMSR reductions and speedups (up to tens of times) relative to standard PINN and ELM baselines, with Reduced TFC delivering dramatic training-time improvements and extending applicability to more complex boundary geometries. The method demonstrates strong potential for practical PINN deployment, though it acknowledges sensitivity to large gradients and suggests future enhancements (multi-GPU GNE, analytic Jacobians, and non-gradient optimizers).
Abstract
We propose a novel method for fast and accurate training of physics-informed neural networks (PINNs) to find solutions to boundary value problems (BVPs) and initial boundary value problems (IBVPs). By combining the methods of training deep neural networks (DNNs) and Extreme Learning Machines (ELMs), we develop a model which has the expressivity of DNNs with the fine-tuning ability of ELMs. We showcase the superiority of our proposed method by solving several BVPs and IBVPs which include linear and non-linear ordinary differential equations (ODEs), partial differential equations (PDEs) and coupled PDEs. The examples we consider include a stiff coupled ODE system where traditional numerical methods fail, a 3+1D non-linear PDE, Kovasznay flow and Taylor-Green vortex solutions to incompressible Navier-Stokes equations and pure advection solution of 1+1 D compressible Euler equation. The Theory of Functional Connections (TFC) is used to exactly impose initial and boundary conditions (IBCs) of (I)BVPs on PINNs. We propose a modification to the TFC framework named Reduced TFC and show a significant improvement in the training and inference time of PINNs compared to IBCs imposed using TFC. Furthermore, Reduced TFC is shown to be able to generalize to more complex boundary geometries which is not possible with TFC. We also introduce a method of applying boundary conditions at infinity for BVPs and numerically solve the pure advection in 1+1 D Euler equations using these boundary conditions.
