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

Efficient Heterogeneous Graph Learning via Random Projection

About

Heterogeneous Graph Neural Networks (HGNNs) are powerful tools for deep learning on heterogeneous graphs. Typical HGNNs require repetitive message passing during training, limiting efficiency for large-scale real-world graphs. Recent pre-computation-based HGNNs use one-time message passing to transform a heterogeneous graph into regular-shaped tensors, enabling efficient mini-batch training. Existing pre-computation-based HGNNs can be mainly categorized into two styles, which differ in how much information loss is allowed and efficiency. We propose a hybrid pre-computation-based HGNN, named Random Projection Heterogeneous Graph Neural Network (RpHGNN), which combines the benefits of one style's efficiency with the low information loss of the other style. To achieve efficiency, the main framework of RpHGNN consists of propagate-then-update iterations, where we introduce a Random Projection Squashing step to ensure that complexity increases only linearly. To achieve low information loss, we introduce a Relation-wise Neighbor Collection component with an Even-odd Propagation Scheme, which aims to collect information from neighbors in a finer-grained way. Experimental results indicate that our approach achieves state-of-the-art results on seven small and large benchmark datasets while also being 230% faster compared to the most effective baseline. Surprisingly, our approach not only surpasses pre-processing-based baselines but also outperforms end-to-end methods.

Jun Hu, Bryan Hooi, Bingsheng He• 2023

Related benchmarks

TaskDatasetResultRank
Node ClassificationIMDB
Macro F1 Score0.6753
179
Node ClassificationACM
Macro F194.09
104
Node ClassificationDBLP
Micro-F195.55
94
Node ClassificationOGB-MAG (test)
Accuracy57.73
55
Node Classificationogbn-mag (val)
Accuracy59.73
47
Node ClassificationFreebase
Macro F154.02
43
Node Classificationogbn-mag
Accuracy52.07
11
Node ClassificationOAG Venue
NDCG53.31
6
Node ClassificationOAG L1-Field
NDCG87.8
6
Showing 9 of 9 rows

Other info

Code

Follow for update