Search papers, labs, and topics across Lattice.
The paper introduces Scale-PINN, a novel training strategy for physics-informed neural networks (PINNs) that incorporates the iterative residual-correction principle from numerical solvers directly into the loss function. This approach significantly accelerates convergence and improves accuracy compared to state-of-the-art PINNs, achieving speedups of up to hours to sub-2 minutes on fluid dynamics problems. Scale-PINN demonstrates its efficacy on challenging problems in aerodynamics and urban science, showcasing its potential for practical adoption in scientific and engineering applications.
Scale-PINN slashes PINN training time from hours to minutes by borrowing a key principle from classical numerical solvers: iterative residual correction.
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.