New Tradeoffs for Decremental Approximate All-Pairs Shortest Paths
Michal Dory, Sebastian Forster, Yasamin Nazari, Tijn de Vos

TL;DR
This paper introduces new algorithms for decremental approximate all-pairs shortest paths in graphs, achieving better tradeoffs between approximation quality and update time, including subquadratic solutions for certain graph classes.
Contribution
The authors present four novel decremental APSP algorithms with improved tradeoffs, including subquadratic time for unweighted graphs and additive stretch variants, advancing prior state-of-the-art methods.
Findings
Achieved $(2+ \\epsilon)$-APSP with $ ilde{O}(m^{1/2}n^{3/2})$ update time.
Developed $(2+\\epsilon, W_{u,v})$-APSP with $ ilde{O}(nm^{3/4})$ update time.
First subquadratic $(2+ \\epsilon)$-approximation for sparse unweighted graphs.
Abstract
We provide new tradeoffs between approximation and running time for the decremental all-pairs shortest paths (APSP) problem. For undirected graphs with edges and nodes undergoing edge deletions, we provide four new approximate decremental APSP algorithms, two for weighted and two for unweighted graphs. Our first result is -APSP with total update time (when for any constant ). Prior to our work the fastest algorithm for weighted graphs with approximation at most had total update time for -APSP [Bernstein, SICOMP 2016]. Our second result is -APSP with total update time , where the second term is an additive stretch with respect to , the maximum weight on the shortest path from to . Our third result is -APSP for…
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.
