underdoc-wang / EAST-Net

[AAAI'22] Event-Aware Multimodal Mobility Nowcasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AAAI 2022 Paper

Usage

  • Training mode example (to train ST-Net on JONAS-NYC)
python Main.py -data=JONAS-NYC -model=ST-Net
  • Testing mode example (to test EAST-Net on COVID-US)
python Main.py -data=COVID-US -model=EAST-Net -test

Citation

If you find anything in this repository useful to your research, please cite our paper :) We sincerely appreciate it.

@inproceedings{wang2022event,
  title={Event-Aware Multimodal Mobility Nowcasting},
  author={Wang, Zhaonan and Jiang, Renhe and Xue, Hao and Salim, Flora D and Song, Xuan and Shibasaki, Ryosuke},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={36},
  number={4},
  pages={4228--4236},
  year={2022}
}

About

[AAAI'22] Event-Aware Multimodal Mobility Nowcasting

License:MIT License


Languages

Language:Python 100.0%