English

Active Ranking using Pairwise Comparisons

Machine Learning 2011-12-13 v2 Information Theory math.IT Machine Learning

Abstract

This paper examines the problem of ranking a collection of objects using pairwise comparisons (rankings of two objects). In general, the ranking of nn objects can be identified by standard sorting methods using nlog2nn log_2 n pairwise comparisons. We are interested in natural situations in which relationships among the objects may allow for ranking using far fewer pairwise comparisons. Specifically, we assume that the objects can be embedded into a dd-dimensional Euclidean space and that the rankings reflect their relative distances from a common reference point in RdR^d. We show that under this assumption the number of possible rankings grows like n2dn^{2d} and demonstrate an algorithm that can identify a randomly selected ranking using just slightly more than dlognd log n adaptively selected pairwise comparisons, on average. If instead the comparisons are chosen at random, then almost all pairwise comparisons must be made in order to identify any ranking. In addition, we propose a robust, error-tolerant algorithm that only requires that the pairwise comparisons are probably correct. Experimental studies with synthetic and real datasets support the conclusions of our theoretical analysis.

Keywords

Cite

@article{arxiv.1109.3701,
  title  = {Active Ranking using Pairwise Comparisons},
  author = {Kevin G. Jamieson and Robert D. Nowak},
  journal= {arXiv preprint arXiv:1109.3701},
  year   = {2011}
}

Comments

17 pages, an extended version of our NIPS 2011 paper. The new version revises the argument of the robust section and slightly modifies the result there to give it more impact

R2 v1 2026-06-21T19:06:13.575Z