Noisy Sorting Without Resampling
Mark Braverman, Elchanan Mossel

TL;DR
This paper introduces an algorithm for noisy sorting without resampling that efficiently approximates the original order in noisy comparison settings, relevant for ranking applications like sports and search.
Contribution
The paper presents a polynomial-time algorithm with near-optimal sampling complexity for noisy sorting without resampling, and proves the approximate correctness of the obtained order.
Findings
Algorithm runs in n^{O(γ^{-4})} time with high probability.
Sampling complexity is O_γ(n log n).
The output order is close to the original, with bounded displacement.
Abstract
In this paper we study noisy sorting without re-sampling. In this problem there is an unknown order where is a permutation on elements. The input is the status of queries of the form , where with probability at least if for all pairs , where is a constant and for all and . It is assumed that the errors are independent. Given the status of the queries the goal is to find the maximum likelihood order. In other words, the goal is find a permutation that minimizes the number of pairs where . The problem so defined is the feedback arc set problem on distributions of inputs, each of which is a tournament obtained as a noisy perturbations of a linear order. Note that…
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
TopicsGame Theory and Voting Systems · Data Management and Algorithms · Optimization and Search Problems
