Exact and Approximate Algorithms for Computing Betweenness Centrality in Directed Graphs
Mostafa Haghir Chehreghani, Albert Bifet, Talel Abdessalem

TL;DR
This paper introduces exact and approximate algorithms for computing betweenness centrality in directed graphs, leveraging pre-computation and sampling techniques to improve efficiency and accuracy over existing methods.
Contribution
It presents a novel exact algorithm with pruning based on a pre-computed set and a randomized approximation method with provable guarantees, outperforming prior algorithms.
Findings
Exact algorithm reduces computation time using pruning.
Sampling-based approximation achieves $(\\epsilon,\\delta)$-accuracy.
Experimental results show significant speed and accuracy improvements.
Abstract
Graphs (networks) are an important tool to model data in different domains. Real-world graphs are usually directed, where the edges have a direction and they are not symmetric. Betweenness centrality is an important index widely used to analyze networks. In this paper, first given a directed network and a vertex , we propose an exact algorithm to compute betweenness score of . Our algorithm pre-computes a set , which is used to prune a huge amount of computations that do not contribute to the betweenness score of . Time complexity of our algorithm depends on and it is respectively and for unweighted graphs and weighted graphs with positive weights. is bounded from above by and in…
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.
