用频率偏移解决高频微分方程求解难题,提升精度与稳定性。
Frequency Shift Physics-Informed Extreme Learning Machine for Solving High-Frequency Partial Differential Equations

- 通过平移权重分布均值而非缩放,避免方差膨胀。
- 在7个基准问题中6次达到最优,精度提升1到近5个数量级。
- 保留极限学习机高效性,适合高频率物理模拟场景。
高频率解的偏微分方程求解仍是物理信息机器学习中的核心挑战,源于神经网络固有的谱偏差——优先学习低频成分。本文提出频率偏移物理信息极限学习机(FS-PIELM)框架,通过加性权重初始化机制克服此限制。不同于乘法缩放方式,该方法固定方差为1,仅平移高斯权重分布的均值,从而避免方差放大。提出两种变体:FS-PIELM-L为各神经元独立分配频率幅度,FS-PIELM-G则分组神经元以增强鲁棒性。理论分析表明,新框架下频率方差始终有界且趋近于1,而传统方法呈二次增长。该方法保持极限学习机高效性,仅需一次线性求解。在涵盖六类方程(赫姆霍兹、波动、泊松、克莱因-戈登、热传导、对流-扩散)的七项基准测试中,线性变体在六项任务上表现最佳,相比现有PIELM方法精度提升1至近5个数量级。代码与数据将公开于https://github.com/xgxgnpu/Physics-informed-vibe-coding/tree/main/FS-PIELM。
原文摘要 · Abstract (English)
Solving partial differential equations (PDEs) with high-frequency solutions remains a central challenge in physics-informed machine learning due to spectral bias -- the tendency of neural networks to learn low-frequency components preferentially. This paper proposes a Frequency Shift Physics-Informed Extreme Learning Machine (FS-PIELM) framework that addresses this limitation through an additive mechanism for weight initialization. Rather than multiplying random weights by a scaling factor, the method translates the mean of the Gaussian weight distribution while keeping the variance fixed at unity, thereby avoiding the variance amplification inherent in scaling-based methods. Two variants are developed: FS-PIELM-L assigns independent frequency magnitudes to individual neurons, while FS-PIELM-G groups neurons for improved robustness. Theoretical analysis shows that the frequency variance under the proposed framework remains bounded and approaches unity regardless of target frequency, in contrast to the quadratic growth of conventional approaches. The method preserves the computational efficiency of extreme learning machines, requiring only a single linear solve. Experiments on seven benchmark problems spanning six equation types -- Helmholtz, wave, Poisson, Klein-Gordon, heat, and advection-diffusion -- on both regular and complex geometries show that the linear variant achieves the best accuracy in six of seven cases, with improvements of one to nearly five orders of magnitude over existing PIELM variants. The code and data accompanying this manuscript will be made publicly available at https://github.com/xgxgnpu/Physics-informed-vibe-coding/tree/main/FS-PIELM.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。