Gromov-Wasserstein Graph Coarsening
Carlos A. Taveras, Santiago Segarra, C\'esar A. Uribe

TL;DR
This paper introduces two novel algorithms for graph coarsening based on Gromov-Wasserstein geometry, improving the quality of graph simplification for large-scale datasets and clustering tasks.
Contribution
The paper proposes two new Gromov-Wasserstein-based graph coarsening algorithms, GPC and KGPC, with theoretical guarantees and superior empirical performance.
Findings
Outperform existing coarsening methods across multiple datasets
Effective in preserving graph structure during coarsening
Enhance downstream clustering accuracy
Abstract
We study the problem of graph coarsening within the Gromov-Wasserstein geometry. Specifically, we propose two algorithms that leverage a novel representation of the distortion induced by merging pairs of nodes. The first method, termed Greedy Pair Coarsening (GPC), iteratively merges pairs of nodes that locally minimize a measure of distortion until the desired size is achieved. The second method, termed -means Greedy Pair Coarsening (KGPC), leverages clustering based on pairwise distortion metrics to directly merge clusters of nodes. We provide conditions guaranteeing optimal coarsening for our methods and validate their performance on six large-scale datasets and a downstream clustering task. Results show that the proposed methods outperform existing approaches on a wide range of parameters and scenarios.
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Stochastic Gradient Optimization Techniques · Graph Theory and Algorithms
