Not All Frequencies Are Equal: Energy-Adaptive Diffusion for Time Series Forecasting

Published: 30 Apr 2026, Last Modified: 24 Jun 2026ICML 2026 regularEveryoneRevisionsBibTeXCC BY-NC-ND 4.0
Abstract: Diffusion models have achieved remarkable success in generative modeling, yet their application to time series forecasting remains suboptimal. Existing approaches apply uniform Gaussian noise across all time steps, assuming all frequency components should be corrupted at the same rate. However, energy distribution across frequencies in time series is highly non-uniform: when uniform noise is added, high-frequency components are disproportionately overwhelmed while low-frequency trends remain inadequately diffused. We propose EADiff, an energy-adaptive diffusion framework operating in the wavelet domain to address this frequency-energy imbalance. Our key insight is that high-energy components require stronger perturbation while low-energy details need gentler corruption to preserve informative structures. We introduce a learnable modulation mechanism that automatically adjusts noise levels for each frequency band on a per-instance basis. Built upon this adaptive scheduler, we design a conditional diffusion framework where low-frequency trends serve as generation conditions, and noise-level-aware loss weighting naturally emphasizes different frequency components according to their signal characteristics. This cohesive design enables the model to respect the intrinsic multi-scale structure throughout both forward and reverse processes. Extensive experiments demonstrate that EADiff consistently outperforms existing diffusion-based and state-of-the-art deterministic methods.
Lay Summary: Forecasting future values in time series such as energy use, traffic, or weather is difficult because these signals contain both slow trends and fast fluctuations. We developed a new forecasting method that learns how to treat different parts of the signal differently, so important information is preserved instead of being blurred together. The method adapts itself to each dataset, which helps it learn more effectively and make more accurate predictions. Experiments on several benchmark datasets show that it performs better than strong existing forecasting methods, especially for long-range predictions. This may help improve forecasting in applications where reliable predictions support better planning and decision-making.
Link To Code: https://github.com/KurohaneNioko/EADiff
Primary Area: Applications->Time Series
Keywords: Wavelet transform, Diffusion model, Diffusion Transformer, Autoregressive Forecast, Time Series
Originally Submitted PDF: pdf
Submission Number: 16525
Loading