An Efficient Heuristic for Betweenness-Ordering
Rishi Ranjan Singh, Shubham Chaudhary, Manas Agarwal

TL;DR
This paper introduces a fast heuristic algorithm for ordering vertices by betweenness centrality in large networks, avoiding exact calculations and leveraging a non-uniform sampling model based on Erdos-Renyi graph analysis.
Contribution
The paper presents a novel heuristic that efficiently determines betweenness-ordering of a small vertex subset without exact computation, outperforming existing methods in speed and accuracy.
Findings
Efficient betweenness-ordering achieved in linear time relative to edges.
The heuristic outperforms existing techniques in synthetic and real-world networks.
Non-uniform node sampling based on Erdos-Renyi graphs underpins the approach.
Abstract
Centrality measures, erstwhile popular amongst the sociologists and psychologists, have seen broad and increasing applications across several disciplines of late. Amongst a plethora of application specific definitions available in the literature to rank the vertices, closeness centrality, betweenness centrality and eigenvector centrality (page-rank) have been the most important and widely applied ones. Networks where information, signal or commodities are flowing on the edges, surrounds us. Betweenness centrality comes as a handy tool to analyze such systems, but betweenness computation is a daunting task in large size networks. In this paper, we propose an efficient heuristic to determine the betweenness-ordering of vertices (where is very less than the total number of vertices) without computing their exact betweenness indices. The algorithm is based on a non-uniform node…
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
TopicsAdvanced Algebra and Logic
