English

Designing Parallel Algorithms for Community Detection using Arachne

Distributed, Parallel, and Cluster Computing 2025-09-03 v2 Data Structures and Algorithms

Abstract

The rise of graph data in various fields calls for efficient and scalable community detection algorithms. In this paper, we present parallel implementations of two widely used algorithms: Label Propagation and Louvain, specifically designed to leverage the capabilities of Arachne, which is a Python-accessible open-source framework for large-scale graph analysis. Our implementations achieve substantial speedups over existing Python-based tools like NetworkX and igraph, which lack efficient parallelization, and are competitive with parallel frameworks such as NetworKit. Experimental results show that Arachne-based methods outperform these baselines, achieving speedups of up to 710x over NetworkX, 75x over igraph, and 12x over NetworKit. Additionally, we analyze the scalability of our implementation under varying thread counts, demonstrating how different phases contribute to overall performance gains of the parallel Louvain algorithm. Arachne, including our community detection implementation, is open-source and available at https://github.com/Bears-R-Us/arkouda-njit .

Keywords

Cite

@article{arxiv.2507.06471,
  title  = {Designing Parallel Algorithms for Community Detection using Arachne},
  author = {Fuhuan Li and Zhihui Du and David A. Bader},
  journal= {arXiv preprint arXiv:2507.06471},
  year   = {2025}
}

Comments

7 pages, v2: minor revision to match final paper published in the The 29th Annual IEEE High Performance Extreme Computing Conference (HPEC), Virtual, September 15-19, 2025

R2 v1 2026-07-01T03:52:32.913Z