WoodSugar / PreSTNet

Source Code the PreSTNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreSTNet: Pre-trained Spatio-Temporal Network for Traffic Forecasting, Information Fusion.

image

Source Code of the PreSTNet.

This work has been accepted in Information Fusion, and the all of the source codes are being updated.

If you find the paper or this repository is helpful, please cite it with the following format:

@article{fang-prestnet,
  title = {{{PreSTNet}}: {{Pre-trained}} Spatio-Temporal Network for Traffic Forecasting},
  author = {Fang, Shen and Ji, Wei and Xiang, Shiming and Hua, Wei},
  date = {2024},
  journaltitle = {Information Fusion},
  volume = {106},
  pages = {102241},
  issn = {1566-2535}
}

We have provided the following information for reproducibility

  1. Hyper-parameter settings in pre-training and fine-tuning phases
  2. Pre-trained backbone on three evaluation datasets (SubwayBJ, TaxiBJ, and PeMS03)
  3. Pre-processed data of the open-source PeMS03 dataset (saved on Google Drive)
  4. Detailed model structure under the framework of PyTorch, EasyTorch, and BasicTS.

More details is on the way

  1. Running guidance (e.g., python environment, pre-training and fine-tuning scripts).
  2. Detailed results of several experiments.
  3. Visualization result.

We are sorry that partial data is not provided due to commercial copyright agreement

  1. Original and pre-processed data of SubwayBJ dataset
  2. Original and pre-processed data of TaxiBJ dataset

Acknowledgement

We appreciate the EasyTorch and BasicTS toolboxes to support this work.

About

Source Code the PreSTNet

License:GNU General Public License v3.0


Languages

Language:Python 100.0%Language:Shell 0.0%