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

Heterogeneous Deep Graph Infomax

About

Graph representation learning is to learn universal node representations that preserve both node attributes and structural information. The derived node representations can be used to serve various downstream tasks, such as node classification and node clustering. When a graph is heterogeneous, the problem becomes more challenging than the homogeneous graph node learning problem. Inspired by the emerging information theoretic-based learning algorithm, in this paper we propose an unsupervised graph neural network Heterogeneous Deep Graph Infomax (HDGI) for heterogeneous graph representation learning. We use the meta-path structure to analyze the connections involving semantics in heterogeneous graphs and utilize graph convolution module and semantic-level attention mechanism to capture local representations. By maximizing local-global mutual information, HDGI effectively learns high-level node representations that can be utilized in downstream graph-related tasks. Experiment results show that HDGI remarkably outperforms state-of-the-art unsupervised graph representation learning methods on both classification and clustering tasks. By feeding the learned representations into a parametric model, such as logistic regression, we even achieve comparable performance in node classification tasks when comparing with state-of-the-art supervised end-to-end GNN models.

Yuxiang Ren, Bo Liu, Chao Huang, Peng Dai, Liefeng Bo, Jiawei Zhang• 2019

Related benchmarks

TaskDatasetResultRank
Node ClassificationIMDB
Macro F1 Score0.3635
179
Node ClusteringACM
ARI50.86
57
Node ClusteringDBLP
NMI60.76
39
ClusteringIMDB--
34
Node ClusteringIMDB
NMI1.87
24
Object ClassificationACM
Micro F1 Score80.09
24
Object ClassificationMAG
Mic-F194.27
24
Object ClassificationDBLP
Micro F188.93
24
Node ClassificationIMDb (20% train)
Macro F1 Score59.14
20
Node ClassificationDBLP (20% train)
Macro F190.94
20
Showing 10 of 15 rows

Other info

Code

Follow for update