Overlapping Network Community Detection Using Sparse Backbones

📅 2026-07-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Overlapping community detection faces a longstanding trade-off between accuracy and scalability. This work proposes Highway, an algorithm that efficiently infers overlapping communities by extracting a sparse skeletal structure from the network, thereby achieving high computational efficiency without sacrificing detection accuracy. Evaluated on 728 benchmark networks, Highway outperforms the strongest baseline by 6.9% in overlapping normalized mutual information (ONMI) and ranks second across all four additional evaluation metrics, demonstrating a compelling balance between precision and efficiency.
📝 Abstract
Community structures are common in real networks, and extracting them provides valuable insight in applications ranging from drug discovery to market segmentation. Overlapping community detection (OCD) is the task of clustering networked data in which nodes may belong to multiple clusters. Existing OCD algorithms often struggle to achieve a suitable balance between detection quality and scalability. We, therefore, propose Highway, a scalable OCD algorithm that exploits the sparse backbone of the input network to perform efficient community inference. We used 728 Lancichinetti-Fortunato-Radicchi benchmark networks to compare Highway and its ablated version against 10 existing OCD algorithms. Our results, based on five performance measures, demonstrate a competitive performance for Highway. It ranks first in overlapping normalized mutual information with a 6.9% improvement over the strongest baseline. It also ranks second in all the other four performance measures. These comparative results suggest that Highway coupled with its backbone procedure offers a suitable accuracy-efficiency trade-off. The Highway algorithm is open-source and available as part of the CDlib library.
Problem

Research questions and friction points this paper is trying to address.

Overlapping Community Detection
Scalability
Community Structure
Network Clustering
Accuracy-Efficiency Trade-off
Innovation

Methods, ideas, or system contributions that make the work stand out.

overlapping community detection
sparse backbone
scalable algorithm
network clustering
community inference
🔎 Similar Papers