FreqMoE: Dynamic Frequency Enhancement for Neural PDE Solvers
Tianyu Chen, Haoyi Zhou, Ying Li, Hao Wang, Zhenzhe Zhang, Tianchen Zhu, Shanghang Zhang, Jianxin Li
TL;DR
This work tackles the high-frequency signal loss inherent to Fourier Neural Operators (FNO) caused by fixed spectral truncation. It introduces FreqMoE, a sparse frequency-domain mixture-of-experts framework that dynamically processes high-frequency components while reusing low-frequency patterns through a LoRA-inspired, low-rank upcycling of pre-trained weights, enabling parameter-efficient adaptation. The Low-frequency Pretraining, High-frequency Fine-tuning (LPHF) paradigm, coupled with sparse gating and TopK activation, yields up to 16.6% accuracy gains with orders-of-magnitude fewer parameters across both regular and irregular grids and enhances long-term stability. The approach generalizes across FNO variants, supporting high-resolution PDE solving with reduced computational cost and providing a practical pathway toward frequency-aware neural PDE solvers.
Abstract
Fourier Neural Operators (FNO) have emerged as promising solutions for efficiently solving partial differential equations (PDEs) by learning infinite-dimensional function mappings through frequency domain transformations. However, the sparsity of high-frequency signals limits computational efficiency for high-dimensional inputs, and fixed-pattern truncation often causes high-frequency signal loss, reducing performance in scenarios such as high-resolution inputs or long-term predictions. To address these challenges, we propose FreqMoE, an efficient and progressive training framework that exploits the dependency of high-frequency signals on low-frequency components. The model first learns low-frequency weights and then applies a sparse upward-cycling strategy to construct a mixture of experts (MoE) in the frequency domain, effectively extending the learned weights to high-frequency regions. Experiments on both regular and irregular grid PDEs demonstrate that FreqMoE achieves up to 16.6% accuracy improvement while using merely 2.1% parameters (47.32x reduction) compared to dense FNO. Furthermore, the approach demonstrates remarkable stability in long-term predictions and generalizes seamlessly to various FNO variants and grid structures, establishing a new ``Low frequency Pretraining, High frequency Fine-tuning'' paradigm for solving PDEs.
