Frequency Shift Physics-Informed Extreme Learning Machine for Solving High-Frequency Partial Differential Equations

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, quick

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

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

Topics

Code references

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.