2014
DOI: 10.1007/978-3-662-44465-8_49
|View full text |Cite
|
Sign up to set email alerts
|

Betweenness Centrality – Incremental and Faster

Abstract: Abstract. We consider the incremental computation of the betweenness centrality (BC) of all vertices in a graph G = (V, E), directed or undirected, with positive real edge-weights. The current widely used algorithm is the Brandes algorithm that runs in O(mn + n 2 log n) time, where n = |V | and m = |E|. We present an incremental algorithm that updates the BC score of all vertices in G when a new edge is added to G, or the weight of an existing edge is reduced. Our incremental algorithm runs in O(m n+n 2 ) time… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
38
0

Year Published

2014
2014
2022
2022

Publication Types

Select...
3
2
1

Relationship

1
5

Authors

Journals

citations
Cited by 42 publications
(38 citation statements)
references
References 36 publications
0
38
0
Order By: Relevance
“…In this paper, we complement the results in [10]; however, decremental updates are considerably more challenging (similar to APSP, as noted in [3]). …”
Section: Introductionmentioning
confidence: 61%
See 3 more Smart Citations
“…In this paper, we complement the results in [10]; however, decremental updates are considerably more challenging (similar to APSP, as noted in [3]). …”
Section: Introductionmentioning
confidence: 61%
“…The space used by our algorithm is O(m * · ν * ), the worst case number of triples in our tuple system. By using this decremental APASP algorithm in place of the incremental APASP algorithm used in [10], we obtain a decremental algorithm with the same bound for maintaining BC scores.…”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…When networks change only slightly (e.g., a few new nodes are added or a few links vanish), recalculating the BC for all nodes is unnecessary because the BC of most nodes and edges will not change. Several previous works have explored sequential algorithms for addressing this issue (Lee, Choi & Chung, 2016;Singh et al, 2015;Nasre, Pontecorvi & Ramachandran, 2014). We plan to develop a GPU version of these algorithms to achieve better performance.…”
Section: Resultsmentioning
confidence: 99%