Adaptive Graph Diffusion Networks

30 Dec 2020  ·  Chuxiong Sun, Jie Hu, Hongming Gu, Jinpeng Chen, MingChuan Yang ·

Graph Neural Networks (GNNs) have received much attention in the graph deep learning domain. However, recent research empirically and theoretically shows that deep GNNs suffer from over-fitting and over-smoothing problems. The usual solutions either cannot solve extensive runtime of deep GNNs or restrict graph convolution in the same feature space. We propose the Adaptive Graph Diffusion Networks (AGDNs) which perform multi-layer generalized graph diffusion in different feature spaces with moderate complexity and runtime. Standard graph diffusion methods combine large and dense powers of the transition matrix with predefined weighting coefficients. Instead, AGDNs combine smaller multi-hop node representations with learnable and generalized weighting coefficients. We propose two scalable mechanisms of weighting coefficients to capture multi-hop information: Hop-wise Attention (HA) and Hop-wise Convolution (HC). We evaluate AGDNs on diverse, challenging Open Graph Benchmark (OGB) datasets with semi-supervised node classification and link prediction tasks. Until the date of submission (Aug 26, 2022), AGDNs achieve top-1 performance on the ogbn-arxiv, ogbn-proteins and ogbl-ddi datasets and top-3 performance on the ogbl-citation2 dataset. On the similar Tesla V100 GPU cards, AGDNs outperform Reversible GNNs (RevGNNs) with 13% complexity and 1% training runtime of RevGNNs on the ogbn-proteins dataset. AGDNs also achieve comparable performance to SEAL with 36% training and 0.2% inference runtime of SEAL on the ogbl-citation2 dataset.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Link Property Prediction ogbl-citation2 AGDN w/GraphSAINT Test MRR 0.8549 ± 0.0029 # 9
Validation MRR 0.8556 ± 0.0033 # 9
Number of params 306716 # 11
Ext. data No # 1
Link Property Prediction ogbl-ddi AGDN (AUC loss) Test Hits@20 0.9538 ± 0.0094 # 4
Validation Hits@20 0.8943 ± 0.0281 # 3
Number of params 3506691 # 7
Ext. data No # 1
Link Property Prediction ogbl-ppa AGDN Test Hits@100 0.4123 ± 0.0159 # 14
Validation Hits@100 0.4332 ± 0.0092 # 14
Number of params 36904259 # 5
Ext. data No # 1
Node Property Prediction ogbn-arxiv AGDN+BoT+self-KD Test Accuracy 0.7428 ± 0.0017 # 20
Validation Accuracy 0.7526 ± 0.0001 # 22
Number of params 1513294 # 25
Ext. data No # 1
Node Property Prediction ogbn-arxiv GIANT-XRT+AGDN+BoT Test Accuracy 0.7618 ± 0.0016 # 11
Validation Accuracy 0.7724 ± 0.0006 # 8
Number of params 1309760 # 37
Ext. data Yes # 1
Node Property Prediction ogbn-arxiv GIANT-XRT+AGDN+BoT+self-KD Test Accuracy 0.7637 ± 0.0011 # 7
Validation Accuracy 0.7719 ± 0.0008 # 9
Number of params 1309760 # 37
Ext. data Yes # 1
Node Property Prediction ogbn-arxiv AGDN (GAT-HA+3_heads+labels) Test Accuracy 0.7398 ± 0.0009 # 30
Validation Accuracy 0.7519 ± 0.0009 # 24
Number of params 1508555 # 28
Ext. data No # 1
Node Property Prediction ogbn-arxiv AGDN+BoT Test Accuracy 0.7410 ± 0.0015 # 26
Validation Accuracy 0.7522 ± 0.0007 # 23
Number of params 1513294 # 25
Ext. data No # 1
Node Property Prediction ogbn-arxiv AGDN+BoT+self-KD+C&S Test Accuracy 0.7431 ± 0.0014 # 19
Validation Accuracy 0.7518 ± 0.0009 # 26
Number of params 1513294 # 25
Ext. data No # 1
Node Property Prediction ogbn-arxiv AGDN (GAT-HA+3_heads) Test Accuracy 0.7375 ± 0.0021 # 36
Validation Accuracy 0.7483 ± 0.0009 # 39
Number of params 1447115 # 31
Ext. data No # 1
Node Property Prediction ogbn-products AGDN Test Accuracy 0.8334 ± 0.0027 # 28
Validation Accuracy 0.9229 ± 0.0010 # 36
Number of params 1544047 # 24
Ext. data No # 1
Node Property Prediction ogbn-proteins AGDN Test ROC-AUC 0.8865 ± 0.0013 # 3
Validation ROC-AUC 0.9418 ± 0.0005 # 4
Number of params 8605486 # 7
Ext. data No # 1

Methods