NeFut Logo NeFut
Admin Login

[CS.AI] DiffDiff: Innovating Diffusion Trajectory for Time Series Forecasting

Published at: 2026-07-28 22:00 Last updated: 2026-07-29 01:08
#algorithm #AI #Machine Learning

Abstract

Diffusion models have become a widely used framework for probabilistic time series forecasting, modeling the distribution of future values given an observed history. In time series forecasting, however, the future continues the observed history, creating an asymmetry the standard diffusion process leaves unaddressed, with slowly-varying content largely determined by the observed continuity while higher-frequency dynamics carry most of the residual uncertainty. Existing diffusion-based forecasters decouple this asymmetry through an external rule before generation, leaving the corruption trajectory blind to which parts of the target the history can already anchor.

We propose DiffDiff, a diffusion framework that embeds this predictability asymmetry into the diffusion trajectory itself, so that a single end-to-end diffusion process becomes aware of which parts of the target the history can already anchor. DiffDiff makes the forward operator step-dependent so that the noisy intermediate state progressively shifts from the target itself toward its second-order differenced structure, while a conditioning pathway supplies the denoiser with both value-domain and differential history information balanced by a stage-adaptive gate at each diffusion step. The terminal distribution approaches a standard Gaussian, preserving compatibility with existing samplers. On seven benchmarks across four prediction horizons, DiffDiff outperforms six diffusion baselines, and our analysis confirms that DiffDiff concentrates the diffusion's generative effort on the most uncertain components of the target while relieving it from rebuilding the history-anchored content.

Blogger's Review: DiffDiff significantly enhances time series forecasting accuracy by smartly integrating historical information with the diffusion process. This method showcases a unique advantage in handling uncertainty, making it a promising area for future research and applications.

Original Source: https://arxiv.org/abs/2607.22599

[h] Back to Home