A Decomposable Forward Process in Diffusion Models for Time-Series Forecasting
Francisco Caldas, Sahil Kumar, Cláudia Soares
TL;DR
This work addresses loss of structured temporal information in diffusion-based time-series forecasting by introducing a decomposable forward diffusion process that performs stage-wise noise diffusion across spectral components identified by Fourier or Wavelet decompositions. The method is model-agnostic and compatible with existing backbones, and it preserves dominant seasonal and trend structures longer in the forward pass, improving long-horizon forecast quality with minimal computational overhead. The authors provide a general theoretical framework for component-wise diffusion, derive closed-form forward steps, and demonstrate empirical improvements across diverse real-world datasets, particularly those with strong seasonality, while offering insights into component selection and scheduler design. The approach enhances interpretability by mapping each diffusion stage to an interpretable signal component, enabling more reliable and explainable long-range predictions in applications such as energy, health, and finance.
Abstract
We introduce a model-agnostic forward diffusion process for time-series forecasting that decomposes signals into spectral components, preserving structured temporal patterns such as seasonality more effectively than standard diffusion. Unlike prior work that modifies the network architecture or diffuses directly in the frequency domain, our proposed method alters only the diffusion process itself, making it compatible with existing diffusion backbones (e.g., DiffWave, TimeGrad, CSDI). By staging noise injection according to component energy, it maintains high signal-to-noise ratios for dominant frequencies throughout the diffusion trajectory, thereby improving the recoverability of long-term patterns. This strategy enables the model to maintain the signal structure for a longer period in the forward process, leading to improved forecast quality. Across standard forecasting benchmarks, we show that applying spectral decomposition strategies, such as the Fourier or Wavelet transform, consistently improves upon diffusion models using the baseline forward process, with negligible computational overhead. The code for this paper is available at https://anonymous.4open.science/r/D-FDP-4A29.
