Approximating Betweenness Centrality in Fully-dynamic Networks
Elisabetta Bergamini, Henning Meyerhenke

TL;DR
This paper introduces the first provably approximate algorithms for dynamic betweenness centrality, enabling efficient in-memory computation on large evolving networks with significant speedups and accurate node ranking preservation.
Contribution
It presents novel approximation algorithms with error guarantees for dynamic betweenness, including new bounds on vertex diameter and efficient update methods for shortest paths.
Findings
Achieves up to several orders of magnitude speedup over recomputation.
Maintains high accuracy and node ranking quality in dynamic networks.
Enables in-memory analysis of large networks with millions of edges.
Abstract
Betweenness is a well-known centrality measure that ranks the nodes of a network according to their participation in shortest paths. Since an exact computation is prohibitive in large networks, several approximation algorithms have been proposed. Besides that, recent years have seen the publication of dynamic algorithms for efficient recomputation of betweenness in networks that change over time. In this paper we propose the first betweenness centrality approximation algorithms with a provable guarantee on the maximum approximation error for dynamic networks. Several new intermediate algorithmic results contribute to the respective approximation algorithms: (i) new upper bounds on the vertex diameter, (ii) the first fully-dynamic algorithm for updating an approximation of the vertex diameter in undirected graphs, and (iii) an algorithm with lower time complexity for updating…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Caching and Content Delivery · Advanced Graph Neural Networks
