paper-with-me

Papers

A simple squared-error reformulation for ordinal classification

2016-12-02 · Christopher Beckham, Christopher Pal

In this paper, we explore ordinal classification (in the context of deep neural networks) through a simple modification of the squared error loss which not only allows it to not only be sensitive to class ordering, but also allows the possibility of having a discrete probability distribution over the classes. Our formulation is based on the use of a softmax hidden layer, which has received relatively little attention in the literature. We empirically evaluate its performance on the Kaggle diabetic retinopathy dataset, an ordinal and high-resolution dataset and show that it outperforms all of the baselines employed.

📄 PDF Abstract BibTeX arXiv:1612.00775

Code (1)

rasbt/deeplearning-models pytorch

Tasks

ClassificationGeneral ClassificationOrdinal Classification

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 제목 키워드 기반

On the Consistency of Ordinal Regression Methods

2014-08-11 · Fabian Pedregosa, Francis Bach, Alexandre Gramfort

Many of the ordinal regression models that have been proposed in the literature can be seen as methods that minimize a convex surrogate of the zero-one, absolute, or squared loss functions. A key property that allows to …

Binary ClassificationGeneral Classificationregression

Improving Deep Regression with Ordinal Entropy

2023-01-21 · Shihao Zhang, Linlin Yang, Michael Bi Mi, Xiaoxu Zheng 외

In computer vision, it is often observed that formulating regression problems as a classification task often yields better performance. We investigate this curious phenomenon and provide a derivation to show that classif…

ClassificationCrowd CountingDepth EstimationMonocular Depth Estimation+1

Optimizing Estimators of Squared Calibration Errors in Classification

2024-10-09 · Sebastian G. Gruber, Francis Bach

In this work, we propose a mean-squared error-based risk that enables the comparison and optimization of estimators of squared calibration errors in practical settings. Improving the calibration of classifiers is crucial…

ClassificationDecision Makingimage-classificationImage Classification+1

A generalized framework to predict continuous scores from medical ordinal labels

2023-05-30 · Katharina V. Hoebel, Andreanne Lemay, John Peter Campbell, Susan Ostmo 외

Many variables of interest in clinical medicine, like disease severity, are recorded using discrete ordinal categories such as normal/mild/moderate/severe. These labels are used to train and evaluate disease severity pre…

Multi-class ClassificationOrdinal Classificationseverity prediction

Beyond MSE: Ordinal Cross-Entropy for Probabilistic Time Series Forecasting

2025-11-13 · Jieting Wang, Huimei Shi, Feijiang Li, Xiaolei Shang arxiv

Time series forecasting is an important task that involves analyzing temporal dependencies and underlying patterns (such as trends, cyclicality, and seasonality) in historical data to predict future values or trends. Cur…

Probabilistic Time Series ForecastingOrdinal ClassificationValue prediction