Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Generative Time Series Forecasting with Diffusion, Denoise, and Disentanglement

About

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.

Yan Li, Xinjiang Lu, Yaqing Wang, Dejing Dou• 2023

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.292
729
Time Series ForecastingETTh1 (test)
MSE0.292
348
Time Series ForecastingETTm1
MSE0.527
334
Time Series ForecastingETTm1 (test)
MSE0.527
278
Time Series ForecastingTraffic (test)
MSE0.081
251
Time Series ForecastingWeather (test)
MSE0.169
200
Time Series ForecastingTraffic
MSE0.081
157
Multivariate Time-series ForecastingETTh1 (test)
MSE0.504
150
Multivariate long-term series forecastingExchange (test)
MSE0.2
146
Multivariate Time-series ForecastingWeather (test)
MSE0.375
140
Showing 10 of 34 rows

Other info

Code

Follow for update