Shortest Paths without a Map, but with an Entropic Regularizer
S\'ebastien Bubeck, Christian Coester, Yuval Rabani

TL;DR
This paper introduces a new randomized online algorithm for layered graph traversal that significantly improves the competitive ratio, matching recent lower bounds and advancing the understanding of online shortest path problems.
Contribution
It applies the mirror descent framework to layered graph traversal, achieving an $O(k^2)$-competitive randomized algorithm, the first to match recent lower bounds.
Findings
Achieves an $O(k^2)$-competitive randomized algorithm.
Matches the recent lower bound asymptotically.
Advances the theoretical understanding of online layered graph traversal.
Abstract
In a 1989 paper titled "shortest paths without a map", Papadimitriou and Yannakakis introduced an online model of searching in a weighted layered graph for a target node, while attempting to minimize the total length of the path traversed by the searcher. This problem, later called layered graph traversal, is parametrized by the maximum cardinality of a layer of the input graph. It is an online setting for dynamic programming, and it is known to be a rather general and fundamental model of online computing, which includes as special cases other acclaimed models. The deterministic competitive ratio for this problem was soon discovered to be exponential in , and it is now nearly resolved: it lies between and . Regarding the randomized competitive ratio, in 1993 Ramesh proved, surprisingly, that this ratio has to be at least …
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
