Graph WaveNet for Deep Spatial-Temporal Graph Modeling
Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, Chengqi Zhang

TL;DR
Graph WaveNet introduces an adaptive, end-to-end deep learning framework that effectively models complex spatial-temporal dependencies in graph data, outperforming existing methods especially in capturing long-range temporal sequences.
Contribution
The paper proposes a novel graph neural network architecture with adaptive dependency learning and dilated convolutions for improved spatial-temporal modeling.
Findings
Superior performance on traffic datasets METR-LA and PEMS-BAY
Effective capture of hidden spatial dependencies
Handles very long temporal sequences
Abstract
Spatial-temporal graph modeling is an important task to analyze the spatial relations and temporal trends of components in a system. Existing approaches mostly capture the spatial dependency on a fixed graph structure, assuming that the underlying relation between entities is pre-determined. However, the explicit graph structure (relation) does not necessarily reflect the true dependency and genuine relation may be missing due to the incomplete connections in the data. Furthermore, existing methods are ineffective to capture the temporal trends as the RNNs or CNNs employed in these methods cannot capture long-range temporal sequences. To overcome these limitations, we propose in this paper a novel graph neural network architecture, Graph WaveNet, for spatial-temporal graph modeling. By developing a novel adaptive dependency matrix and learn it through node embedding, our model can…
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
TopicsAdvanced Graph Neural Networks · Traffic Prediction and Management Techniques · Human Mobility and Location-Based Analysis
MethodsGraph Neural Network · Mixture of Logistic Distributions · Dilated Causal Convolution · WaveNet · Convolution
