paper-with-me

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 (noisy) result about the best item (the winner feedback) or the order of these items (the full-ranking feedback). We consider two basic ranking problems: top-$k$ items selection and full ranking. Unlike previous works that study ranking from multi-wise comparisons, in this paper, we do not require any parametric model or assumption and work on the fundamental setting where each comparison returns the correct result with probability $1$ or a certain probability larger than $\frac{1}{2}$. This paper helps understand whether and to what degree utilizing multi-wise comparisons can reduce the sample complexity for the ranking problems compared to ranking from pairwise comparisons. Specifically, under the winner feedback setting, one can reduce the sample complexity for top-$k$ selection up to an $m$ factor and that for full ranking up to a $\log{m}$ factor. Under the full-ranking feedback setting, one can reduce the sample complexity for top-$k$ selection up to an $m$ factor and that for full ranking up to an $m\log{m}$ factor. We also conduct numerical simulations to confirm our theoretical results.

📄 PDF Abstract BibTeX

Code (1)

wenboren/multi-wise-ranking 공식 구현

Similar Papers 제목 키워드 기반

PAC Ranking from Pairwise and Listwise Queries: Lower Bounds and Upper Bounds

2018-06-08 · Wenbo Ren, Jia Liu, Ness B. Shroff

This paper explores the adaptive (active) PAC (probably approximately correct) top-$k$ ranking (i.e., top-$k$ item selection) and total ranking problems from $l$-wise ($l\geq 2$) comparisons under the multinomial logit (…

Active Learning for Top-$K$ Rank Aggregation from Noisy Comparisons

2017-08-01 · ICML 2017 8 · Soheil Mohajer, Changho Suh, Adel Elmahdy

We explore an active top-$K$ ranking problem based on pairwise comparisons that are collected possibly in a sequential manner as per our design choice. We consider two settings: (1) top-$K$ sorting in which the goal…

Active Learning

On Sample Complexity Upper and Lower Bounds for Exact Ranking from Noisy Comparisons

2019-09-07 · NeurIPS 2019 12 · Wenbo Ren, Jia Liu, Ness B. Shroff

This paper studies the problem of finding the exact ranking from noisy comparisons. A comparison over a set of $m$ items produces a noisy outcome about the most preferred item, and reveals some information about the rank…

Label Ranking through Nonparametric Regression

2021-11-04 · Dimitris Fotakis, Alkis Kalavasis, Eleni Psaroudaki

Label Ranking (LR) corresponds to the problem of learning a hypothesis that maps features to rankings over a finite set of labels. We adopt a nonparametric regression approach to LR and obtain theoretical performance gua…

regression

Accelerated Spectral Ranking

2018-07-01 · ICML 2018 7 · Arpit Agarwal, Prathamesh Patil, Shivani Agarwal

The problem of rank aggregation from pairwise and multiway comparisons has a wide range of implications, ranging from recommendation systems to sports rankings to social choice. Some of the most popular algorithms f…

Recommendation Systems