Detecting dense communities in large social and information networks with the Core & Peel algorithm
Marco Pellegrini, Filippo Geraci, Miriam Baglioni

TL;DR
This paper introduces the Core & Peel algorithm for efficiently detecting dense communities in large social networks by approximating a partial dense cover, balancing speed and accuracy.
Contribution
It proposes a novel heuristic algorithm for computing a partial dense cover in large graphs, addressing NP-completeness and lacking prior benchmarks.
Findings
Core & Peel is efficient on large networks.
High precision and recall achieved in tests.
Effective in identifying dense communities without a gold standard.
Abstract
Detecting and characterizing dense subgraphs (tight communities) in social and information networks is an important exploratory tool in social network analysis. Several approaches have been proposed that either (i) partition the whole network into clusters, even in low density region, or (ii) are aimed at finding a single densest community (and need to be iterated to find the next one). As social networks grow larger both approaches (i) and (ii) result in algorithms too slow to be practical, in particular when speed in analyzing the data is required. In this paper we propose an approach that aims at balancing efficiency of computation and expressiveness and manageability of the output community representation. We define the notion of a partial dense cover (PDC) of a graph. Intuitively a PDC of a graph is a collection of sets of nodes that (a) each set forms a disjoint dense induced…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Advanced Clustering Algorithms Research
