Sorted Top-k in Rounds

06/12/2019
by   Mark Braverman, et al.
0

We consider the sorted top-k problem whose goal is to recover the top-k items with the correct order out of n 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 r 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 r and up to a constant factor for r=1 or 2). In particular, the sample complexity is Θ(n^2) for r=1, Θ(n√(k) + n^4/3) for r=2 and Θ̃(n^2/r k^(r-1)/r + n) for r ≥ 3. We extend our results of sorted top-k to the noisy case where each comparison is correct with probability 2/3. When r=1 or 2, we show that the sample complexity gets an extra Θ((k)) factor when we transition from the noiseless case to the noisy case. We also prove new results for top-k 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.

READ FULL TEXT
research
07/06/2020

The Sample Complexity of Best-k Items Selection from Pairwise Comparisons

This paper studies the sample complexity (aka number of comparisons) bou...
research
10/23/2018

Active Ranking with Subset-wise Preferences

We consider the problem of probably approximately correct (PAC) ranking ...
research
10/08/2021

Adaptive Sampling for Heterogeneous Rank Aggregation from Noisy Pairwise Comparisons

In heterogeneous rank aggregation problems, users often exhibit various ...
research
05/04/2021

On the Sample Complexity of Rank Regression from Pairwise Comparisons

We consider a rank regression setting, in which a dataset of N samples w...
research
09/14/2020

Learning Mixtures of Permutations: Groups of Pairwise Comparisons and Combinatorial Method of Moments

In applications such as rank aggregation, mixture models for permutation...
research
06/18/2012

Comparison-Based Learning with Rank Nets

We consider the problem of search through comparisons, where a user is p...
research
07/02/2020

Spectral Methods for Ranking with Scarce Data

Given a number of pairwise preferences of items, a common task is to ran...

Please sign up or login with your details

Forgot password? Click here to reset