2015
DOI: 10.1109/tkde.2015.2419666
|View full text |Cite
|
Sign up to set email alerts
|

Scalable Online Betweenness Centrality in Evolving Graphs

Abstract: Betweenness centrality is a classic measure that quantifies the importance of a graph element (vertex or edge) according to the fraction of shortest paths passing through it. This measure is notoriously expensive to compute, and the best known algorithm runs in O(nm) time. The problems of efficiency and scalability are exacerbated in a dynamic setting, where the input is an evolving graph seen edge by edge, and the goal is to keep the betweenness centrality up to date. In this paper we propose the first truly … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
68
0

Year Published

2015
2015
2023
2023

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 78 publications
(68 citation statements)
references
References 28 publications
(13 reference statements)
0
68
0
Order By: Relevance
“…This is especially desirable in the field of review spam detection, as reviews are constantly being added to the corpus. SAMOA has been used to analyze live Twitter streams [40], which involves similar text processing that can be applied to online reviews. Current research has largely ignored feature selection techniques in their experiments, even when using text features, which can potentially lead to highly dimensional feature sets.…”
Section: Comparative Analysis and Suggestionsmentioning
confidence: 99%
“…This is especially desirable in the field of review spam detection, as reviews are constantly being added to the corpus. SAMOA has been used to analyze live Twitter streams [40], which involves similar text processing that can be applied to online reviews. Current research has largely ignored feature selection techniques in their experiments, even when using text features, which can potentially lead to highly dimensional feature sets.…”
Section: Comparative Analysis and Suggestionsmentioning
confidence: 99%
“…Existing methods can be categorized into three types: the network structure based methods, the user behavior based methods, and the mutual information based methods. The network structure based methods are degree centrality [22], closeness centrality [23], betweenness centrality [24], eigenvector centrality [25], Katz centrality [26], PageRank [27], and clustering coefficient [28]. We know that node degree essentially means the connection between a node and its neighbors.…”
Section: Related Workmentioning
confidence: 99%
“…E-mails: fuad.jamour@kaust.edu.sa and panos.kalnis@kaust.edu.sa • Spiros Skiadopoulos is with the University of the Peloponnese, Greece. E-mail: spiros@uop.gr Algorithm Time (sec) Space (GB) Cores Green [8] crashed 4,000.0 1 QUBE [9] 4,210 0.2 1 Lee 2016 1 [10] 2,634 0.06 1 Kourtellis [11] 2,376 4,000.0 100 iCENTRAL 190 1.6 20 TABLE 1: Performance of the best incremental algorithms for updating betweenness centrality after inserting one edge; twitter-munmun dataset (460K nodes, 833K edges).…”
Section: Introductionmentioning
confidence: 99%
“…This approach is faster than the original QUBE (refer to Lee 2016 in Table 1), but it is still slow, since it requires complete recomputation within each affected biconnected component. 3) Kourtellis' algorithm [11] is a parallel map-reduce variation of Green's algorithm that uses the Hadoop file system, instead of RAM, to store the all-pairs shortest path information. As shown in Table 1, Kourtellis needs 4TB of distributed disk space for the twitter-munmun graph, and finishes roughly 2 times faster than QUBE, but uses 100 cores whereas QUBE needs only one.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation