Frequency Shift Physics-Informed Extreme Learning Machine for Solving High-Frequency Partial Differential Equations
Summary
The Frequency Shift Physics-Informed Extreme Learning Machine (FS-PIELM) framework is introduced to overcome spectral bias in solving high-frequency partial differential equations (PDEs) using physics-informed machine learning. This method employs an additive weight initialization mechanism that translates the mean of the Gaussian weight distribution while maintaining a fixed variance of unity, avoiding variance amplification seen in scaling-based approaches. Two variants, FS-PIELM-L and FS-PIELM-G, assign independent or grouped frequency magnitudes to neurons, respectively. Theoretical analysis confirms the framework's bounded frequency variance, approaching unity regardless of target frequency. Preserving the computational efficiency of extreme learning machines, FS-PIELM requires only a single linear solve. Experiments across seven benchmark problems, including Helmholtz and wave equations, demonstrated that the linear variant achieved superior accuracy in six cases, showing improvements of one to nearly five orders of magnitude over existing PIELM methods. Code and data will be publicly available at https://github.com/xgxgnpu/Physics-informed-vibe-coding/tree/main/FS-PIELM, published on 2026-07-02.
Key takeaway
For Machine Learning Engineers developing physics-informed models for high-frequency partial differential equations, you should consider adopting the FS-PIELM framework. Its additive weight initialization significantly improves accuracy by one to five orders of magnitude over existing PIELM variants, effectively mitigating spectral bias. This approach maintains computational efficiency, requiring only a single linear solve, making it a powerful tool for complex scientific computing tasks.
Key insights
FS-PIELM uses an additive weight initialization to mitigate spectral bias in high-frequency PDE solutions.
Principles
- Additive weight initialization prevents variance amplification.
- Bounded frequency variance improves high-frequency learning.
- Preserving ELM efficiency allows fast solutions.
Method
FS-PIELM initializes weights by translating the mean of a Gaussian distribution, keeping variance at unity. It offers linear (FS-PIELM-L) and grouped (FS-PIELM-G) neuron frequency assignments.
In practice
- Apply FS-PIELM-L for high-accuracy PDE solutions.
- Use FS-PIELM for computationally efficient physics-informed models.
- Explore FS-PIELM-G for robustness in complex geometries.
Topics
- Physics-Informed Machine Learning
- Partial Differential Equations
- Extreme Learning Machines
- Spectral Bias
- Weight Initialization
- High-Frequency PDEs
Code references
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.