Graph Coarsening with Message-Passing Guarantees
Antonin Joly, Nicolas Keriven

TL;DR
This paper introduces a novel message-passing operation for coarsened graphs that guarantees preservation of propagated signals, improving graph neural network performance on reduced graphs.
Contribution
It proposes a new oriented message-passing method for coarsened graphs with theoretical guarantees, addressing limitations of classical spectral preservation.
Findings
Improved node classification accuracy on synthetic data.
Enhanced performance on real-world graph datasets.
Theoretical guarantees on signal preservation during message-passing.
Abstract
Graph coarsening aims to reduce the size of a large graph while preserving some of its key properties, which has been used in many applications to reduce computational load and memory footprint. For instance, in graph machine learning, training Graph Neural Networks (GNNs) on coarsened graphs leads to drastic savings in time and memory. However, GNNs rely on the Message-Passing (MP) paradigm, and classical spectral preservation guarantees for graph coarsening do not directly lead to theoretical guarantees when performing naive message-passing on the coarsened graph. In this work, we propose a new message-passing operation specific to coarsened graphs, which exhibit theoretical guarantees on the preservation of the propagated signal. Interestingly, and in a sharp departure from previous proposals, this operation on coarsened graphs is oriented, even when the original graph is undirected.…
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.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Functional Brain Connectivity Studies · Complex Network Analysis Techniques
