An Efficient Noisy Binary Search In Graphs Via Median Approximation

COMBINATORIAL ALGORITHMS, IWOCA 2021(2021)

引用 2|浏览41
暂无评分
摘要
Consider a generalization of the classical binary search problem in linearly sorted data to the graph-theoretic setting. The goal is to design an adaptive query algorithm, called a strategy, that identifies an initially unknown target vertex in a graph by asking queries. Each query is conducted as follows: the strategy selects a vertex q and receives a reply v: if q is the target, then v = q, and if q is not the target, then v is a neighbor of q that lies on a shortest path to the target. Furthermore, there is a noise parameter 0 <= p < 1/2 which means that each reply can be incorrect with probability p. The optimization criterion to be minimized is the overall number of queries asked by the strategy, called the query complexity. The query complexity is well understood to be O(epsilon(-2) log n) for general graphs, where n is the order of the graph and epsilon = 1/2 - p. However, implementing such a strategy is computationally expensive, with each query requiring possibly O(n(2)) operations.In this work we propose two efficient strategies that keep the optimal query complexity. The first strategy achieves the overall complexity of O(epsilon(-1)n log n) per a single query. The second strategy is dedicated to graphs of small diameter D and maximum degree Delta and has the average complexity of O(n + epsilon(-2) D Delta log n) per query. We point out that we develop an algorithmic tool of graph median approximation that is of independent interest: the median can be efficiently approximated by finding a vertex minimizing the sum of distances to a randomly sampled vertex subset of size O(epsilon(-2) log n).
更多
查看译文
关键词
Graph median, Graph searching, Noisy search
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要