Graph Exploration with Edge Weight Estimates
Matthias Gehnen, Ralf Klasing, \'Emile Naquin

TL;DR
This paper analyzes algorithms for graph exploration with uncertain edge weights, providing bounds on their efficiency relative to the true costs, especially under perturbations, and introduces optimal strategies for specific graph classes.
Contribution
It introduces competitive ratio bounds for exploration algorithms under weight perturbations and presents optimal strategies for certain graph classes.
Findings
No strategy can beat a ratio of for perturbation factors less than 2.
An algorithm with ratio for complete graphs with uniform weights.
Matching lower bounds show the optimality of the proposed strategies.
Abstract
In the Travelling Salesman Problem, every vertex of an edge-weighted graph has to be visited by an agent who traverses the edges of the graph. In this problem, it is usually assumed that the costs of each edge are given in advance, making it computationally hard but possible to calculate an optimal tour for the agent. Also in the Graph Exploration Problem, every vertex of a given graph must be visited, but here the graph is not known in the beginning - at every point, an algorithm only knows about the already visited vertices and their neighbors. Both however are not necessarily realistic settings: Usually the structure of the graph (for example underlying road network) is known in advance, but the details are not. One usually has a prediction of how long it takes to traverse through a particular road, but due to road conditions or imprecise maps the agent might realize that a road…
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
TopicsGraph Theory and Algorithms · Data Mining Algorithms and Applications · Data Management and Algorithms
