Nowadays a large amount of data is originated by complex systems, such as social networks, transportation systems, computer and service networks. These systems can be modeled by using graphs and studied by exploiting graph metrics, such as Betweenness Centrality (BC), a popular metric to analyze node centrality of graphs. In spite of its great potential, this metric requires long computation time, especially for large graphs.
In this paper, we present a very fast algorithm to compute BC of undirected graphs by exploiting clustering. The algorithm leverages structural properties of graphs to find classes of equivalent nodes: by selecting one representative node for each class, we are able to compute BC by significantly reducing the number of single-source shortest path explorations adopted by Brandes' algorithm. We formally prove the graph properties that we exploit to define the algorithm and present an implementation based on Scala for both sequential and parallel map-reduce executions.
The experimental evaluation of both versions, conducted with synthetic and real graphs, reveals that our solution largely outperforms Brandes' algorithm and significantly improves known heuristics.

Figure 1

Figure 2

Figure 3

Figure 4

Figure 5

Figure 6

Figure 7

Figure 8

Figure 9

Figure 10

Figure 11

Figure 12

Figure 13
Loading...
Posted 23 Mar, 2021
On 30 Apr, 2021
Received 16 Apr, 2021
Received 16 Apr, 2021
Received 09 Apr, 2021
On 07 Apr, 2021
On 04 Apr, 2021
On 04 Apr, 2021
On 04 Apr, 2021
On 04 Apr, 2021
Received 04 Apr, 2021
Received 04 Apr, 2021
On 04 Apr, 2021
Received 04 Apr, 2021
Received 04 Apr, 2021
Received 04 Apr, 2021
On 03 Apr, 2021
On 03 Apr, 2021
On 03 Apr, 2021
On 03 Apr, 2021
Invitations sent on 03 Apr, 2021
On 12 Mar, 2021
On 12 Mar, 2021
On 12 Mar, 2021
On 11 Mar, 2021
Posted 23 Mar, 2021
On 30 Apr, 2021
Received 16 Apr, 2021
Received 16 Apr, 2021
Received 09 Apr, 2021
On 07 Apr, 2021
On 04 Apr, 2021
On 04 Apr, 2021
On 04 Apr, 2021
On 04 Apr, 2021
Received 04 Apr, 2021
Received 04 Apr, 2021
On 04 Apr, 2021
Received 04 Apr, 2021
Received 04 Apr, 2021
Received 04 Apr, 2021
On 03 Apr, 2021
On 03 Apr, 2021
On 03 Apr, 2021
On 03 Apr, 2021
Invitations sent on 03 Apr, 2021
On 12 Mar, 2021
On 12 Mar, 2021
On 12 Mar, 2021
On 11 Mar, 2021
Nowadays a large amount of data is originated by complex systems, such as social networks, transportation systems, computer and service networks. These systems can be modeled by using graphs and studied by exploiting graph metrics, such as Betweenness Centrality (BC), a popular metric to analyze node centrality of graphs. In spite of its great potential, this metric requires long computation time, especially for large graphs.
In this paper, we present a very fast algorithm to compute BC of undirected graphs by exploiting clustering. The algorithm leverages structural properties of graphs to find classes of equivalent nodes: by selecting one representative node for each class, we are able to compute BC by significantly reducing the number of single-source shortest path explorations adopted by Brandes' algorithm. We formally prove the graph properties that we exploit to define the algorithm and present an implementation based on Scala for both sequential and parallel map-reduce executions.
The experimental evaluation of both versions, conducted with synthetic and real graphs, reveals that our solution largely outperforms Brandes' algorithm and significantly improves known heuristics.

Figure 1

Figure 2

Figure 3

Figure 4

Figure 5

Figure 6

Figure 7

Figure 8

Figure 9

Figure 10

Figure 11

Figure 12

Figure 13
Loading...