Enhancing Binary Search via Overlapping Partitions
Kaan Buyukkalayci, Merve Karakas, Xinlin Li, Christina Fragouli
TL;DR
This work addresses the challenge of locating a target area under noisy binary decisions by introducing a binary search framework with tunable overlapping partitions. The method adds controlled redundancy through overlap parameter $\alpha$, enabling a direct trade-off between robustness (lower $P_e$) and search depth $\beta$ in both discrete and continuous domains. The authors derive a Voronoi-region-based analysis of the error event, provide a closed-form step-error expression under symmetric sensing, and specialize to a 1D setting with a continuous-limit interpretation. Numerical results in 1D illustrate the benefits of overlap, and sensor placement optimization highlights practical guidelines for reducing error. The framework offers a principled extension to noisy search paradigms with broad applicability to area localization in sensor networks and related decision problems.
Abstract
This paper considers the task of performing binary search under noisy decisions, focusing on the application of target area localization. In the presence of noise, the classical partitioning approach of binary search is prone to error propagation due to the use of strictly disjoint splits. While existing works on noisy binary search propose techniques such as query repetition or probabilistic updates to mitigate errors, they often lack explicit mechanisms to manage the trade-off between error probability and search complexity, with some providing only asymptotic guarantees. To address this gap, we propose a binary search framework with tunable overlapping partitions, which introduces controlled redundancy into the search process to enhance robustness against noise. We analyze the performance of the proposed algorithm in both discrete and continuous domains for the problem of area localization, quantifying how the overlap parameter impacts the trade-off between search tree depth and error probability. Unlike previous methods, this approach allows for direct control over the balance between reliability and efficiency. Our results emphasize the versatility and effectiveness of the proposed method, providing a principled extension to existing noisy search paradigms and enabling new insights into the interplay between partitioning strategies and measurement reliability.
