Active Ranking using Pairwise Comparisons
Kevin G. Jamieson, Robert D. Nowak

TL;DR
This paper explores efficient algorithms for ranking objects based on pairwise comparisons when objects are embedded in a Euclidean space, showing that fewer comparisons are needed under certain geometric assumptions.
Contribution
It introduces a novel algorithm that identifies rankings with significantly fewer comparisons in Euclidean space embeddings, improving efficiency over standard methods.
Findings
Number of rankings grows as n^{2d} under Euclidean embedding
Algorithm identifies a ranking with about d log n comparisons on average
Most comparisons are needed if comparisons are chosen at random
Abstract
This paper examines the problem of ranking a collection of objects using pairwise comparisons (rankings of two objects). In general, the ranking of objects can be identified by standard sorting methods using 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 -dimensional Euclidean space and that the rankings reflect their relative distances from a common reference point in . We show that under this assumption the number of possible rankings grows like and demonstrate an algorithm that can identify a randomly selected ranking using just slightly more than adaptively selected pairwise comparisons, on average. If instead the comparisons are chosen at random, then almost all…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Game Theory and Voting Systems
