paper-with-me

홈 › Papers

Generative Time Series Forecasting with Diffusion, Denoise, and Disentanglement

2023-01-08 · Yan Li, Xinjiang Lu, Yaqing Wang, Dejing Dou

Time series forecasting has been a widely explored task of great importance in many applications. However, it is common that real-world time series data are recorded in a short time period, which results in a big gap between the deep model and the limited and noisy time series. In this work, we propose to address the time series forecasting problem with generative modeling and propose a bidirectional variational auto-encoder (BVAE) equipped with diffusion, denoise, and disentanglement, namely D3VAE. Specifically, a coupled diffusion probabilistic model is proposed to augment the time series data without increasing the aleatoric uncertainty and implement a more tractable inference process with BVAE. To ensure the generated series move toward the true target, we further propose to adapt and integrate the multiscale denoising score matching into the diffusion process for time series forecasting. In addition, to enhance the interpretability and stability of the prediction, we treat the latent variable in a multivariate manner and disentangle them on top of minimizing total correlation. Extensive experiments on synthetic and real-world data show that D3VAE outperforms competitive algorithms with remarkable margins. Our implementation is available at https://github.com/PaddlePaddle/PaddleSpatial/tree/main/research/D3VAE.

📄 PDF Abstract BibTeX arXiv:2301.03028

Code (1)

paddlepaddle/paddlespatial 공식 구현 paddle

Tasks

DenoisingDisentanglementTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

StaTS: Spectral Trajectory Schedule Learning for Adaptive Time Series Forecasting with Frequency Guided Denoiser

2026-02-08 · Jintao Zhang, Zirui Liu, Mingyue Cheng, Xianquan Wang 외 arxiv

Diffusion models have been used for probabilistic time series forecasting and show strong potential. However, fixed noise schedules often produce intermediate states that are hard to invert and a terminal state that devi…

Probabilistic Time Series Forecasting

From Noise to Laws: Regularized Time-Series Forecasting via Denoised Dynamic Graphs

2025-09-27 · Hongwei Ma, Junbin Gao, Minh-ngoc Tran arxiv

Long-horizon multivariate time-series forecasting is challenging because realistic predictions must (i) denoise heterogeneous signals, (ii) track time-varying cross-series dependencies, and (iii) remain stable and physic…

A Financial Time Series Denoiser Based on Diffusion Model

2024-09-02 · Zhuohan Wang, Carmine Ventre

Financial time series often exhibit low signal-to-noise ratio, posing significant challenges for accurate data interpretation and prediction and ultimately decision making. Generative models have gained attention as powe…

Decision MakingTime Series

SimDiff: Simpler Yet Better Diffusion Model for Time Series Point Forecasting

2025-11-24 · Hang Ding, Xue Wang, Tian Zhou, Tao Yao arxiv

Diffusion models have recently shown promise in time series forecasting, particularly for probabilistic predictions. However, they often fail to achieve state-of-the-art point estimation performance compared to regressio…

Time Series Forecasting

Effective Probabilistic Time Series Forecasting with Fourier Adaptive Noise-Separated Diffusion

2025-05-16 · Xinyan Wang, Rui Dai, Kaikui Liu, Xiangxiang Chu

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 un…

Computational EfficiencyDenoisingProbabilistic Time Series Forecastingregression+2