HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Graph Transformer Networks

Seongjun Yun; Minbyul Jeong; Raehyun Kim; Jaewoo Kang; Hyunwoo J. Kim

Graph Transformer Networks

Abstract

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.

Code Repositories

seongjunyun/Graph_Transformer_Networks
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
heterogeneous-node-classification-on-acmGTN
Macro-F1: 91.31
Micro-F1: 91.20
heterogeneous-node-classification-on-dblp-2GTN
Macro-F1: 93.52
Micro-F1: 93.97
heterogeneous-node-classification-on-imdbGTN
Macro-F1: 60.47
Micro-F1: 65.14

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Graph Transformer Networks | Papers | HyperAI