8000 GitHub - Torea-L/D3U: Code for Diffusion-based Decoupled Deterministic and Uncertain Framework for Probabilistic Multivariate Time Series Forecasting
[go: up one dir, main page]

Skip to content
/ D3U Public

Code for Diffusion-based Decoupled Deterministic and Uncertain Framework for Probabilistic Multivariate Time Series Forecasting

Notifications You must be signed in to change notification settings

Torea-L/D3U

Repository files navigation

Diffusion-based Decoupled Deterministic and Uncertain Framework for Probabilistic MTS Forecasting

The repo is the official implementation for the paper: Diffusion-based Decoupled Deterministic and Uncertain Framework for Probabilistic MTS Forecasting

Overall Architecture

Logo

Usage

Train and evaluate the model. We provide all the above tasks under the folder ./scripts/. You can reproduce the results as the following examples:

    
# D3U Multivariate Probabilistic forecasting where SparseVQ functions as the conditioning network and PatchDN serves as the denoising
network.
bash ./scripts/SVQ/exp_study/
    
  
📋

Place the checkpoint of the already trained point prediction model into this folder. For example, path: pretrain_checkpoints/SVQ/all/weather/192/checkpoint.pth

The datasets can be obtained from Google Drive or Baidu Cloud.

Contact

If you have any questions or want to use the code, feel free to contact:

Citation

If you find this repo helpful, please cite our paper.

@inproceedings{li2025diffusion,
  title={Diffusion-based decoupled deterministic and uncertain framework for probabilistic multivariate time series forecasting},
  author={Li, Qi and Zhang, Zhenyu and Yao, Lei and Li, Zhaoxia and Zhong, Tianyi and Zhang, Yong},
  booktitle={The Thirteenth International Conference on Learning Representations},
  year={2025}
}

About

Code for Diffusion-based Decoupled Deterministic and Uncertain Framework for Probabilistic Multivariate Time Series Forecasting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0