Easy Begun is Half Done: Spatial-Temporal Graph Modeling with ST-Curriculum Dropout
Hongjun Wang, Jiyuan Chen, Tong Pan, Zipei Fan, Boyuan Zhang, Renhe, Jiang, Lingyu Zhang, Yi Xie, Zhongyi Wang, Xuan Song

TL;DR
This paper introduces ST-Curriculum Dropout, a simple yet effective method that improves spatial-temporal graph modeling by gradually exposing the model to more complex nodes based on their difficulty, leading to better generalization.
Contribution
It proposes a novel curriculum learning strategy for spatial-temporal graph models that assesses node difficulty and progressively incorporates complex nodes without extra parameters.
Findings
Improves forecasting accuracy across multiple datasets.
Enhances model generalization by curriculum-based training.
Compatible with existing deep learning architectures.
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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Data Management and Algorithms · Human Mobility and Location-Based Analysis
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Dropout
