A Faster Algorithm for Fully Dynamic Betweenness Centrality
Abstract
We present a new fully dynamic algorithm for maintaining betweenness centrality (BC) of vertices in a directed graph with positive edge weights. BC is a widely used parameter in the analysis of large complex networks. We achieve an amortized time per update, where and 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 , our algorithm matches the fully dynamic APSP bound in [Thorup2004], which holds for graphs with , since it assumes unique shortest paths.
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