GaAN: Gated Attention Networks for Learning on Large and Spatiotemporal Graphs
About
We propose a new network architecture, Gated Attention Networks (GaAN), for learning on graphs. Unlike the traditional multi-head attention mechanism, which equally consumes all attention heads, GaAN uses a convolutional sub-network to control each attention head's importance. We demonstrate the effectiveness of GaAN on the inductive node classification problem. Moreover, with GaAN as a building block, we construct the Graph Gated Recurrent Unit (GGRU) to address the traffic speed forecasting problem. Extensive experiments on three real-world datasets show that our GaAN framework achieves state-of-the-art results on both tasks.
Jiani Zhang, Xingjian Shi, Junyuan Xie, Hao Ma, Irwin King, Dit-Yan Yeung• 2018
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Classification | ogbn-arxiv (test) | Accuracy71.97 | 382 | |
| Node Classification | Reddit (test) | -- | 134 | |
| Node Classification | PPI (test) | F1 (micro)0.9871 | 126 | |
| Node Classification | ogbn-proteins | ROC AUC78 | 74 | |
| Node Classification | -- | 66 | ||
| Node Classification | ogbn-arxiv v1 (test) | Accuracy71.97 | 52 | |
| Node Property Prediction | ogbn-proteins (test) | ROC AUC0.7803 | 34 | |
| Node Classification | Reddit inductive (test) | Micro F196.36 | 29 | |
| Node Classification | PPI | F1 Score (micro)96.9 | 25 | |
| Inductive Node Classification | PPI (test) | Micro F1 Score98.71 | 19 |
Showing 10 of 13 rows