Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FreqMoE: Enhancing Time Series Forecasting through Frequency Decomposition Mixture of Experts

About

Long-term time series forecasting is essential in areas like finance and weather prediction. Besides traditional methods that operate in the time domain, many recent models transform time series data into the frequency domain to better capture complex patterns. However, these methods often use filtering techniques to remove certain frequency signals as noise, which may unintentionally discard important information and reduce prediction accuracy. To address this, we propose the Frequency Decomposition Mixture-of-Experts (FreqMoE) model, which dynamically decomposes time series data into frequency bands, each processed by a specialized expert. A gating mechanism adjusts the importance of each output of expert based on frequency characteristics, and the aggregated results are fed into a prediction module that iteratively refines the forecast using residual connections. Our experiments demonstrate that FreqMoE outperforms state-of-the-art models, achieving the best performance on 51 out of 70 metrics across all tested datasets, while significantly reducing the number of required parameters to under 50k, providing notable efficiency advantages. Code is available at: https://github.com/sunbus100/FreqMoE-main

Ziqi Liu• 2025

Related benchmarks

TaskDatasetResultRank
Multivariate ForecastingETTh1
MSE0.458
830
Multivariate Time-series ForecastingETTm1
MSE0.387
686
Multivariate Time-series ForecastingETTm2
MSE0.279
539
Multivariate Time-series ForecastingWeather
MSE0.263
409
Multivariate Time-series ForecastingTraffic
MSE0.522
310
Multivariate Time-series ForecastingExchange
MAE0.408
262
Multivariate Time-series ForecastingETTh2
MSE0.364
198
Multivariate Time-series ForecastingILI
MSE4.083
33
Showing 8 of 8 rows

Other info

Follow for update