English

Overlapping Communities in Social Networks

Social and Information Networks 2014-12-19 v2 Physics and Society

Abstract

Complex networks can be typically broken down into groups or modules. Discovering this "community structure" is an important step in studying the large-scale structure of networks. Many algorithms have been proposed for community detection and benchmarks have been created to evaluate their performance. Typically algorithms for community detection either partition the graph (non-overlapping communities) or find node covers (overlapping communities). In this paper, we propose a particularly simple semi-supervised learning algorithm for finding out communities. In essence, given the community information of a small number of "seed nodes", the method uses random walks from the seed nodes to uncover the community information of the whole network. The algorithm runs in time O(kmlogn)O(k \cdot m \cdot \log n), where mm is the number of edges; nn the number of links; and kk the number of communities in the network. In sparse networks with m=O(n)m = O(n) and a constant number of communities, this running time is almost linear in the size of the network. Another important feature of our algorithm is that it can be used for either non-overlapping or overlapping communities. We test our algorithm using the LFR benchmark created by Lancichinetti, Fortunato, and Radicchi specifically for the purpose of evaluating such algorithms. Our algorithm can compete with the best of algorithms for both non-overlapping and overlapping communities as found in the comprehensive study of Lancichinetti and Fortunato.

Keywords

Cite

@article{arxiv.1412.4973,
  title  = {Overlapping Communities in Social Networks},
  author = {Jan Dreier and Philipp Kuinke and Rafael Przybylski and Felix Reidl and Peter Rossmanith and Somnath Sikdar},
  journal= {arXiv preprint arXiv:1412.4973},
  year   = {2014}
}
R2 v1 2026-06-22T07:33:17.136Z