Towards Non-Stationary Time Series Forecasting with Temporal Stabilization and Frequency Differencing
Junkai Lu, Peng Chen, Chenjuan Guo, Yang Shu, Meng Wang, Bin Yang
TL;DR
This work tackles non-stationarity in time series forecasting by introducing DTAF, a dual-branch architecture that handles temporal non-stationarity with Temporal Stabilizing Fusion (TFS) and spectral non-stationarity with Frequency Wave Modeling (FWM). A Dual-branch Attention module fuses the temporal and spectral representations to produce robust forecasts. Extensive experiments across 11 real-world datasets demonstrate state-of-the-art accuracy, with notable gains on non-stationary tasks like Covid-19 and NN5, and ablations confirm that both branches and the attention fusion contribute significantly. The methodology advances non-stationary time-series modeling by jointly addressing shifts in time and frequency domains and provides a practical, reproducible framework with available code.
Abstract
Time series forecasting is critical for decision-making across dynamic domains such as energy, finance, transportation, and cloud computing. However, real-world time series often exhibit non-stationarity, including temporal distribution shifts and spectral variability, which pose significant challenges for long-term time series forecasting. In this paper, we propose DTAF, a dual-branch framework that addresses non-stationarity in both the temporal and frequency domains. For the temporal domain, the Temporal Stabilizing Fusion (TFS) module employs a non-stationary mix of experts (MOE) filter to disentangle and suppress temporal non-stationary patterns while preserving long-term dependencies. For the frequency domain, the Frequency Wave Modeling (FWM) module applies frequency differencing to dynamically highlight components with significant spectral shifts. By fusing the complementary outputs of TFS and FWM, DTAF generates robust forecasts that adapt to both temporal and frequency domain non-stationarity. Extensive experiments on real-world benchmarks demonstrate that DTAF outperforms state-of-the-art baselines, yielding significant improvements in forecasting accuracy under non-stationary conditions. All codes are available at https://github.com/decisionintelligence/DTAF.
