Scale-PINN: Learning Efficient Physics-Informed Neural Networks Through Sequential Correction
Pao-Hsiung Chiu, Jian Cheng Wong, Chin Chun Ooi, Chang Wei, Yuchen Fan, Yew-Soon Ong
TL;DR
Scale-PINN blends the residual-correction principles of iterative solvers with physics-informed neural networks by embedding a sequential correction loss that applies a residual-smoothing operator $\mathcal{P}_{\alpha}=(I-\alpha^2\nabla^2)$ to the update $\mathcal{F}=f(\cdot;\boldsymbol{w}^k)-f(\cdot;\boldsymbol{w}^{k-1})$, yielding fast, stable convergence for diverse PDEs. The method delivers sub-minute training on challenging Navier–Stokes problems and demonstrates strong accuracy across benchmark PDEs (KS, Grey–Scott, KdV, Allen–Cahn) while reducing reliance on curriculum or data supervision. This work provides a practical, scalable PINN framework, bridging numerical iterative methods and deep learning, and opens avenues for rapid, mesh-free simulations in engineering and urban science. The approach is generic, easily integrated with standard optimizers and architectures, and can be extended to other PDEs and domains by choosing appropriate residual-smoothing operators and correction terms.
Abstract
Physics-informed neural networks (PINNs) have emerged as a promising mesh-free paradigm for solving partial differential equations, yet adoption in science and engineering is limited by slow training and modest accuracy relative to modern numerical solvers. We introduce the Sequential Correction Algorithm for Learning Efficient PINN (Scale-PINN), a learning strategy that bridges modern physics-informed learning with numerical algorithms. Scale-PINN incorporates the iterative residual-correction principle, a cornerstone of numerical solvers, directly into the loss formulation, marking a paradigm shift in how PINN losses can be conceived and constructed. This integration enables Scale-PINN to achieve unprecedented convergence speed across PDE problems from different physics domain, including reducing training time on a challenging fluid-dynamics problem for state-of-the-art PINN from hours to sub-2 minutes while maintaining superior accuracy, and enabling application to representative problems in aerodynamics and urban science. By uniting the rigor of numerical methods with the flexibility of deep learning, Scale-PINN marks a significant leap toward the practical adoption of PINNs in science and engineering through scalable, physics-informed learning. Codes are available at https://github.com/chiuph/SCALE-PINN.
