Deep Neural Networks for Rank-Consistent Ordinal Regression Based On Conditional Probabilities
Xintong Shi, Wenzhi Cao, Sebastian Raschka

TL;DR
This paper introduces CORN, a flexible deep neural network framework for rank-consistent ordinal regression that overcomes limitations of previous methods by using a novel conditional probability training scheme, improving performance across datasets.
Contribution
The paper proposes a new ordinal regression method, CORN, which achieves rank consistency without weight-sharing constraints, enhancing neural network expressiveness and performance.
Findings
CORN outperforms CORAL in various datasets.
The method is architecture-agnostic.
It effectively utilizes ordinal information.
Abstract
In recent times, deep neural networks achieved outstanding predictive performance on various classification and pattern recognition tasks. However, many real-world prediction problems have ordinal response variables, and this ordering information is ignored by conventional classification losses such as the multi-category cross-entropy. Ordinal regression methods for deep neural networks address this. One such method is the CORAL method, which is based on an earlier binary label extension framework and achieves rank consistency among its output layer tasks by imposing a weight-sharing constraint. However, while earlier experiments showed that CORAL's rank consistency is beneficial for performance, it is limited by a weight-sharing constraint in a neural network's fully connected output layer, which may restrict the expressiveness and capacity of a network trained using CORAL. We propose…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Face and Expression Recognition
MethodsCorrelation Alignment for Deep Domain Adaptation
