TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Adaptive Graph Diffusion Networks

Adaptive Graph Diffusion Networks

Chuxiong Sun, Jie Hu, Hongming Gu, Jinpeng Chen, MingChuan Yang

2020-12-30Node ClassificationNode Property PredictionLink Prediction
PaperPDFCode

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.

Results

TaskDatasetMetricValueModel
Link Property Predictionogbl-ddiNumber of params3506691AGDN (AUC loss)
Link Property Predictionogbl-citation2Number of params306716AGDN w/GraphSAINT
Link Property Predictionogbl-ppaNumber of params36904259AGDN
Node Property Predictionogbn-arxivNumber of params1309760GIANT-XRT+AGDN+BoT+self-KD
Node Property Predictionogbn-arxivNumber of params1309760GIANT-XRT+AGDN+BoT
Node Property Predictionogbn-arxivNumber of params1513294AGDN+BoT+self-KD+C&S
Node Property Predictionogbn-arxivNumber of params1513294AGDN+BoT+self-KD
Node Property Predictionogbn-arxivNumber of params1513294AGDN+BoT
Node Property Predictionogbn-arxivNumber of params1508555AGDN (GAT-HA+3_heads+labels)
Node Property Predictionogbn-arxivNumber of params1447115AGDN (GAT-HA+3_heads)
Node Property Predictionogbn-productsNumber of params1544047AGDN
Node Property Predictionogbn-proteinsNumber of params8605486AGDN

Related Papers

Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Demystifying Distributed Training of Graph Neural Networks for Link Prediction2025-06-25Directed Link Prediction using GNN with Local and Global Feature Fusion2025-06-25Call Me Maybe: Enhancing JavaScript Call Graph Construction using Graph Neural Networks2025-06-22Equivariance Everywhere All At Once: A Recipe for Graph Foundation Models2025-06-17