English

Current Flow Group Closeness Centrality for Complex Networks

Data Structures and Algorithms 2019-02-25 v2 Social and Information Networks

Abstract

Current flow closeness centrality (CFCC) has a better discriminating ability than the ordinary closeness centrality based on shortest paths. In this paper, we extend this notion to a group of vertices in a weighted graph, and then study the problem of finding a subset SS of kk vertices to maximize its CFCC C(S)C(S), both theoretically and experimentally. We show that the problem is NP-hard, but propose two greedy algorithms for minimizing the reciprocal of C(S)C(S) with provable guarantees using the monotoncity and supermodularity. The first is a deterministic algorithm with an approximation factor (1kk11e)(1-\frac{k}{k-1}\cdot\frac{1}{e}) and cubic running time; while the second is a randomized algorithm with a (1kk11eϵ)(1-\frac{k}{k-1}\cdot\frac{1}{e}-\epsilon)-approximation and nearly-linear running time for any ϵ>0\epsilon > 0. Extensive experiments on model and real networks demonstrate that our algorithms are effective and efficient, with the second algorithm being scalable to massive networks with more than a million vertices.

Keywords

Cite

@article{arxiv.1802.02556,
  title  = {Current Flow Group Closeness Centrality for Complex Networks},
  author = {Huan Li and Richard Peng and Liren Shan and Yuhao Yi and Zhongzhi Zhang},
  journal= {arXiv preprint arXiv:1802.02556},
  year   = {2019}
}

Comments

31 pages, 4 figures

R2 v1 2026-06-23T00:14:53.476Z