Sharp Noisy Binary Search with Monotonic Probabilities

November 01, 2023 Β· Declared Dead Β· πŸ› International Colloquium on Automata, Languages and Programming

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Lucas Gretta, Eric Price arXiv ID 2311.00840 Category cs.DS: Data Structures & Algorithms Cross-listed cs.LG Citations 5 Venue International Colloquium on Automata, Languages and Programming Last Checked 4 months ago
Abstract
We revisit the noisy binary search model of Karp and Kleinberg, in which we have $n$ coins with unknown probabilities $p_i$ that we can flip. The coins are sorted by increasing $p_i$, and we would like to find where the probability crosses (to within $\varepsilon$) of a target value $Ο„$. This generalized the fixed-noise model of Burnashev and Zigangirov , in which $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 $Θ(\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-Ξ΄$ from \[ \frac{1}{C_{Ο„, \varepsilon}} \cdot \left(\lg n + O(\log^{2/3} n \log^{1/3} \frac{1}Ξ΄ + \log \frac{1}Ξ΄)\right) \] samples, where $C_{Ο„, \varepsilon}$ is the optimal such constant achievable. For $Ξ΄> n^{-o(1)}$ this is within $1 + o(1)$ of optimal, and for $Ξ΄\ll 1$ it is the first bound within constant factors of optimal.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted