paper-with-me

홈 › Papers

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

2020-07-06 · ICML 2020 1 · Wenbo Ren, Jia Liu, Ness B. Shroff

This paper studies the sample complexity (aka number of comparisons) bounds for the active best-$k$ 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-$k$ 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-$k$ items and (ii) finding the exact best-$k$ items, both under strong stochastic transitivity and stochastic triangle inequality. For PAC best-$k$ items selection, we first show a lower bound and then propose an algorithm whose sample complexity upper bound matches the lower bound up to a constant factor. For the exact best-$k$ items selection, we first prove a worst-instance lower bound. We then propose two algorithms based on our PAC best items selection algorithms: one works for $k=1$ and is sample complexity optimal up to a loglog factor, and the other works for all values of $k$ and is sample complexity optimal up to a log factor.

📄 PDF Abstract BibTeX arXiv:2007.03133

Code (1)

WenboRen/Topk-Ranking-from-Pairwise-Comparisons 공식 구현

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Sample Complexity Bounds for Active Ranking from Multi-wise Comparisons

2021-12-01 · NeurIPS 2021 12 · Wenbo Ren, Jia Liu, Ness Shroff

We study the sample complexity (i.e., the number of comparisons needed) bounds for actively ranking a set of $n$ items from multi-wise comparisons. Here, a multi-wise comparison takes $m$ items as input and returns a (no…

Best-item Learning in Random Utility Models with Subset Choices

2020-02-19 · Aadirupa Saha, Aditya Gopalan

We consider the problem of PAC learning the most valuable item from a pool of $n$ items using sequential, adaptively chosen plays of subsets of $k$ items, when, upon playing a subset, the learner receives relative feedba…

PAC learning

PAC Battling Bandits in the Plackett-Luce Model

2018-08-12 · Aadirupa Saha, Aditya Gopalan

We introduce the probably approximately correct (PAC) \emph{Battling-Bandit} problem with the Plackett-Luce (PL) subset choice model--an online learning framework where at each trial the learner chooses a subset of $k$ a…

model

Optimal Top-$k$ Identification from Pairwise Comparisons

2026-07-09 · Motti Goldberger, Nils Rudi arxiv

We study the active learning problem of fixed-confidence top-$k$ identification from noisy pairwise comparisons. In this problem, an algorithm sequentially chooses pairs of items to compare, observes the outcomes, and st…

Active Learning

Active Ranking with Subset-wise Preferences

2018-10-23 · Aadirupa Saha, Aditya Gopalan

We consider the problem of probably approximately correct (PAC) ranking $n$ items by adaptively eliciting subset-wise preference feedback. At each round, the learner chooses a subset of $k$ items and observes stochastic …