English

Identifying high betweenness centrality nodes in large social networks

Data Structures and Algorithms 2017-02-23 v2 Social and Information Networks

Abstract

This paper proposes an alternative way to identify nodes with high betweenness centrality. It introduces a new metric, k-path centrality, and a randomized algorithm for estimating it, and shows empirically that nodes with high k-path centrality have high node betweenness centrality. The randomized algorithm runs in time O(κ3n22αlogn)O(\kappa^{3}n^{2-2\alpha}\log n) and outputs, for each vertex v, an estimate of its k-path centrality up to additive error of ±n1/2+α\pm n^{1/2+ \alpha} with probability 11/n21-1/n^2. Experimental evaluations on real and synthetic social networks show improved accuracy in detecting high betweenness centrality nodes and significantly reduced execution time when compared with existing randomized algorithms.

Keywords

Cite

@article{arxiv.1702.06087,
  title  = {Identifying high betweenness centrality nodes in large social networks},
  author = {Nicolas Kourtellis and Tharaka Alahakoon and Ramanuja Simha and Adriana Iamnitchi and Rahul Tripathi},
  journal= {arXiv preprint arXiv:1702.06087},
  year   = {2017}
}

Comments

16 pages, 10 figures, 2 tables

R2 v1 2026-06-22T18:23:16.143Z