The Sample Complexity of Best-$k$ Items Selection from Pairwise Comparisons
Wenbo Ren, Jia Liu, Ness B. Shroff

TL;DR
This paper analyzes the number of comparisons needed to identify the top-$k$ items from noisy pairwise comparisons, providing tight bounds and algorithms for both approximate and exact selection under stochastic assumptions.
Contribution
It establishes tight bounds and proposes algorithms for best-$k$ item selection from noisy comparisons, improving understanding of sample complexity in active learning scenarios.
Findings
Sample complexity bounds match lower bounds up to constants.
Algorithms are nearly optimal for both PAC and exact best-$k$ selection.
Provides theoretical guarantees under stochastic transitivity and triangle inequality.
Abstract
This paper studies the sample complexity (aka number of comparisons) bounds for the active best- items selection from pairwise comparisons. From a given set of items, the learner can make pairwise comparisons on every pair of items, and each comparison returns an independent noisy result about the preferred item. At any time, the learner can adaptively choose a pair of items to compare according to past observations (i.e., active learning). The learner's goal is to find the (approximately) best- items with a given confidence, while trying to use as few comparisons as possible. In this paper, we study two problems: (i) finding the probably approximately correct (PAC) best- items and (ii) finding the exact best- items, both under strong stochastic transitivity and stochastic triangle inequality. For PAC best- items selection, we first show a lower bound and then propose an…
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.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Algorithms · Imbalanced Data Classification Techniques · Computability, Logic, AI Algorithms
