Deterministic and Probabilistic Binary Search in Graphs
Ehsan Emamjomeh-Zadeh, David Kempe, Vikrant Singhal

TL;DR
This paper generalizes binary search to graph settings, analyzing deterministic and probabilistic algorithms for target identification with noisy responses, providing bounds, hardness results, and complexity classifications.
Contribution
It introduces algorithms for graph-based binary search under noise, establishes bounds matching information theory, and proves complexity and hardness results for various graph and query models.
Findings
Logarithmic query complexity for perfect answers
Near-optimal query bounds under noise modeled by entropy
Complexity classifications for different graph and query scenarios
Abstract
We consider the following natural generalization of Binary Search: in a given undirected, positively weighted graph, one vertex is a target. The algorithm's task is to identify the target by adaptively querying vertices. In response to querying a node , the algorithm learns either that is the target, or is given an edge out of that lies on a shortest path from to the target. We study this problem in a general noisy model in which each query independently receives a correct answer with probability (a known constant), and an (adversarial) incorrect one with probability . Our main positive result is that when (i.e., all answers are correct), queries are always sufficient. For general , we give an (almost information-theoretically optimal) algorithm that uses, in expectation, no more than $(1 - \delta)\frac{\log_2 n}{1 - H(p)} +…
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
TopicsMachine Learning and Algorithms · Algorithms and Data Compression · Optimization and Search Problems
