Ordinal regression refers to classifying object instances into ordinal categories. It has been widely studied in many scenarios, such as medical disease grading, movie rating, etc. 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 will be available upon acceptance.
翻译:序数回归是指将对象实例分类到有序类别中,已在诸多场景中得到广泛研究,例如医学疾病分级、电影评分等。现有方法仅关注学习类间序数关系,但在区分相邻类别方面仍存在局限性。本文提出一种名为Ord2Seq的简单序列预测框架用于序数回归,首次将每个序数类别标签转换为特殊的标签序列,从而将序数回归任务视为一个序列预测过程。通过这种方式,我们将序数回归任务分解为一系列递归的二分类步骤,以精妙地区分相邻类别。综合实验表明,区分相邻类别对性能提升具有有效性,且新方法在四个不同场景中超越了当前最优性能。代码将在论文被接收后公开。