LGGTMLAug 30, 2013

Online Ranking: Discrete Choice, Spearman Correlation and Other Feedback

arXiv:1308.6797v51 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient and robust online ranking for systems that need to adapt to adversarial feedback, offering incremental improvements in regret bounds and computational efficiency.

The paper tackles the problem of online ranking with adversarial feedback, presenting an algorithm that achieves an expected regret of O(n^{3/2}√(Tk)) over T steps, improving previous results by factors such as Ω(√k) or Ω(√(log n)) and reducing runtime from quadratic to O(n log n) per round, with a matching lower bound proven.

Given a set $V$ of $n$ objects, an online ranking system outputs at each time step a full ranking of the set, observes a feedback of some form and suffers a loss. We study the setting in which the (adversarial) feedback is an element in $V$, and the loss is the position (0th, 1st, 2nd...) of the item in the outputted ranking. More generally, we study a setting in which the feedback is a subset $U$ of at most $k$ elements in $V$, and the loss is the sum of the positions of those elements. We present an algorithm of expected regret $O(n^{3/2}\sqrt{Tk})$ over a time horizon of $T$ steps with respect to the best single ranking in hindsight. This improves previous algorithms and analyses either by a factor of either $Ω(\sqrt{k})$, a factor of $Ω(\sqrt{\log n})$ or by improving running time from quadratic to $O(n\log n)$ per round. We also prove a matching lower bound. Our techniques also imply an improved regret bound for online rank aggregation over the Spearman correlation measure, and to other more complex ranking loss functions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes