Approximating the Average-Case Graph Search Problem with Non-Uniform Costs
Micha{\l} Szyfelbein

TL;DR
This paper introduces approximation algorithms for a generalized graph search problem with non-uniform costs and weights, connecting it to vertex separation, and provides bounds for general graphs and trees.
Contribution
It establishes a novel connection between graph searching and vertex separation, leading to approximation algorithms for complex search problems.
Findings
O(√log n)-approximation for general graphs
(4+ε)-approximation for trees
NP-hardness persists even with uniform costs and weights
Abstract
Consider the following generalization of the classic binary search problem: A searcher is required to find a hidden target vertex in a graph . To do so, they iteratively perform queries to an oracle, each about a chosen vertex . After each such call, the oracle responds whether the target was found and if not, the searcher receives as a reply the connected component in which contains . Additionally, each vertex may have a different query cost and a different weight . The goal is to find the optimal querying strategy which minimizes the weighted average-case cost required to find . The problem is NP-hard even for uniform weights and query costs. Inspired by the progress on the edge query variant of the problem [SODA '17], we establish a connection between searching and vertex separation. By doing so, we provide an -approximation…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
