On the eigenvector bias of Fourier feature networks: From regression to solving multi-scale PDEs with physics-informed neural networks
Sifan Wang, Hanwen Wang, Paris Perdikaris
TL;DR
The paper analyzes why physics-informed neural networks misrepresent high-frequency or multi-scale PDE solutions by viewing training through the Neural Tangent Kernel (NTK) lens and identifying an eigenvector (spectral) bias. It introduces Fourier-feature embeddings to reshape the NTK spectrum and proposes two multi-scale PINN architectures (MFF and ST-MFF) that embed inputs with fixed Fourier bases to enable efficient learning across scales, including spatio-temporal domains. The authors demonstrate substantial improvements on forward and inverse multi-scale PDE benchmarks (Poisson, heat, wave, Gray-Scott) and provide a public codebase for reproducibility. This work offers a principled route to more robust PINNs for complex multi-scale systems and outlines future directions in NTK-based theory and initialization strategies.
Abstract
Physics-informed neural networks (PINNs) are demonstrating remarkable promise in integrating physical models with gappy and noisy observational data, but they still struggle in cases where the target functions to be approximated exhibit high-frequency or multi-scale features. In this work we investigate this limitation through the lens of Neural Tangent Kernel (NTK) theory and elucidate how PINNs are biased towards learning functions along the dominant eigen-directions of their limiting NTK. Using this observation, we construct novel architectures that employ spatio-temporal and multi-scale random Fourier features, and justify how such coordinate embedding layers can lead to robust and accurate PINN models. Numerical examples are presented for several challenging cases where conventional PINN models fail, including wave propagation and reaction-diffusion dynamics, illustrating how the proposed methods can be used to effectively tackle both forward and inverse problems involving partial differential equations with multi-scale behavior. All code an data accompanying this manuscript will be made publicly available at \url{https://github.com/PredictiveIntelligenceLab/MultiscalePINNs}.
