paper-with-me

Papers

Clustering and Inference From Pairwise Comparisons

2015-02-16 · Rui Wu, Jiaming Xu, R. Srikant, Laurent Massoulié, Marc Lelarge, Bruce Hajek

Given a set of pairwise comparisons, the classical ranking problem computes a single ranking that best represents the preferences of all users. In this paper, we study the problem of inferring individual preferences, arising in the context of making personalized recommendations. In particular, we assume that there are $n$ users of $r$ types; users of the same type provide similar pairwise comparisons for $m$ items according to the Bradley-Terry model. We propose an efficient algorithm that accurately estimates the individual preferences for almost all users, if there are $r \max \{m, n\}\log m \log^2 n$ pairwise comparisons per type, which is near optimal in sample complexity when $r$ only grows logarithmically with $m$ or $n$. Our algorithm has three steps: first, for each user, compute the \emph{net-win} vector which is a projection of its $\binom{m}{2}$-dimensional vector of pairwise comparisons onto an $m$-dimensional linear subspace; second, cluster the users based on the net-win vectors; third, estimate a single preference for each cluster separately. The net-win vectors are much less noisy than the high dimensional vectors of pairwise comparisons and clustering is more accurate after the projection as confirmed by numerical experiments. Moreover, we show that, when a cluster is only approximately correct, the maximum likelihood estimation for the Bradley-Terry model is still close to the true preference.

📄 PDF Abstract BibTeX arXiv:1502.04631

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Semi-crowdsourced Clustering with Deep Generative Models

2018-10-29 · NeurIPS 2018 12 · Yucen Luo, Tian Tian, Jiaxin Shi, Jun Zhu 외

We consider the semi-supervised clustering problem where crowdsourcing provides noisy information about the pairwise comparisons on a small subset of data, i.e., whether a sample pair is in the same cluster. We propose a…

ClusteringVariational Inference

A Revenue Function for Comparison-Based Hierarchical Clustering

2022-11-29 · Aishik Mandal, Michaël Perrot, Debarghya Ghoshdastidar

Comparison-based learning addresses the problem of learning when, instead of explicit features or pairwise similarities, one only has access to comparisons of the form: \emph{Object $A$ is more similar to $B$ than to $C$…

ClusteringOpen-Ended Question AnsweringTriplet

Near-Optimal Comparison Based Clustering

2020-10-08 · NeurIPS 2020 12 · Michaël Perrot, Pascal Mattia Esser, Debarghya Ghoshdastidar

The goal of clustering is to group similar objects into meaningful partitions. This process is well understood when an explicit similarity measure between the objects is given. However, far less is known when this inform…

Clustering

FastAMI -- a Monte Carlo Approach to the Adjustment for Chance in Clustering Comparison Metrics

2023-05-03 · Kai Klede, Leo Schwinn, Dario Zanca, Björn Eskofier

Clustering is at the very core of machine learning, and its applications proliferate with the increasing availability of data. However, as datasets grow, comparing clusterings with an adjustment for chance becomes comput…

Clustering

Sparse Pairwise Re-ranking with Pre-trained Transformers

2022-07-10 · Lukas Gienapp, Maik Fröbe, Matthias Hagen, Martin Potthast

Pairwise re-ranking models predict which of two documents is more relevant to a query and then aggregate a final ranking from such preferences. This is often more effective than pointwise re-ranking models that directly …

Passage RankingRe-RankingRetrieval