🤖 AI Summary
This work addresses the performance degradation in ordinal classification caused by existing methods' neglect of the natural order among classes. To this end, we propose ADABORD, a novel framework that, for the first time, integrates both an ordinal splitting criterion and an error function accounting for inter-class distances within AdaBoost. Specifically, ADABORD employs decision stumps based on an ordinal Gini impurity measure as base learners and introduces an absolute ranking probability score to more appropriately update sample and model weights. Experimental results on the TOC-UCO benchmark—the largest evaluation suite for ordinal classification—demonstrate that ADABORD significantly outperforms seven state-of-the-art methods, with particularly pronounced gains on datasets containing five or more ordinal classes.
📝 Abstract
Ordinal Classification (OC) deals with classification tasks where the classes follow a natural order. Despite the progress in OC, many existing approaches fail to fully leverage the ordinal information, treating the problem as nominal classification and thereby losing performance potential. In this work, ADABORD, an AdaBoost framework specifically designed for ordinal classification problems, is introduced. The ordinal nature of the classes is incorporated into two key components of the well-known AdaBoost algorithm: 1) the base estimator, where decision trees with the ordinal Gini splitting criterion are proposed; 2) the error function used to update sample weights at each stage and the weights of the classifier in the final ensemble model, given by the absolute ranked probability score, a measure that accounts for both the ordering and the distance between classes. ADABORD is extensively compared against seven state-of-the-art methods on the TOC-UCO repository, the largest benchmark collection for OC to date. The experimental results, supported by statistical analysis, show that ADABORD significantly outperforms competing methods, particularly on datasets with five or more classes, where the ordinal structure becomes more pronounced. Source code, along with all experimental protocols, is publicly available to ensure reproducibility and facilitate future research in OC.