Ord2Seq: Regarding Ordinal Regression as Label Sequence Prediction

Abstract

Ordinal regression refers to classifying object instances into ordinal categories. It has been widely studied in many scenarios, such as medical disease grading and movie rating. Known methods focused only on learning inter-class ordinal relationships, but still incur limitations in distinguishing adjacent categories thus far. In this paper, we propose a simple sequence prediction framework for ordinal regression called Ord2Seq, which, for the first time, transforms each ordinal category label into a special label sequence and thus regards an ordinal regression task as a sequence prediction process. In this way, we decompose an ordinal regression task into a series of recursive binary classification steps, so as to subtly distinguish adjacent categories. Comprehensive experiments show the effectiveness of distinguishing adjacent categories for performance improvement and our new approach exceeds state-of-the-art performances in four different scenarios. Codes are available at https://github.com/wjh892521292/Ord2Seq.

Cite

Text

Wang et al. "Ord2Seq: Regarding Ordinal Regression as Label Sequence Prediction." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.00539

Markdown

[Wang et al. "Ord2Seq: Regarding Ordinal Regression as Label Sequence Prediction." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/wang2023iccv-ord2seq/) doi:10.1109/ICCV51070.2023.00539

BibTeX

@inproceedings{wang2023iccv-ord2seq,
  title     = {{Ord2Seq: Regarding Ordinal Regression as Label Sequence Prediction}},
  author    = {Wang, Jinhong and Cheng, Yi and Chen, Jintai and Chen, TingTing and Chen, Danny and Wu, Jian},
  booktitle = {International Conference on Computer Vision},
  year      = {2023},
  pages     = {5865-5875},
  doi       = {10.1109/ICCV51070.2023.00539},
  url       = {https://mlanthology.org/iccv/2023/wang2023iccv-ord2seq/}
}