A Constrained Deep Neural Network for Ordinal Regression

CVPR 2018  ·  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 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.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Age Estimation Adience CNNPOR MAE 0.55 # 5
Accuracy 57.4 # 4
Historical Color Image Dating HCI CNNPOR MAE 0.82 # 6
accuracy 50.12 # 3
Aesthetics Quality Assessment Image Aesthetics dataset CNNPOR Accuracy 70.05 # 4
MAE 0.316 # 4

Methods


No methods listed for this paper. Add relevant methods here