Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Frequency Adaptive Normalization For Non-stationary Time Series Forecasting

About

Time series forecasting typically needs to address non-stationary data with evolving trend and seasonal patterns. To address the non-stationarity, reversible instance normalization has been recently proposed to alleviate impacts from the trend with certain statistical measures, e.g., mean and variance. Although they demonstrate improved predictive accuracy, they are limited to expressing basic trends and are incapable of handling seasonal patterns. To address this limitation, this paper proposes a new instance normalization solution, called frequency adaptive normalization (FAN), which extends instance normalization in handling both dynamic trend and seasonal patterns. Specifically, we employ the Fourier transform to identify instance-wise predominant frequent components that cover most non-stationary factors. Furthermore, the discrepancy of those frequency components between inputs and outputs is explicitly modeled as a prediction task with a simple MLP model. FAN is a model-agnostic method that can be applied to arbitrary predictive backbones. We instantiate FAN on four widely used forecasting models as the backbone and evaluate their prediction performance improvements on eight benchmark datasets. FAN demonstrates significant performance advancement, achieving 7.76% ~ 37.90% average improvements in MSE.

Weiwei Ye, Songgaojun Deng, Qiaosha Zou, Ning Gui• 2024

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.441
601
Time Series ForecastingETTh2
MSE0.135
438
Time Series ForecastingETTm2
MSE0.105
382
Multivariate long-term forecastingETTh1
MSE0.362
344
Time Series ForecastingETTm1
MSE0.395
334
Multivariate long-term series forecastingETTh2
MSE0.112
319
Multivariate long-term series forecastingWeather
MSE0.172
288
Multivariate long-term series forecastingETTm1
MSE0.326
257
Time Series ForecastingWeather
MSE0.242
223
Multivariate long-term forecastingElectricity
MSE0.154
183
Showing 10 of 21 rows

Other info

Code

Follow for update