Skip to content

jackd/ppr-gnn-sdm23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta-repository for code supporting It's PageRank All The Way Down: Simplifying Deep Graph Networks (SDM23).

@inbook{doi:10.1137/1.9781611977653.ch20,
author = {Dominic Jack and Sarah Erfani and Jeffrey Chan and Sutharshan Rajasegarar and Christopher Leckie},
title = {It's PageRank All The Way Down: Simplifying Deep Graph Networks},
booktitle = {Proceedings of the 2023 SIAM International Conference on Data Mining (SDM)},
chapter = {},
pages = {172-180},
doi = {10.1137/1.9781611977653.ch20},
URL = {https://epubs.siam.org/doi/abs/10.1137/1.9781611977653.ch20},
eprint = {https://epubs.siam.org/doi/pdf/10.1137/1.9781611977653.ch20},
    abstract = { Abstract First developed to rank website relevance, PageRank has become ubiquitous in many areas of graph machine learning including deep learning. We demonstrate that a number of recently published deep graph neural networks are qualitatively equivalent to shallow networks utilizing Personalized PageRank (PPR), and that their performance improvements over existing PPR implementations can be fully explained by hyperparameter choices. We also show that PPR with these hyperparameters outperform more recently published sophisticated variations of PPR-based graph neural networks, and present efficient implementations that reduce training times and memory requirements while improving scalability. }
}

Contents

Setup

git clone --recurse-submodules https://github.com/jackd/ppr-gnn-sdm23.git

See README.mds of constituent repositories for individual setups.

About

Meta-repository for SDM23 paper "It's PageRank All the Way Down: Simplifying Deep Graph Networks""

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published