aikunyi / FourierGNN

Official implementation of the paper "FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective"
MIT License
139 stars 14 forks source link

FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective

This repo is the official Pytorch implementation of "FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective".

Running the Codes

python main.py

Citation

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

@inproceedings{yi2023fouriergnn,
title={Fourier{GNN}: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective},
author={Kun Yi and Qi Zhang and Wei Fan and Hui He and Liang Hu and Pengyang Wang and Ning An and Longbing Cao and Zhendong Niu},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023}
}

Acknowledgement

We appreciate the following github repos a lot for their valuable code base or datasets:

  1. StemGNN: https://github.com/microsoft/StemGNN
  2. MTGNN: https://github.com/nnzhan/MTGNN
  3. GraphWaveNet: https://github.com/nnzhan/Graph-WaveNet
  4. AGCRN: https://github.com/LeiBAI/AGCRN