2015 Proceedings of the Seventeenth Workshop on Algorithm Engineering and Experiments (ALENEX) 2014
DOI: 10.1137/1.9781611973754.12
|View full text |Cite
|
Sign up to set email alerts
|

Approximating Betweenness Centrality in Large Evolving Networks

Abstract: Finding central nodes is a fundamental problem in network analysis. Betweenness centrality is a well-known measure which quantifies the importance of a node based on the fraction of shortest paths going though it. Due to the dynamic nature of many today's networks, algorithms that quickly update centrality scores have become a necessity. For betweenness, several dynamic algorithms have been proposed over the years, targeting different update types (incremental-and decremental-only, fully-dynamic). In this pape… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
95
0

Year Published

2015
2015
2021
2021

Publication Types

Select...
4
3
2

Relationship

2
7

Authors

Journals

citations
Cited by 49 publications
(96 citation statements)
references
References 32 publications
1
95
0
Order By: Relevance
“…For example, this can be the speedup of a newly proposed algorithm against some base algorithm that can be tested on all systems. As an example, for betweenness centrality, some papers re-implement the Brandes [20] algorithm and compare their performance against it [24,45,53]. As this metric is independent of the hardware, it can even be used to compare implementations on different systems, e. g., CPU versus GPU implementations.…”
Section: System-independent Metricsmentioning
confidence: 99%
“…For example, this can be the speedup of a newly proposed algorithm against some base algorithm that can be tested on all systems. As an example, for betweenness centrality, some papers re-implement the Brandes [20] algorithm and compare their performance against it [24,45,53]. As this metric is independent of the hardware, it can even be used to compare implementations on different systems, e. g., CPU versus GPU implementations.…”
Section: System-independent Metricsmentioning
confidence: 99%
“…In another line of research, many research efforts consider approximating betweenness centrality [30], [31], and some more recent efforts offer approximation methods to compute the changes of betweenness centrality values on graph updates [32], [33]. In contrast, our work deals with the exact calculation of betweenness centrality.…”
Section: Related Workmentioning
confidence: 99%
“…Proposition 1 suggests that for computing betweenness score of r, we first check whether out degree of r is greater than 0 and if so, we compute RV (r). Betweenness score of r is exactly computed using Equation 5.…”
Section: Reachable Verticesmentioning
confidence: 99%