A tuned multicore CPU implementation of Louvain is claimed to beat leading CPU and GPU implementations on billion-edge graphs, with a GPU version only matching it.
$\nu$-LPA: Fast GPU-based Label Propagation Algorithm (LPA) for Community Detection
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Community detection is the problem of identifying natural divisions in networks. Efficient parallel algorithms for identifying such divisions are critical in a number of applications. This report presents an optimized implementation of the Label Propagation Algorithm (LPA) for community detection, featuring an asynchronous LPA with a Pick-Less (PL) method every 4 iterations to handle community swaps, ideal for SIMT hardware like GPUs. It also introduces a novel per-vertex hashtable with hybrid quadratic-double probing for collision resolution. On an NVIDIA A100 GPU, our implementation, $\nu$-LPA, outperforms FLPA (sequential), NetworKit LPA (multicore), Gunrock LPA (GPU), and cuGraph Louvain (GPU) by 364x, 62x, 2.6x, and 37x, respectively, while running FLPA and NetworKit LPA on a server with dual 16-core Intel Xeon Gold 6226R processors - processing 3.0B edges/s on a 2.2B edge graph - and achieves 4.7% higher modularity than FLPA, but 6.1% and 9.6% lower than NetworKit LPA and cuGraph Louvain.
citation-role summary
citation-polarity summary
fields
cs.DC 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
CPU vs. GPU for Community Detection: Performance Insights from GVE-Louvain and $\nu$-Louvain
A tuned multicore CPU implementation of Louvain is claimed to beat leading CPU and GPU implementations on billion-edge graphs, with a GPU version only matching it.