TL;DR
This paper introduces a scalable community detection algorithm for large networks that enhances the Louvain method by using a novel edge centrality measure based on k-paths, improving efficiency and accuracy.
Contribution
It presents a new edge centrality measure and an extended Louvain-based algorithm that outperforms existing methods in large network community detection.
Findings
Outperforms other community detection techniques.
Provides slightly improved modularity results over the original Louvain method.
Efficiently extends to unweighted networks.
Abstract
In this paper we present a novel strategy to discover the community structure of (possibly, large) networks. This approach is based on the well-know concept of network modularity optimization. To do so, our algorithm exploits a novel measure of edge centrality, based on the k-paths. This technique allows to efficiently compute a edge ranking in large networks in near linear time. Once the centrality ranking is calculated, the algorithm computes the pairwise proximity between nodes of the network. Finally, it discovers the community structure adopting a strategy inspired by the well-known state-of-the-art Louvain method (henceforth, LM), efficiently maximizing the network modularity. The experiments we carried out show that our algorithm outperforms other techniques and slightly improves results of the original LM, providing reliable results. Another advantage is that its adoption is…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
