Skip to content

The official implementation of paper "Disentangled Parameter-Efficient Linear Model for Long-Term Time Series Forecasting" (DASFAA 2026)

License

Notifications You must be signed in to change notification settings

wintertee/DiPE-Linear

Repository files navigation

Disentangled Parameter-Efficient Linear Model for Long-Term Time Series Forecasting (DASFAA 2026)

arXiv DOI license

The official implementation of paper "Disentangled Parameter-Efficient Linear Model for Long-Term Time Series Forecasting" (DASFAA 2026)

Requirements

We recommend using the latest versions of dependencies. However, you can refer to the environment.yml file to set up the same environment as we used.

Dataset

All datasets are stored as CSV files and compressed in GZ format. Please place the datasets in the ./dataset directory.

  • For the M5 dataset, we recommend downloading it from M5-methods and preprocessing it using preprocessing/M5.py.
  • For other datasets, we recommend downloading them from Autoformer.

Usage

All experiments can be reproduced using the scripts/DiPE.sh script.

Citation

If you find this repo useful, please cite our paper:

@misc{zhao2024dipe,
      title={Disentangled Interpretable Representation for Efficient Long-term Time Series Forecasting}, 
      author={Yuang Zhao and Tianyu Li and Jiadong Chen and Shenrong Ye and Fuxin Jiang and Tieying Zhang and Xiaofeng Gao},
      year={2024},
      eprint={2411.17257},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2411.17257}, 
}

License

This repo is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

The official implementation of paper "Disentangled Parameter-Efficient Linear Model for Long-Term Time Series Forecasting" (DASFAA 2026)

Resources

License

Stars

Watchers

Forks

Contributors