English

Refining Approximating Betweenness Centrality Based on Samplings

Social and Information Networks 2017-12-21 v6 Physics and Society

Abstract

Betweenness Centrality (BC) is an important measure used widely in complex network analysis, such as social network, web page search, etc. Computing the exact BC values is highly time consuming. Currently the fastest exact BC determining algorithm is given by Brandes, taking O(nm)O(nm) time for unweighted graphs and O(nm+n2logn)O(nm+n^2\log n) time for weighted graphs, where nn is the number of vertices and mm is the number of edges in the graph. Due to the extreme difficulty of reducing the time complexity of exact BC determining problem, many researchers have considered the possibility of any satisfactory BC approximation algorithms, especially those based on samplings. Bader et al. give the currently best BC approximation algorithm, with a high probability to successfully estimate the BC of one vertex within a factor of 1/ε1/\varepsilon using εt\varepsilon t samples, where tt is the ratio between n2n^2 and the BC value of the vertex. However, some of the algorithmic parameters in Bader's work are not yet tightly bounded, leaving some space to improve their algorithm. In this project, we revisit Bader's algorithm, give more tight bounds on the estimations, and improve the performance of the approximation algorithm, i.e., fewer samples and lower factors. On the other hand, Riondato proposes a non-adaptive BC approximation method with samplings on shortest paths. We investigate the possibility to give an adaptive algorithm with samplings on vertices. With rigorous reasoning, we show that this algorithm can also give bounded approximation factors and number of samplings. To evaluate our results, we also conduct extensive experiments using real-world datasets, and find that both our algorithms can achieve acceptable performance. We verify that our work can improve the current BC approximation algorithm with better parameters, i.e., higher successful probabilities, lower factors and fewer samples.

Keywords

Cite

@article{arxiv.1608.04472,
  title  = {Refining Approximating Betweenness Centrality Based on Samplings},
  author = {Shiyu Ji and Zenghui Yan},
  journal= {arXiv preprint arXiv:1608.04472},
  year   = {2017}
}

Comments

13 pages, 6 figures

R2 v1 2026-06-22T15:20:37.593Z