Effective Probabilistic Time Series Forecasting with Fourier Adaptive Noise-Separated Diffusion
Xinyan Wang, Rui Dai, Kaikui Liu, Xiangxiang Chu
TL;DR
FALDA tackles long-horizon probabilistic time series forecasting by decomposing targets into non-stationary, stationary, and noise components using Fourier analysis, enabling component-specific modeling. It combines a non-stationary adapter, a flexible time-series backbone, and a conditional diffusion denoiser (DEMA) to learn the aleatoric noise while reducing epistemic uncertainty, with final predictions formed as $\hat{Y}_{\text{FALDA}} = \hat{Y}_{\text{non}} + \hat{Y}_{\text{stat}} + \hat{R}$. The framework is grounded in the Diffusion Model for Residual Regression (DMRR), unifying CARD and standard DDPM dynamics for residual learning and proving equivalence of residual diffusion processes; this enables efficient, non-autoregressive forecasting via DDIM. Empirically, FALDA yields superior point estimates and probabilistic forecasts across six real-world datasets, alongside substantial computational speedups over prior diffusion-based TSF methods, highlighting its practical impact for scalable, accurate forecasting under uncertainty.
Abstract
We propose the Fourier Adaptive Lite Diffusion Architecture (FALDA), a novel probabilistic framework for time series forecasting. First, we introduce the Diffusion Model for Residual Regression (DMRR) framework, which unifies diffusion-based probabilistic regression methods. Within this framework, FALDA leverages Fourier-based decomposition to incorporate a component-specific architecture, enabling tailored modeling of individual temporal components. A conditional diffusion model is utilized to estimate the future noise term, while our proposed lightweight denoiser, DEMA (Decomposition MLP with AdaLN), conditions on the historical noise term to enhance denoising performance. Through mathematical analysis and empirical validation, we demonstrate that FALDA effectively reduces epistemic uncertainty, allowing probabilistic learning to primarily focus on aleatoric uncertainty. Experiments on six real-world benchmarks demonstrate that FALDA consistently outperforms existing probabilistic forecasting approaches across most datasets for long-term time series forecasting while achieving enhanced computational efficiency without compromising accuracy. Notably, FALDA also achieves superior overall performance compared to state-of-the-art (SOTA) point forecasting approaches, with improvements of up to 9%.
