Graph Manipulations for Fast Centrality Computation

Ahmet Erdem Sariyüce,Kamer Kaya,Erik Saule,Ümit V. Çatalyürek
DOI: https://doi.org/10.1145/3022668
IF: 4.157
2017-04-14
ACM Transactions on Knowledge Discovery from Data
Abstract:The betweenness and closeness metrics are widely used metrics in many network analysis applications. Yet, they are expensive to compute. For that reason, making the betweenness and closeness centrality computations faster is an important and well-studied problem. In this work, we propose the framework BADIOS that manipulates the graph by compressing it and splitting into pieces so that the centrality computation can be handled independently for each piece. Experimental results show that the proposed techniques can be a great arsenal to reduce the centrality computation time for various types and sizes of networks. In particular, it reduces the betweenness centrality computation time of a 4.6 million edges graph from more than 5 days to less than 16 hours. For the same graph, the closeness computation time is decreased from more than 3 days to 6 hours (12.7x speedup).
computer science, information systems, software engineering
What problem does this paper attempt to address?