English

Sharp Noisy Binary Search with Monotonic Probabilities

Data Structures and Algorithms 2023-11-03 v1 Machine Learning

Abstract

We revisit the noisy binary search model of Karp and Kleinberg, in which we have nn coins with unknown probabilities pip_i that we can flip. The coins are sorted by increasing pip_i, and we would like to find where the probability crosses (to within ε\varepsilon) of a target value τ\tau. This generalized the fixed-noise model of Burnashev and Zigangirov , in which pi=12±εp_i = \frac{1}{2} \pm \varepsilon, to a setting where coins near the target may be indistinguishable from it. Karp and Kleinberg showed that Θ(1ε2logn)\Theta(\frac{1}{\varepsilon^2} \log n) samples are necessary and sufficient for this task. We produce a practical algorithm by solving two theoretical challenges: high-probability behavior and sharp constants. We give an algorithm that succeeds with probability 1δ1-\delta from 1Cτ,ε(lgn+O(log2/3nlog1/31δ+log1δ)) \frac{1}{C_{\tau, \varepsilon}} \cdot \left(\lg n + O(\log^{2/3} n \log^{1/3} \frac{1}{\delta} + \log \frac{1}{\delta})\right) samples, where Cτ,εC_{\tau, \varepsilon} is the optimal such constant achievable. For δ>no(1)\delta > n^{-o(1)} this is within 1+o(1)1 + o(1) of optimal, and for δ1\delta \ll 1 it is the first bound within constant factors of optimal.

Keywords

Cite

@article{arxiv.2311.00840,
  title  = {Sharp Noisy Binary Search with Monotonic Probabilities},
  author = {Lucas Gretta and Eric Price},
  journal= {arXiv preprint arXiv:2311.00840},
  year   = {2023}
}
R2 v1 2026-06-28T13:09:04.534Z