Cumulative Sum Ranking

11/25/2019
by   Ruy Luiz Milidiú, et al.
0

The goal of Ordinal Regression is to find a rule that ranks items from a given set. Several learning algorithms to solve this prediction problem build an ensemble of binary classifiers. Ranking by Projecting uses interdependent binary perceptrons. These perceptrons share the same direction vector, but use different bias values. Similar approaches use independent direction vectors and biases. To combine the binary predictions, most of them adopt a simple counting heuristics. Here, we introduce a novel cumulative sum scoring function to combine the binary predictions. The proposed score value aggregates the strength of each one of the relevant binary classifications on how large is the item's rank. We show that our modeling casts ordinal regression as a Structured Perceptron problem. As a consequence, we simplify its formulation and description, which results in two simple online learning algorithms. The second algorithm is a Passive-Aggressive version of the first algorithm. We show that under some rank separability condition both algorithms converge. Furthermore, we provide mistake bounds for each one of the two online algorithms. For the Passive-Aggressive version, we assume the knowledge of a separation margin, what significantly improves the corresponding mistake bound. Additionally, we show that Ranking by Projecting is a special case of our prediction algorithm. From a neural network architecture point of view, our empirical findings suggest a layer of cusum units for ordinal regression, instead of the usual softmax layer of multiclass problems.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/03/2014

Perceptron-like Algorithms and Generalization Bounds for Learning to Rank

Learning to rank is a supervised learning problem where the output space...
research
01/20/2019

Rank Consistent Logits for Ordinal Regression with Convolutional Neural Networks

While extraordinary progress has been made towards developing neural net...
research
01/20/2019

Consistent Rank Logits for Ordinal Regression with Convolutional Neural Networks

While extraordinary progress has been made towards developing neural net...
research
04/20/2022

Ordinal-ResLogit: Interpretable Deep Residual Neural Networks for Ordered Choices

This study presents an Ordinal version of Residual Logit (Ordinal-ResLog...
research
08/04/2015

Perceptron like Algorithms for Online Learning to Rank

Perceptron is a classic online algorithm for learning a classification f...
research
06/14/2023

Learning to Rank when Grades Matter

Graded labels are ubiquitous in real-world learning-to-rank applications...
research
08/15/2019

Sex Trafficking Detection with Ordinal Regression Neural Networks

Sex trafficking is a global epidemic. Escort websites are a primary vehi...

Please sign up or login with your details

Forgot password? Click here to reset