Easy Begun Is Half Done: Spatial-Temporal Graph Modeling with ST-Curriculum Dropout

Abstract

Spatial-temporal (ST) graph modeling, such as traffic speed forecasting and taxi demand prediction, is an important task in deep learning area. However, for the nodes in the graph, their ST patterns can vary greatly in difficulties for modeling, owning to the heterogeneous nature of ST data. We argue that unveiling the nodes to the model in a meaningful order, from easy to complex, can provide performance improvements over traditional training procedure. The idea has its root in Curriculum Learning, which suggests in the early stage of training models can be sensitive to noise and difficult samples. In this paper, we propose ST-Curriculum Dropout, a novel and easy-to-implement strategy for spatial-temporal graph modeling. Specifically, we evaluate the learning difficulty of each node in high-level feature space and drop those difficult ones out to ensure the model only needs to handle fundamental ST relations at the beginning, before gradually moving to hard ones. Our strategy can be applied to any canonical deep learning architecture without extra trainable parameters, and extensive experiments on a wide range of datasets are conducted to illustrate that, by controlling the difficulty level of ST relations as the training progresses, the model is able to capture better representation of the data and thus yields better generalization.

Cite

Text

Wang et al. "Easy Begun Is Half Done: Spatial-Temporal Graph Modeling with ST-Curriculum Dropout." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I4.25590

Markdown

[Wang et al. "Easy Begun Is Half Done: Spatial-Temporal Graph Modeling with ST-Curriculum Dropout." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/wang2023aaai-easy/) doi:10.1609/AAAI.V37I4.25590

BibTeX

@inproceedings{wang2023aaai-easy,
  title     = {{Easy Begun Is Half Done: Spatial-Temporal Graph Modeling with ST-Curriculum Dropout}},
  author    = {Wang, Hongjun and Chen, Jiyuan and Pan, Tong and Fan, Zipei and Song, Xuan and Jiang, Renhe and Zhang, Lingyu and Xie, Yi and Wang, Zhongyi and Zhang, Boyuan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {4668-4675},
  doi       = {10.1609/AAAI.V37I4.25590},
  url       = {https://mlanthology.org/aaai/2023/wang2023aaai-easy/}
}