Shortest Paths without a Map, but with an Entropic Regularizer

02/09/2022
by   Sébastien Bubeck, et al.
0

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 k 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 k, and it is now nearly resolved: it lies between Ω(2^k) and O(k2^k). Regarding the randomized competitive ratio, in 1993 Ramesh proved, surprisingly, that this ratio has to be at least Ω(k^2 / log^1+ϵ k) (for any constant ϵ > 0). In the same paper, Ramesh also gave an O(k^13)-competitive randomized online algorithm. Since 1993, 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(k^2)-competitive randomized online algorithm, nearly matching the known lower bound on the randomized competitive ratio.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/17/2018

The Online k-Taxi Problem

We consider the online k-taxi problem, a generalization of the k-server ...
research
12/31/2020

Matching on the line admits no o(√(log n))-competitive algorithm

We present a simple proof that the competitive ratio of any randomized o...
research
11/10/2022

The Randomized k-Server Conjecture is False!

We prove a few new lower bounds on the randomized competitive ratio for ...
research
12/17/2020

Metrical Task Systems with Online Machine Learned Advice

Machine learning algorithms are designed to make accurate predictions of...
research
09/22/2022

Canadian Traveller Problem with Predictions

In this work, we consider the k-Canadian Traveller Problem (k-CTP) under...
research
11/19/2021

An Improved Analysis of Greedy for Online Steiner Forest

This paper considers the classic Online Steiner Forest problem where one...
research
11/03/2017

k-server via multiscale entropic regularization

We present an O(( k)^2)-competitive randomized algorithm for the k-serve...

Please sign up or login with your details

Forgot password? Click here to reset