Skip to content

Water2sea/WITRAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WITRAN

Our proposed method, called Water-wave Information Transmission Recurrent Acceleration Network (WITRAN), outperforms the state-of-the-art methods by 5.80% and 14.28% on long-range and ultra-long-range time series forecasting tasks respectively, as demonstrated by experiments on four benchmark datasets.

News

Our paper, titled WITRAN: Water-wave Information Transmission and Recurrent Acceleration Network for Long-range Time Series Forecasting, has been accepted at NeurIPS 2023 as a spotlight! The final version can be found at: [WITRAN].

Get Start

  1. Install Python>=3.9, PyTorch 1.10.1.
  2. Download data. You can obtain all the benchmark datastes from [Autoformer] or [Informer].
  3. Train the model. Please change the default dataset and parameters in run.py and execute it with the following command:
python run.py

Citation

@inproceedings{jia2023witran,
  title={WITRAN: Water-wave Information Transmission and Recurrent Acceleration Network for Long-range Time Series Forecasting},
  author={Jia, Yuxin and Lin, Youfang and Hao, Xinyan and Lin, Yan and Guo, Shengnan and Wan, Huaiyu},
  booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages