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

Graph Transformer Networks

About

Graph neural networks (GNNs) have been widely used in representation learning on graphs and achieved state-of-the-art performance in tasks such as node classification and link prediction. However, most existing GNNs are designed to learn node representations on the fixed and homogeneous graphs. The limitations especially become problematic when learning representations on a misspecified graph or a heterogeneous graph that consists of various types of nodes and edges. In this paper, we propose Graph Transformer Networks (GTNs) that are capable of generating new graph structures, which involve identifying useful connections between unconnected nodes on the original graph, while learning effective node representation on the new graphs in an end-to-end fashion. Graph Transformer layer, a core layer of GTNs, learns a soft selection of edge types and composite relations for generating useful multi-hop connections so-called meta-paths. Our experiments show that GTNs learn new graph structures, based on data and tasks without domain knowledge, and yield powerful node representation via convolution on the new graphs. Without domain-specific graph preprocessing, GTNs achieved the best performance in all three benchmark node classification tasks against the state-of-the-art methods that require pre-defined meta-paths from domain knowledge.

Seongjun Yun, Minbyul Jeong, Raehyun Kim, Jaewoo Kang, Hyunwoo J. Kim• 2019

Related benchmarks

TaskDatasetResultRank
Node ClassificationIMDB
Macro F1 Score0.6047
179
Node ClassificationACM
Macro F191.31
104
Node ClassificationDBLP
Micro-F193.97
94
Node ClassificationDBLP (test)
Macro-F193.52
70
Node ClassificationIMDB (test)
Macro F1 Score60.47
70
Molecular Property ClassificationMoleculeNet BACE
ROC AUC69.7
36
Node ClassificationIMDB HGB (test)
Macro F164.59
27
Node ClassificationDBLP HGB (test)
Macro F193.52
27
Node ClassificationACM HGB (test)
Macro F191.31
27
Traffic Signal ControlNew York real-world (test)
Average Travel Time (ms)1.69e+3
26
Showing 10 of 16 rows

Other info

Code

Follow for update