Decremental All-Pairs ALL Shortest Paths and Betweenness Centrality
@article{Nasre2014DecrementalAA, title={Decremental All-Pairs ALL Shortest Paths and Betweenness Centrality}, author={Meghana Nasre and Matteo Pontecorvi and Vijaya Ramachandran}, journal={ArXiv}, year={2014}, volume={abs/1411.4073} }
We consider the all pairs all shortest paths (APASP) problem, which maintains the shortest path dag rooted at every vertex in a directed graph \(G=(V,E)\) with positive edge weights. For this problem we present a decremental algorithm (that supports the deletion of a vertex, or weight increases on edges incident to a vertex). Our algorithm runs in amortized \(O({\nu ^*}^2 \cdot \log n)\) time per update, where \(n = |V| \), and \({\nu ^*}\) bounds the number of edges that lie on shortest paths…
11 Citations
Fully Dynamic All Pairs All Shortest Paths
- Computer ScienceArXiv
- 2014
This work presents a fully dynamic algorithm for the all pairs all shortest paths (APASP) problem, which maintains all of the multiple shortest paths for every vertex pair in a directed graph G=(V,E) with a positive real weight on each edge.
Fully Dynamic Betweenness Centrality
- Computer ScienceISAAC
- 2015
These algorithms match the fully dynamic all pairs shortest paths (APSP) bounds of Demetrescu and Italiano [8] and Thorup [28] for unique shortest paths, where \(\nu ^*=n-1\).
A Faster Algorithm for Fully Dynamic Betweenness Centrality
- Computer Science, MathematicsArXiv
- 2015
This result improves on the amortized bound for fully dynamic BC in [Pontecorvi-Ramachandran2015] by a logarithmic factor and matches the fully dynamic APSP bound in Thorup for APSP in graphs with unique shortest paths.
Betweenness Centrality - Incremental and Faster
- Computer ScienceMFCS
- 2014
We present an incremental algorithm that updates the betweenness centrality (BC) score of all vertices in a graph G when a new edge is added to G, or the weight of an existing edge is reduced. Our…
Algorithms and Frameworks for Graph Analytics at Scale
- Computer Science
- 2019
This thesis presents a linear-space parallel incremental algorithm for updating betweenness centrality in large evolving graphs, which is up to an order of magnitude faster than the state-of-the-art parallel incremental algorithms.
Dynamic Shortest Path and Transitive Closure Algorithms: A Survey
- Computer ScienceArXiv
- 2017
This paper provides a survey of both the foundational, and the state of the art, algorithms which solve either shortest path or transitive closure problems in either fully or partially dynamic graphs.
ABRA: Approximating Betweenness Centrality in Static and Dynamic Graphs with Rademacher Averages
- Computer ScienceKDD
- 2016
We present ABRA, a suite of algorithms to compute and maintain probabilistically-guaranteed, high-quality, approximations of the betweenness centrality of all nodes (or edges) on both static and…
Dynamical algorithms for data mining and machine learning over dynamic graphs
- Computer Science
- 2021
This paper forms this emerging setting and discusses its high‐level algorithmic aspects, and reviews state of the art dynamical algorithms proposed for several data mining and machine learning tasks, including frequent pattern discovery, betweenness/closeness/PageRank centralities, clustering, classification, and regression.
Centrality Measures: A Tool to Identify Key Actors in Social Networks
- Computer SciencePrinciples of Social Networking
- 2021
This chapter summarizes some of the centrality measures that are extensively applied for mining social network data and discusses various directions of research related to these measures.
References
SHOWING 1-10 OF 20 REFERENCES
Fully Dynamic All Pairs All Shortest Paths
- Computer ScienceArXiv
- 2014
This work presents a fully dynamic algorithm for the all pairs all shortest paths (APASP) problem, which maintains all of the multiple shortest paths for every vertex pair in a directed graph G=(V,E) with a positive real weight on each edge.
Betweenness Centrality - Incremental and Faster
- Computer ScienceMFCS
- 2014
We present an incremental algorithm that updates the betweenness centrality (BC) score of all vertices in a graph G when a new edge is added to G, or the weight of an existing edge is reduced. Our…
Fully-Dynamic All-Pairs Shortest Paths: Faster and Allowing Negative Cycles
- Computer ScienceSWAT
- 2004
We present a solution to the fully-dynamic all pairs shortest path problem for a directed graph with arbitrary weights allowing negative cycles. We support each vertex update in \(O(n^2({\rm log} n +…
A Fast Algorithm for Streaming Betweenness Centrality
- Computer Science2012 International Conference on Privacy, Security, Risk and Trust and 2012 International Confernece on Social Computing
- 2012
This work gives a novel algorithm that reduces computation for the insertion of an edge into the graph, the first algorithm for the computation of betweenness centrality in a streaming graph.
Finding the hidden path: time bounds for all-pairs shortest paths
- Computer Science[1991] Proceedings 32nd Annual Symposium of Foundations of Computer Science
- 1991
An Omega (mn) lower bound on the running time of any path-comparison-based algorithm for the all-pairs shortest paths problem is proved.
QUBE: a quick algorithm for updating betweenness centrality
- Computer ScienceWWW
- 2012
This work proposes a method that efficiently reduces the search space by finding a candidate set of vertices whose betweenness centralities can be updated and computes their betweenness centeralities using candidate vertices only.
A Faster Algorithm to Update Betweenness Centrality After Node Alteration
- Computer ScienceInternet Math.
- 2015
This work proposes a technique to update betweenness centrality of a graph when nodes are added or deleted, and speeds up the calculation of betweennessCentrality from 7 to 412 times in comparison to the currently best-known techniques.
A new approach to dynamic all pairs shortest paths
- Computer Science, MathematicsSTOC '03
- 2003
A fully dynamic algorithm for general directed graphs with non-negative real-valued edge weights that supports any sequence of operations in amortized time per update and unit worst-case time per distance query, where n is the number of vertices.
A faster algorithm for betweenness centrality
- Computer Science
- 2001
New algorithms for betweenness are introduced in this paper and require O(n + m) space and run in O(nm) and O( nm + n2 log n) time on unweighted and weighted networks, respectively, where m is the number of links.
Identifying high betweenness centrality nodes in large social networks
- Computer ScienceSocial Network Analysis and Mining
- 2012
Experimental evaluations on real and synthetic social networks show improved accuracy in detecting high betweenness centrality nodes and significantly reduced execution time when compared with existing randomized algorithms.