paper-with-me

홈 › Papers

THOR: Threshold-Based Ranking Loss for Ordinal Regression

2022-05-10 · Tzeviya Sylvia Fuchs, Joseph Keshet

In this work, we present a regression-based ordinal regression algorithm for supervised classification of instances into ordinal categories. In contrast to previous methods, in this work the decision boundaries between categories are predefined, and the algorithm learns to project the input examples onto their appropriate scores according to these predefined boundaries. This is achieved by adding a novel threshold-based pairwise loss function that aims at minimizing the regression error, which in turn minimizes the Mean Absolute Error (MAE) measure. We implemented our proposed architecture-agnostic method using the CNN-framework for feature extraction. Experimental results on five real-world benchmarks demonstrate that the proposed algorithm achieves the best MAE results compared to state-of-the-art ordinal regression algorithms.

📄 PDF Abstract BibTeX arXiv:2205.04864

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Continuously Generalized Ordinal Regression for Linear and Deep Models

2022-02-14 · Fred Lu, Francis Ferraro, Edward Raff

Ordinal regression is a classification task where classes have an order and prediction error increases the further the predicted class is from the true class. The standard approach for modeling ordinal data involves fitt…

Inductive Biasregression

Pairwise Fairness for Ordinal Regression

2021-05-07 · Matthäus Kleindessner, Samira Samadi, Muhammad Bilal Zafar, Krishnaram Kenthapadi 외

We initiate the study of fairness for ordinal regression. We adapt two fairness notions previously considered in fair ranking and propose a strategy for training a predictor that is approximately fair according to either…

Binary ClassificationFairnessregression

Robust Deep Ordinal Regression Under Label Noise

2019-12-07 · Bhanu Garg, Naresh Manwani

The real-world data is often susceptible to label noise, which might constrict the effectiveness of the existing state of the art algorithms for ordinal regression. Existing works on ordinal regression do not take label …

regression

Remarks on Loss Function of Threshold Method for Ordinal Regression Problem

2024-05-22 · Ryoya Yamasaki, Toshiyuki Tanaka

Threshold methods are popular for ordinal regression problems, which are classification problems for data with a natural ordinal relation. They learn a one-dimensional transformation (1DT) of observations of the explanat…

regression

XL-DURel: Finetuning Sentence Transformers for Ordinal Word-in-Context Classification

2025-07-19 · Sachin Yadav, Dominik Schlechtweg arxiv

We propose XL-DURel, a finetuned, multilingual Sentence Transformer model optimized for ordinal Word-in-Context classification. We test several loss functions for regression and ranking tasks managing to outperform previ…