English

Parallel Algorithms for Select and Partition with Noisy Comparisons

Data Structures and Algorithms 2016-03-17 v1

Abstract

We consider the problem of finding the kthk^{th} highest element in a totally ordered set of nn elements (select), and partitioning a totally ordered set into the top kk and bottom nkn-k elements (partition) using pairwise comparisons. Motivated by settings like peer grading or crowdsourcing, where multiple rounds of interaction are costly and queried comparisons may be inconsistent with the ground truth, we evaluate algorithms based both on their total runtime and the number of interactive rounds in three comparison models: noiseless (where the comparisons are correct), erasure (where comparisons are erased with probability 1γ1-\gamma), and noisy (where comparisons are correct with probability 1/2+γ/21/2+\gamma/2 and incorrect otherwise). We provide numerous matching upper and lower bounds in all three models. Even our results in the noiseless model, which is quite well-studied in the TCS literature on parallel algorithms, are novel.

Keywords

Cite

@article{arxiv.1603.04941,
  title  = {Parallel Algorithms for Select and Partition with Noisy Comparisons},
  author = {Mark Braverman and Jieming Mao and S. Matthew Weinberg},
  journal= {arXiv preprint arXiv:1603.04941},
  year   = {2016}
}
R2 v1 2026-06-22T13:11:57.317Z