paper-with-me

홈 › Papers

Controlling Class Layout for Deep Ordinal Classification via Constrained Proxies Learning

2023-03-01 · Cong Wang, Zhiwei Jiang, Yafeng Yin, Zifeng Cheng, Shiping Ge, Qing Gu

For deep ordinal classification, learning a well-structured feature space specific to ordinal classification is helpful to properly capture the ordinal nature among classes. Intuitively, when Euclidean distance metric is used, an ideal ordinal layout in feature space would be that the sample clusters are arranged in class order along a straight line in space. However, enforcing samples to conform to a specific layout in the feature space is a challenging problem. To address this problem, in this paper, we propose a novel Constrained Proxies Learning (CPL) method, which can learn a proxy for each ordinal class and then adjusts the global layout of classes by constraining these proxies. Specifically, we propose two kinds of strategies: hard layout constraint and soft layout constraint. The hard layout constraint is realized by directly controlling the generation of proxies to force them to be placed in a strict linear layout or semicircular layout (i.e., two instantiations of strict ordinal layout). The soft layout constraint is realized by constraining that the proxy layout should always produce unimodal proxy-to-proxies similarity distribution for each proxy (i.e., to be a relaxed ordinal layout). Experiments show that the proposed CPL method outperforms previous deep ordinal classification methods under the same setting of feature extractor.

📄 PDF Abstract BibTeX arXiv:2303.00396

Code (1)

tenvence/cpl 공식 구현 pytorch

Tasks

Ordinal Classification

Similar Papers 제목 키워드 기반

Non-parametric Uni-modality Constraints for Deep Ordinal Classification

2019-11-25 · Soufiane Belharbi, Ismail Ben Ayed, Luke McCaffrey, Eric Granger

We propose a new constrained-optimization formulation for deep ordinal classification, in which uni-modality of the label distribution is enforced implicitly via a set of inequality constraints over all the pairs of adja…

ClassificationGeneral ClassificationHistorical Color Image DatingOrdinal Classification

dlordinal: a Python package for deep ordinal classification

2024-07-24 · Francisco Bérchez-Moreno, Víctor M. Vargas, Rafael Ayllón-Gavilán, David Guijo-Rubio 외

dlordinal is a new Python library that unifies many recent deep ordinal classification methodologies available in the literature. Developed using PyTorch as underlying framework, it implements the top performing state-of…

ClassificationOrdinal Classification

A Constrained Deep Neural Network for Ordinal Regression

2018-06-01 · CVPR 2018 6 · Yanzhu Liu, Adams Wai Kin Kong, Chi Keong Goh

Ordinal regression is a supervised learning problem aiming to classify instances into ordinal categories. It is challenging to automatically extract high-level features for representing intraclass information and intercl…

Aesthetics Quality AssessmentAge EstimationHistorical Color Image Datingregression

Evaluating Evaluation Measures for Ordinal Classification and Ordinal Quantification

2021-08-01 · ACL 2021 5 · Tetsuya Sakai

Ordinal Classification (OC) is an important classification task where the classes are ordinal. For example, an OC task for sentiment analysis could have the following classes: highly positive, positive, neutral, negative…

ClassificationOrdinal ClassificationSentiment Analysis

Classifier Pooling for Modern Ordinal Classification

2026-03-18 · Noam H. Rotenberg, Andreia V. Faria, Brian Caffo arxiv

Ordinal data is widely prevalent in clinical and other domains, yet there is a lack of both modern, machine-learning based methods and publicly available software to address it. In this paper, we present a model-agnostic…

Ordinal Classification