Deep Ordinal Regression Based on Data Relationship for Small Datasets

Abstract

Ordinal regression aims to classify instances into ordinal categories. As with other supervised learning problems, learning an effective deep ordinal model from a small dataset is challenging. This paper proposes a new approach which transforms the ordinal regression problem to binary classification problems and uses triplets with instances from different categories to train deep neural networks such that high-level features describing their ordinal relationship can be extracted automatically. In the testing phase, triplets are formed by a testing instance and other instances with known ranks. A decoder is designed to estimate the rank of the testing instance based on the outputs of the network. Because of the data argumentation by permutation, deep learning can work for ordinal regression even on small datasets. Experimental results on the historical color image benchmark and MSRA image search datasets demonstrate that the proposed algorithm outperforms the traditional deep learning approach and is comparable with other state-of-the-art methods, which are highly based on prior knowledge to design effective features.

Cite

Text

Liu et al. "Deep Ordinal Regression Based on Data Relationship for Small Datasets." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/330

Markdown

[Liu et al. "Deep Ordinal Regression Based on Data Relationship for Small Datasets." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/liu2017ijcai-deep/) doi:10.24963/IJCAI.2017/330

BibTeX

@inproceedings{liu2017ijcai-deep,
  title     = {{Deep Ordinal Regression Based on Data Relationship for Small Datasets}},
  author    = {Liu, Yanzhu and Kong, Adams Wai-Kin and Goh, Chi Keong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2372-2378},
  doi       = {10.24963/IJCAI.2017/330},
  url       = {https://mlanthology.org/ijcai/2017/liu2017ijcai-deep/}
}