Pasco (PArallel Structured COarsening): An Overlay to Speed up Graph Clustering Algorithms
Abstract
Clustering the nodes of a graph is a cornerstone of graph analysis and has been extensively studied. However, some popular methods are not suitable for very large graphs: e.g., spectral clustering requires the computation of the spectral decomposition of the Laplacian matrix, which is not applicable for large graphs with a large number of communities. This work introduces PASCO, an overlay that accelerates clustering algorithms. Our method consists of three steps: (1) We compute several independent small graphs representing the input graph by applying an efficient and structure-preserving coarsening algorithm. (2) A clustering algorithm is run in parallel onto each small graph and provides several partitions of the initial graph. (3) These partitions are aligned and combined with an optimal transport method to output the final partition. The PASCO framework is based on two key contributions: a novel global algorithm structure designed to enable parallelization and a fast, empirically validated graph coarsening algorithm that preserves structural properties. We demonstrate the strong performance of PASCO in terms of computational efficiency, structural preservation, and output partition quality, evaluated on both synthetic and real-world graph datasets.
Cite
Text
Lasalle et al. "Pasco (PArallel Structured COarsening): An Overlay to Speed up Graph Clustering Algorithms." Machine Learning, 2025. doi:10.1007/S10994-025-06837-7Markdown
[Lasalle et al. "Pasco (PArallel Structured COarsening): An Overlay to Speed up Graph Clustering Algorithms." Machine Learning, 2025.](https://mlanthology.org/mlj/2025/lasalle2025mlj-pasco/) doi:10.1007/S10994-025-06837-7BibTeX
@article{lasalle2025mlj-pasco,
title = {{Pasco (PArallel Structured COarsening): An Overlay to Speed up Graph Clustering Algorithms}},
author = {Lasalle, Etienne and Vaudaine, Rémi and Vayer, Titouan and Borgnat, Pierre and Gonçalves, Paulo and Gribonval, Rémi and Karsai, Márton},
journal = {Machine Learning},
year = {2025},
pages = {212},
doi = {10.1007/S10994-025-06837-7},
volume = {114},
url = {https://mlanthology.org/mlj/2025/lasalle2025mlj-pasco/}
}