Number Theoretic Accelerated Learning of Physics-Informed Neural Networks
Takashi Matsubara, Takaharu Yaguchi
TL;DR
This work tackles the computational bottleneck of physics-informed neural networks by addressing the discretization error introduced by finite collocation points in the physics-informed loss. It introduces Good Lattice Training (GLT), a lattice-based collocation scheme rooted in Korobov space theory, with periodization and randomization tricks that yield an improved quadrature error bound of $O\left(\frac{(\log N)^{\alpha s}}{N^{\alpha}}\right)$ under smoothness $\alpha$. Empirically, GLT achieves 2–7× reductions in required collocation points while maintaining competitive accuracy across PDEs (nonlinear Schrödinger, KdV, Allen–Cahn, Poisson) and PINN variants (CPINN), and it enhances parameter identification in system identification tasks. The method shows clear computational savings in low-dimensional settings (s ≤ 4) and suggests a practical approach to scaling PINNs with reduced training cost, though higher-dimensional cases reveal more nuanced behavior and potential limitations.
Abstract
Physics-informed neural networks solve partial differential equations by training neural networks. Since this method approximates infinite-dimensional PDE solutions with finite collocation points, minimizing discretization errors by selecting suitable points is essential for accelerating the learning process. Inspired by number theoretic methods for numerical analysis, we introduce good lattice training and periodization tricks, which ensure the conditions required by the theory. Our experiments demonstrate that GLT requires 2-7 times fewer collocation points, resulting in lower computational cost, while achieving competitive performance compared to typical sampling methods.
