Fine-Grained Optimality of Partially Dynamic Shortest Paths and More
Barna Saha, Virginia Vassilevska Williams, Yinzhan Xu, Christopher Ye

TL;DR
This paper establishes a tight lower bound for the complexity of partially dynamic exact shortest path algorithms, showing they require near-quadratic total update time, and provides bounds for classical path problems, clarifying the difficulty gap between exact and approximate solutions.
Contribution
It proves a tight conditional lower bound for partially dynamic exact shortest paths, resolving their complexity and contrasting it with the easier approximate algorithms, and extends bounds to classical path problems.
Findings
Exact partially dynamic shortest path algorithms require near-quadratic total update time.
The paper separates the complexity of exact and approximate shortest path algorithms.
Provides bounds for classical path problems like bottleneck paths and earliest arrivals.
Abstract
Single Source Shortest Paths () is among the most well-studied problems in computer science. In the incremental (resp. decremental) setting, the goal is to maintain distances from a fixed source in a graph undergoing edge insertions (resp. deletions). A long line of research culminated in a near-optimal deterministic -approximate data structure with total update time over all updates by Bernstein, Probst Gutenberg and Saranurak [FOCS 2021]. However, there has been remarkably little progress on the exact problem beyond Even and Shiloach's algorithm [J. ACM 1981] for unweighted graphs. For weighted graphs, there are no exact algorithms beyond recomputing from scratch in total update time, even for the simpler Single-Source Single-Target Shortest Path problem (). Despite…
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
TopicsAdvanced Optimization Algorithms Research · Optimization and Packing Problems · Computational Geometry and Mesh Generation
