HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Adaptive Graph Diffusion Networks

Chuxiong Sun Jie Hu Hongming Gu Jinpeng Chen Mingchuan Yang

Adaptive Graph Diffusion Networks

Abstract

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.

Code Repositories

skepsun/SAGN_with_SLE
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
link-property-prediction-on-ogbl-citation2AGDN w/GraphSAINT
Ext. data: No
Number of params: 306716
Test MRR: 0.8549 ± 0.0029
Validation MRR: 0.8556 ± 0.0033
link-property-prediction-on-ogbl-ddiAGDN (AUC loss)
Ext. data: No
Number of params: 3506691
Test Hits@20: 0.9538 ± 0.0094
Validation Hits@20: 0.8943 ± 0.0281
link-property-prediction-on-ogbl-ppaAGDN
Ext. data: No
Number of params: 36904259
Test Hits@100: 0.4123 ± 0.0159
Validation Hits@100: 0.4332 ± 0.0092

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
Adaptive Graph Diffusion Networks | Papers | HyperAI