LGNov 11, 2025

Gromov-Wasserstein Graph Coarsening

arXiv:2511.08733v11 citations
Originality Incremental advance
AI Analysis

This addresses graph coarsening for large-scale data analysis, but it appears incremental as it builds on existing Gromov-Wasserstein methods with new algorithms.

The paper tackled graph coarsening by proposing two algorithms, GPC and KGPC, based on Gromov-Wasserstein geometry to minimize distortion when merging nodes, and results showed they outperformed existing methods on six large-scale datasets and a downstream clustering task.

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 $k$-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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes