VS-PINN: A fast and efficient training of physics-informed neural networks using variable-scaling methods for solving PDEs with stiff behavior
Seungchan Ko, Sang Hyeon Park
TL;DR
The paper addresses the difficulty of training physics-informed neural networks on stiff and high-frequency PDEs by introducing VS-PINN, a simple variable-scaling approach that performs a scale transformation $x \mapsto \overline{x}/N$, rewrites the PDE accordingly, and minimizes a scaled loss to suppress stiffness while recovering the original solution via $u(x)=v(Nx)$. Through numerical experiments on the Wave, Allen–Cahn, boundary-layer, and Navier–Stokes equations, VS-PINN consistently improves training efficiency and accuracy without increasing data requirements. The authors support their empirical findings with Neural Tangent Kernel analysis, showing that scaling enhances the effective convergence rate by enlarging the kernel eigenvalues in the averaged metric. They also discuss practical guidelines for choosing the scaling factor $N$ and acknowledge limitations and future directions in theory and wider PDE applicability. Overall, VS-PINN provides a practical tool to mitigate spectral bias and stiffness in PINN training with broad potential impact for scientific computing workflows.
Abstract
Physics-informed neural networks (PINNs) have recently emerged as a promising way to compute the solutions of partial differential equations (PDEs) using deep neural networks. However, despite their significant success in various fields, it remains unclear in many aspects how to effectively train PINNs if the solutions of PDEs exhibit stiff behaviors or high frequencies. In this paper, we propose a new method for training PINNs using variable-scaling techniques. This method is simple and it can be applied to a wide range of problems including PDEs with rapidly-varying solutions. Throughout various numerical experiments, we will demonstrate the effectiveness of the proposed method for these problems and confirm that it can significantly improve the training efficiency and performance of PINNs. Furthermore, based on the analysis of the neural tangent kernel (NTK), we will provide theoretical evidence for this phenomenon and show that our methods can indeed improve the performance of PINNs.
