English

A Faster Algorithm for Fully Dynamic Betweenness Centrality

Data Structures and Algorithms 2022-04-21 v3

Abstract

We present a new fully dynamic algorithm for maintaining betweenness centrality (BC) of vertices in a directed graph G=(V,E)G=(V,E) with positive edge weights. BC is a widely used parameter in the analysis of large complex networks. We achieve an amortized O((ν)2log2n)O((\nu^*)^2 \log^2 n) time per update, where n=Vn = |V| and ν\nu^* bounds the number of distinct edges that lie on shortest paths through any single vertex. This result improves on the amortized bound for fully dynamic BC in [Pontecorvi-Ramachandran2015] by a logarithmic factor. Our algorithm uses new data structures and techniques that are extensions of the method in the fully dynamic algorithm in Thorup [Thorup2004] for APSP in graphs with unique shortest paths. For graphs with ν=O(n)\nu^* = O(n), our algorithm matches the fully dynamic APSP bound in [Thorup2004], which holds for graphs with ν=n1\nu^* = n-1, since it assumes unique shortest paths.

Keywords

Cite

@article{arxiv.1506.05783,
  title  = {A Faster Algorithm for Fully Dynamic Betweenness Centrality},
  author = {Matteo Pontecorvi and Vijaya Ramachandran},
  journal= {arXiv preprint arXiv:1506.05783},
  year   = {2022}
}

Comments

The current revision (v3) includes minor changes in the Introduction. There is no change to the main result. A brief summary of this paper will appear in Proc. ISAAC 2015, in a paper by the authors entitled "Fully Dynamic Betweenness Centrality''. arXiv admin note: substantial text overlap with arXiv:1412.3852

R2 v1 2026-06-22T09:56:11.702Z