WFTNet: Exploiting Global and Local Periodicity in Long-term Time Series Forecasting
About
Recent CNN and Transformer-based models tried to utilize frequency and periodicity information for long-term time series forecasting. However, most existing work is based on Fourier transform, which cannot capture fine-grained and local frequency structure. In this paper, we propose a Wavelet-Fourier Transform Network (WFTNet) for long-term time series forecasting. WFTNet utilizes both Fourier and wavelet transforms to extract comprehensive temporal-frequency information from the signal, where Fourier transform captures the global periodic patterns and wavelet transform captures the local ones. Furthermore, we introduce a Periodicity-Weighted Coefficient (PWC) to adaptively balance the importance of global and local frequency patterns. Extensive experiments on various time series datasets show that WFTNet consistently outperforms other state-of-the-art baseline. Code is available at https://github.com/Hank0626/WFTNet.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Long-term multivariate forecasting | ECL horizon 96 (test) | MSE0.164 | 22 | |
| Time Series Forecasting | ETTh1 Horizon 96 (test) | MSE0.382 | 17 | |
| Time Series Forecasting | ETTh1 Horizon 720 (test) | MSE0.519 | 17 | |
| Time Series Forecasting | Traffic Horizon 96 (test) | MSE0.594 | 17 | |
| Time Series Forecasting | Traffic Horizon 720 (test) | MSE0.664 | 17 | |
| Time Series Forecasting | Weather Horizon 96 (test) | MSE0.161 | 9 | |
| Time Series Forecasting | Weather Horizon 720 (test) | MSE0.347 | 9 | |
| Time Series Forecasting | ECL Horizon 720 (test) | MSE0.23 | 9 |