Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SPAGAN: Shortest Path Graph Attention Network

About

Graph convolutional networks (GCN) have recently demonstrated their potential in analyzing non-grid structure data that can be represented as graphs. The core idea is to encode the local topology of a graph, via convolutions, into the feature of a center node. In this paper, we propose a novel GCN model, which we term as Shortest Path Graph Attention Network (SPAGAN). Unlike conventional GCN models that carry out node-based attentions within each layer, the proposed SPAGAN conducts path-based attention that explicitly accounts for the influence of a sequence of nodes yielding the minimum cost, or shortest path, between the center node and its higher-order neighbors. SPAGAN therefore allows for a more informative and intact exploration of the graph structure and further {a} more effective aggregation of information from distant neighbors into the center node, as compared to node-based GCN methods. We test SPAGAN on the downstream classification task on several standard datasets, and achieve performances superior to the state of the art. Code is publicly available at https://github.com/ihollywhy/SPAGAN.

Yiding Yang, Xinchao Wang, Mingli Song, Junsong Yuan, Dacheng Tao• 2021

Related benchmarks

TaskDatasetResultRank
Node ClassificationPubmed
Accuracy79.6
742
Node ClassificationCora-ML
Accuracy83.31
228
Node ClassificationACTIVSg500
Accuracy96.19
18
Node ClassificationACTIVSg200
Accuracy81.83
18
Node ClassificationACTIVSg 2000
Accuracy86
16
Node ClassificationIEEE 118-Bus
Accuracy78.55
16
Weighted shortest path predictionSTD1
Accuracy87.86
2
Weighted shortest path predictionSTD2
Accuracy90.75
2
Weighted shortest path predictionRTD1
Accuracy82.22
2
Weighted shortest path predictionRTD2
Accuracy82.43
2
Showing 10 of 10 rows

Other info

Follow for update