MG-TSD: Multi-Granularity Time Series Diffusion Models with Guided Learning Process
Xinyao Fan, Yueying Wu, Chang Xu, Yuhao Huang, Weiqing Liu, Jiang Bian
TL;DR
MG-TSD tackles probabilistic time-series forecasting with diffusion models by exploiting intrinsic multi-granularity structure in data as intermediate guidance. It derives a multi-granularity guidance diffusion loss and implements a training scheme where coarse-grained targets guide intermediate diffusion steps, using a shared denoiser and variance schedule across granularities. Experiments on six real-world datasets show state-of-the-art performance across CRPS_sum, NMAE_sum, and NRMSE_sum, with robust long-horizon forecasting. The approach does not require external data, enhancing applicability while stabilizing sampling and improving forecast fidelity. Overall, the work highlights multi-granularity signals as a powerful supervision mechanism for diffusion-based probabilistic forecasting.
Abstract
Recently, diffusion probabilistic models have attracted attention in generative time series forecasting due to their remarkable capacity to generate high-fidelity samples. However, the effective utilization of their strong modeling ability in the probabilistic time series forecasting task remains an open question, partially due to the challenge of instability arising from their stochastic nature. To address this challenge, we introduce a novel Multi-Granularity Time Series Diffusion (MG-TSD) model, which achieves state-of-the-art predictive performance by leveraging the inherent granularity levels within the data as given targets at intermediate diffusion steps to guide the learning process of diffusion models. The way to construct the targets is motivated by the observation that the forward process of the diffusion model, which sequentially corrupts the data distribution to a standard normal distribution, intuitively aligns with the process of smoothing fine-grained data into a coarse-grained representation, both of which result in a gradual loss of fine distribution features. In the study, we derive a novel multi-granularity guidance diffusion loss function and propose a concise implementation method to effectively utilize coarse-grained data across various granularity levels. More importantly, our approach does not rely on additional external data, making it versatile and applicable across various domains. Extensive experiments conducted on real-world datasets demonstrate that our MG-TSD model outperforms existing time series prediction methods.
