Approximate Selection with Unreliable Comparisons in Optimal Expected Time
Shengyu Huang, Chih-Hung Liu, Daniel Rutschman

TL;DR
This paper introduces a randomized algorithm for approximate selection in unreliable comparison models, achieving near-optimal expected comparisons and revealing a significant difference in complexity between approximating the minimum and the k-th smallest element.
Contribution
The paper presents a new randomized algorithm with tight bounds for approximate selection under unreliable comparisons, highlighting a fundamental complexity gap.
Findings
Algorithm performs expected O((k/n)ε^{-2} log(1/Q)) comparisons.
Any algorithm requires expected Ω((k/n)ε^{-2} log(1/Q)) comparisons.
Distinct complexities for approximating minimum versus k-th smallest element.
Abstract
Given elements, an integer and a parameter , we study to select an element with rank in using unreliable comparisons where the outcome of each comparison is incorrect independently with a constant error probability, and multiple comparisons between the same pair of elements are independent. In this fault model, the fundamental problems of finding the minimum, selecting the -th smallest element and sorting have been shown to require , and comparisons, respectively, to achieve success probability . Recently, Leucci and Liu proved that the approximate minimum selection problem () requires expected comparisons. We develop a randomized algorithm that performs…
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.
