Tree-Based Dynamic Classifier Chains
Eneldo Loza Menc\'ia, Moritz Kulessa, Simon Bohlender, Johannes, F\"urnkranz

TL;DR
This paper introduces a dynamic classifier chain method using decision trees that adaptively choose label orderings for each instance, improving accuracy and efficiency in multi-label classification.
Contribution
It proposes a novel dynamic label ordering approach with decision trees, outperforming static methods and speeding up training and prediction.
Findings
Dynamic label selection improves prediction accuracy.
Tree-based models outperform static classifiers.
Method accelerates training and inference processes.
Abstract
Classifier chains are an effective technique for modeling label dependencies in multi-label classification. However, the method requires a fixed, static order of the labels. While in theory, any order is sufficient, in practice, this order has a substantial impact on the quality of the final prediction. Dynamic classifier chains denote the idea that for each instance to classify, the order in which the labels are predicted is dynamically chosen. The complexity of a naive implementation of such an approach is prohibitive, because it would require to train a sequence of classifiers for every possible permutation of the labels. To tackle this problem efficiently, we propose a new approach based on random decision trees which can dynamically select the label ordering for each prediction. We show empirically that a dynamic selection of the next label improves over the use of a static…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Text and Document Classification Technologies
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
