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

Computing Top-k Closeness Centrality Faster in Unweighted Graphs

Abstract: Centrality indices are widely used analytic measures for the importance of nodes in a network. Closeness centrality is very popular among these measures. For a single node v, it takes the sum of the distances of v to all other nodes into account. The currently best algorithms in practical applications for computing the closeness for all nodes exactly in unweighted graphs are based on breadth-first search (BFS) from every node. Thus, even for sparse graphs, these algorithms require quadratic running time in the… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
74
0

Year Published

2017
2017
2022
2022

Publication Types

Select...
5
1
1
1

Relationship

2
6

Authors

Journals

citations
Cited by 26 publications
(74 citation statements)
references
References 26 publications
0
74
0
Order By: Relevance
“…In this section, we evaluate the performance of our algorithms against the state-of-the-art greedy algorithm of Bergamini et al [12]. 4 As mentioned in Section I, it has been shown empirically that the solution quality yielded by the greedy algorithm is often nearly-optimal. We evaluate two variants, LS and LS-restrict (see Section II-D2), of our Local-Swap algorithm, and three variants, GS, GS-local (see Section II-D3) and GS-extended (see Section II-D4) of our Grow-Shrink algorithm.…”
Section: Methodsmentioning
confidence: 99%
“…In this section, we evaluate the performance of our algorithms against the state-of-the-art greedy algorithm of Bergamini et al [12]. 4 As mentioned in Section I, it has been shown empirically that the solution quality yielded by the greedy algorithm is often nearly-optimal. We evaluate two variants, LS and LS-restrict (see Section II-D2), of our Local-Swap algorithm, and three variants, GS, GS-local (see Section II-D3) and GS-extended (see Section II-D4) of our Grow-Shrink algorithm.…”
Section: Methodsmentioning
confidence: 99%
“…4 Hence, we adapt the ideas of the top-k Katz ranking algorithm that was introduced in [49] to the case of GED(S, x). 5 Applied to the marginal gain of GED-Walk, the main ingredients of this algorithm are families L (S, x) and U (S, x) of lower and upper bounds on GED(S, x), satisfying the following definition:…”
Section: Maximizingmentioning
confidence: 99%
“…Top-1 algorithms have been developed for multiple centrality measures, e. g., in [5]. 5 Note that the vertex that maximizes GED(S, x) = GED(S ∪ {x}) − GED(S) is exactly the vertex that maximizes GED(S ∪ {x}). However, algorithmically, it is advantageous to deal with GED(S ∪{x}), as it allows us to construct a lazy greedy algorithm (see Section 3.2.2).…”
Section: Maximizingmentioning
confidence: 99%
See 1 more Smart Citation
“…Centrality theory [8][9][10][11][12], diffusion models [13], heat diffusion theory [14], evidence theory [15] etc., are the most frequently used techniques for obtaining top-K influential nodes in a network.…”
Section: Related Workmentioning
confidence: 99%