Diffusion Improves Graph Learning
Johannes Gasteiger, Stefan Wei{\ss}enberger, Stephan G\"unnemann

TL;DR
This paper introduces Graph Diffusion Convolution (GDC), a new spatially localized graph convolution method that enhances GNN performance by leveraging generalized graph diffusion techniques like heat kernel and personalized PageRank.
Contribution
The paper proposes GDC, a novel graph convolution approach that combines spatial and spectral methods, improving performance and robustness in graph learning tasks.
Findings
GDC consistently improves performance across various models and datasets.
GDC effectively mitigates noisy and arbitrarily defined edges.
GDC can be integrated with any graph-based model without additional complexity.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Functional Brain Connectivity Studies · Recommender Systems and Techniques
MethodsConvolution
