REVIEW 2 cited by
Diffusion Improves Graph Learning
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original 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 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.
Forward citations
Cited by 2 Pith papers
-
Identifying and Correcting Label Noise for Robust GNNs via Influence Contradiction
ICGNN detects noisy node labels with a diffusion-based influence-contradiction score, fits a GMM to split clean from noisy nodes, softly corrects them using neighbor predictions, and adds pseudo-labels for unlabeled nodes.
-
Multivariate de Bruijn Graphs: A Symbolic Graph Framework for Time Series Forecasting
DRAGON maps discretized multivariate time series onto a de Bruijn graph with cross-dimension connections and uses graph attention to add global pattern memory to a CNN-based forecaster, improving short-context forecas...
Discussion (0). Sign in to comment.