English

Sorted Top-k in Rounds

Data Structures and Algorithms 2019-06-13 v1 Machine Learning

Abstract

We consider the sorted top-kk problem whose goal is to recover the top-kk items with the correct order out of nn items using pairwise comparisons. In many applications, multiple rounds of interaction can be costly. We restrict our attention to algorithms with a constant number of rounds rr and try to minimize the sample complexity, i.e. the number of comparisons. When the comparisons are noiseless, we characterize how the optimal sample complexity depends on the number of rounds (up to a polylogarithmic factor for general rr and up to a constant factor for r=1r=1 or 2). In particular, the sample complexity is Θ(n2)\Theta(n^2) for r=1r=1, Θ(nk+n4/3)\Theta(n\sqrt{k} + n^{4/3}) for r=2r=2 and Θ~(n2/rk(r1)/r+n)\tilde{\Theta}\left(n^{2/r} k^{(r-1)/r} + n\right) for r3r \geq 3. We extend our results of sorted top-kk to the noisy case where each comparison is correct with probability 2/32/3. When r=1r=1 or 2, we show that the sample complexity gets an extra Θ(log(k))\Theta(\log(k)) factor when we transition from the noiseless case to the noisy case. We also prove new results for top-kk and sorting in the noisy case. We believe our techniques can be generally useful for understanding the trade-off between round complexities and sample complexities of rank aggregation problems.

Keywords

Cite

@article{arxiv.1906.05208,
  title  = {Sorted Top-k in Rounds},
  author = {Mark Braverman and Jieming Mao and Yuval Peres},
  journal= {arXiv preprint arXiv:1906.05208},
  year   = {2019}
}
R2 v1 2026-06-23T09:51:43.877Z