Shortest Path Centrality and the APSP problem via VC-dimension and Rademacher Averages
Alane M. de Lima, Murilo V. G. da Silva, Andr\'e L. Vignatti

TL;DR
This paper introduces a novel approach to the APSP problem by defining shortest path centrality and using VC-dimension and Rademacher averages to develop an efficient probabilistic algorithm with guarantees.
Contribution
It proposes a new centrality measure for shortest paths and an algorithm based on progressive sampling that efficiently computes distances for paths with high centrality.
Findings
Algorithm outputs data structures with size proportional to vertex diameter.
Expected running time is logarithmic in the number of vertices.
Sample size bounds are tighter using VC-dimension theory.
Abstract
In this paper we are interested in a version of the All-pairs Shortest Paths problem (APSP) that fits neither in the exact nor in the approximate case. We define a measure of centrality of a shortest path, related to the ``importance'' of such shortest path in the graph, and propose an algorithm based on the idea of progressive sampling that, for {\it any fixed constants} , , given an undirected graph with non-negative edge weights, outputs with probability a data structure of size , where is the vertex diameter of , in expected time containing the (exact) distance and the shortest path between every pair of vertices that has centrality at least . The progressive sampling technique is sensitive to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
