English

Efficient Top-k Ego-Betweenness Search

Databases 2021-07-22 v1

Abstract

Betweenness centrality, measured by the number of times a vertex occurs on all shortest paths of a graph, has been recognized as a key indicator for the importance of a vertex in the network. However, the betweenness of a vertex is often very hard to compute because it needs to explore all the shortest paths between the other vertices. Recently, a relaxed concept called ego-betweenness was introduced which focuses on computing the betweenness of a vertex in its ego network. In this work, we study a problem of finding the top-k vertices with the highest ego-betweennesses. We first develop two novel search algorithms equipped with a basic upper bound and a dynamic upper bound to efficiently solve this problem. Then, we propose local-update and lazy-update solutions to maintain the ego-betweennesses for all vertices and the top-k results when the graph is updated, respectively. In addition, we also present two efficient parallel algorithms to further improve the efficiency. The results of extensive experiments on five large real-life datasets demonstrate the efficiency, scalability, and effectiveness of our algorithms.

Keywords

Cite

@article{arxiv.2107.10052,
  title  = {Efficient Top-k Ego-Betweenness Search},
  author = {Qi Zhang and Rong-Hua Li and Minjia Pan and Yongheng Dai and Guoren Wang and Ye Yuan},
  journal= {arXiv preprint arXiv:2107.10052},
  year   = {2021}
}
R2 v1 2026-06-24T04:23:46.182Z