A Constrained Deep Neural Network for Ordinal Regression

Abstract

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 interclass ordinal relationship simultaneously. This paper proposes a constrained optimization formulation for the ordinal regression problem which minimizes the negative loglikelihood for multiple categories constrained by the order relationship between instances. Mathematically, it is equivalent to an unconstrained formulation with a pairwise regularizer. An implementation based on the CNN framework is proposed to solve the problem such that high-level features can be extracted automatically, and the optimal solution can be learned through the traditional back-propagation method. The proposed pairwise constraints make the algorithm work even on small datasets, and a proposed efficient implementation make it be scalable for large datasets. Experimental results on four real-world benchmarks demonstrate that the proposed algorithm outperforms the traditional deep learning approaches and other state-of-the-art approaches based on hand-crafted features.

Cite

Text

Liu et al. "A Constrained Deep Neural Network for Ordinal Regression." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00093

Markdown

[Liu et al. "A Constrained Deep Neural Network for Ordinal Regression." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/liu2018cvpr-constrained/) doi:10.1109/CVPR.2018.00093

BibTeX

@inproceedings{liu2018cvpr-constrained,
  title     = {{A Constrained Deep Neural Network for Ordinal Regression}},
  author    = {Liu, Yanzhu and Kong, Adams Wai Kin and Goh, Chi Keong},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00093},
  url       = {https://mlanthology.org/cvpr/2018/liu2018cvpr-constrained/}
}