English

Shortest Paths without a Map, but with an Entropic Regularizer

Data Structures and Algorithms 2024-12-17 v2

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 kk 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 kk, and it is now nearly resolved: it lies between Ω(2k)\Omega(2^k) and O(k2k)O(k2^k). Regarding the randomized competitive ratio, in 1993 Ramesh proved, surprisingly, that this ratio has to be at least Ω(k2/log1+ϵk)\Omega(k^2 / \log^{1+\epsilon} k) (for any constant ϵ>0\epsilon > 0). In the same paper, Ramesh also gave an O(k13)O(k^{13})-competitive randomized online algorithm. Between 1993 and the results obtained in this paper, no progress has been reported on the randomized competitive ratio of layered graph traversal. In this work we show how to apply the mirror descent framework on a carefully selected evolving metric space, and obtain an O(k2)O(k^2)-competitive randomized online algorithm. This matches asymptotically an improvement of the aforementioned lower bound (Bubeck, Coester, Rabani; STOC 2023), which we announced (among other results) after the initial publication of the results here.

Keywords

Cite

@article{arxiv.2202.04551,
  title  = {Shortest Paths without a Map, but with an Entropic Regularizer},
  author = {Sébastien Bubeck and Christian Coester and Yuval Rabani},
  journal= {arXiv preprint arXiv:2202.04551},
  year   = {2024}
}

Comments

FOCS '22 and accepted at SICOMP

R2 v1 2026-06-24T09:28:34.987Z