paper-with-me

홈 › Papers

Cumulative Sum Ranking

2019-11-25 · Ruy Luiz Milidiú, Rafael Henrique Santos Rocha

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.

📄 PDF Abstract BibTeX arXiv:1911.11255

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Structured ranking learning using cumulative distribution networks

2008-12-01 · NeurIPS 2008 12 · Jim C. Huang, Brendan J. Frey

Ranking is at the heart of many information retrieval applications. Unlike standard regression or classification, in which we predict outputs independently, in ranking, we are interested in predicting structured outputs …

Information RetrievalLearning-To-RankRetrievalStructured Prediction

Reinforcement Learning to Rank in E-Commerce Search Engine: Formalization, Analysis, and Application

2018-03-02 · Yujing Hu, Qing Da, An-Xiang Zeng, Yang Yu 외

In e-commerce platforms such as Amazon and TaoBao, ranking items in a search session is a typical multi-step decision-making problem. Learning to rank (LTR) methods have been widely applied to ranking problems. However, …

Decision MakingLearning-To-RankReinforcement LearningReinforcement Learning (RL)

Compound virtual screening by learning-to-rank with gradient boosting decision tree and enrichment-based cumulative gain

2022-05-04 · Kairi Furui, Masahito Ohue

Learning-to-rank, a machine learning technique widely used in information retrieval, has recently been applied to the problem of ligand-based virtual screening, to accelerate the early stages of new drug development. Ran…

Information RetrievalLearning-To-RankregressionRetrieval

Hashing as Tie-Aware Learning to Rank

2017-05-23 · CVPR 2018 6 · Kun He, Fatih Cakir, Sarah Adel Bargal, Stan Sclaroff

Hashing, or learning binary embeddings of data, is frequently used in nearest neighbor retrieval. In this paper, we develop learning to rank formulations for hashing, aimed at directly optimizing ranking-based evaluation…

Image RetrievalLearning-To-RankRetrieval

Fairness in Ranking: Robustness through Randomization without the Protected Attribute

2024-03-28 · Andrii Kliachkin, Eleni Psaroudaki, Jakub Marecek, Dimitris Fotakis

There has been great interest in fairness in machine learning, especially in relation to classification problems. In ranking-related problems, such as in online advertising, recommender systems, and HR automation, much w…

AttributeFairnessRecommendation Systems