yash-jakhmola / w-dstagnn

1 stars 0 forks source link

W-DSTAGNN

Wavelet-based Temporal Attention Improves Traffic Forecasting

model architecture

Requirements

Datasets

W-DSTAGNN is implemented on these public traffic datasets.

Processing the datasets:

Spatial-Temporal Aware Graph Construction

The graphs can be generated by code:

cd ./data/
python STAG_gen.py

The calculation uses CPU, which should be prepared for enough computation resources.

Train and Test

Configuration

The configuration file config.conf contains two parts: Data, Training:

Data

Training

Citation

If you find this repository useful in your research, please cite the following paper:

@inproceedings{wdstagnn,
  title={Wavelet-based Temporal Attention Improves Traffic Forecasting},
  author={Jakhmola, Yash and Kumar Mishra, Nitish and Ghosh, Kripabandhu and Chakraborty, Tanujit},
  year={2024}
}