English

Improving Deep Regression with Ordinal Entropy

Computer Vision and Pattern Recognition 2023-03-01 v3 Artificial Intelligence Machine Learning

Abstract

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 classification, with the cross-entropy loss, outperforms regression with a mean squared error loss in its ability to learn high-entropy feature representations. Based on the analysis, we propose an ordinal entropy loss to encourage higher-entropy feature spaces while maintaining ordinal relationships to improve the performance of regression tasks. Experiments on synthetic and real-world regression tasks demonstrate the importance and benefits of increasing entropy for regression.

Keywords

Cite

@article{arxiv.2301.08915,
  title  = {Improving Deep Regression with Ordinal Entropy},
  author = {Shihao Zhang and Linlin Yang and Michael Bi Mi and Xiaoxu Zheng and Angela Yao},
  journal= {arXiv preprint arXiv:2301.08915},
  year   = {2023}
}

Comments

Accepted to ICLR 2023. Project page: https://github.com/needylove/OrdinalEntropy

R2 v1 2026-06-28T08:16:53.098Z