First Passage Percolation with Queried Hints
Abstract
Solving optimization problems leads to elegant and practical solutions in a wide variety of real-world applications. In many of those real-world applications, some of the information required to specify the relevant optimization problem is noisy, uncertain, and expensive to obtain. In this work, we study how much of that information needs to be queried in order to obtain an approximately optimal solution to the relevant problem. In particular, we focus on the shortest path problem in graphs with dynamic edge costs. We adopt the model from probability theory wherein a graph is derived from a weighted base graph by multiplying each edge weight by an independently chosen random number in . Mathematicians have studied this model extensively when is a -dimensional grid graph, but the behavior of shortest paths in this model is still poorly understood in general graphs. We make progress in this direction for a class of graphs that resemble real-world road networks. Specifically, we prove that if has a constant continuous doubling dimension, then for a given pair, we only need to probe the weights on edges in in order to obtain a -approximation to the distance in . We also generalize the result to a correlated setting and demonstrate experimentally that probing improves accuracy in estimating distances.
Cite
@article{arxiv.2403.10640,
title = {First Passage Percolation with Queried Hints},
author = {Kritkorn Karntikoon and Yiheng Shen and Sreenivas Gollapudi and Kostas Kollias and Aaron Schild and Ali Sinop},
journal= {arXiv preprint arXiv:2403.10640},
year = {2025}
}
Comments
Appeared in AISTATS 2024. Code for the experiments can be found here: https://github.com/google-research/google-research/tree/master/probe_routing. Link changed from previous version -- no changes to code, paper, or abstract occurred