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

Frequency-domain MLPs are More Effective Learners in Time Series Forecasting

About

Time series forecasting has played the key role in different industrial, including finance, traffic, energy, and healthcare domains. While existing literatures have designed many sophisticated architectures based on RNNs, GNNs, or Transformers, another kind of approaches based on multi-layer perceptrons (MLPs) are proposed with simple structure, low complexity, and {superior performance}. However, most MLP-based forecasting methods suffer from the point-wise mappings and information bottleneck, which largely hinders the forecasting performance. To overcome this problem, we explore a novel direction of applying MLPs in the frequency domain for time series forecasting. We investigate the learned patterns of frequency-domain MLPs and discover their two inherent characteristic benefiting forecasting, (i) global view: frequency spectrum makes MLPs own a complete view for signals and learn global dependencies more easily, and (ii) energy compaction: frequency-domain MLPs concentrate on smaller key part of frequency components with compact signal energy. Then, we propose FreTS, a simple yet effective architecture built upon Frequency-domain MLPs for Time Series forecasting. FreTS mainly involves two stages, (i) Domain Conversion, that transforms time-domain signals into complex numbers of frequency domain; (ii) Frequency Learning, that performs our redesigned MLPs for the learning of real and imaginary part of frequency components. The above stages operated on both inter-series and intra-series scales further contribute to channel-wise and time-wise dependency learning. Extensive experiments on 13 real-world benchmarks (including 7 benchmarks for short-term forecasting and 6 benchmarks for long-term forecasting) demonstrate our consistent superiority over state-of-the-art methods.

Kun Yi, Qi Zhang, Wei Fan, Shoujin Wang, Pengyang Wang, Hui He, Defu Lian, Ning An, Longbing Cao, Zhendong Niu• 2023

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.653
869
Time Series ForecastingETTh2
MSE1.06
796
Long-term time-series forecastingETTh1
MAE0.407
600
Long-term time-series forecastingWeather
MSE0.185
527
Multivariate long-term forecastingETTh1
MSE0.454
509
Time Series ForecastingETTh1 (test)
MSE0.475
482
Long-term time-series forecastingETTm2
MSE0.196
479
Long-term time-series forecastingETTh2
MSE0.372
474
Multivariate long-term series forecastingETTh2
MSE0.236
470
Long-term time-series forecastingETTm1
MSE0.339
463
Showing 10 of 165 rows
...

Other info

Code

Follow for update