Diffusion Improves Graph Learning

Graph convolution is the core of most Graph Neural Networks (GNNs) and usually approximated by message passing between direct (one-hop) neighbors. In this work, we remove the restriction of using only the direct neighbors by introducing a powerful, yet spatially localized graph convolution: Graph diffusion convolution (GDC). GDC leverages generalized graph diffusion, examples of which are the heat kernel and personalized PageRank. It alleviates the problem of noisy and often arbitrarily defined edges in real graphs. We show that GDC is closely related to spectral-based models and thus combines the strengths of both spatial (message passing) and spectral methods. We demonstrate that replacing message passing with graph diffusion convolution consistently leads to significant performance improvements across a wide range of models on both supervised and unsupervised tasks and a variety of datasets. Furthermore, GDC is not limited to GNNs but can trivially be combined with any graph-based model or algorithm (e.g. spectral clustering) without requiring any changes to the latter or affecting its computational complexity. Our implementation is available online.

PDF Abstract NeurIPS 2019 PDF NeurIPS 2019 Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Node Classification AMZ Comp GCN (Heat Diffusion) Accuracy 86.77% # 3
Node Classification AMZ Photo JK (Heat Diffusion) Accuracy 92.93% # 8
Node Classification Citeseer GCN (PPR Diffusion) Accuracy 73.35% # 36
Node Classification Coauthor CS GCN (PPR Diffusion) Accuracy 93.01% # 12
Node Classification Pubmed JK (Heat Diffusion) Accuracy 79.95% # 36

Methods