paper-with-me

Papers

Tree-Based Dynamic Classifier Chains

2021-12-13 · Eneldo Loza Mencía, Moritz Kulessa, Simon Bohlender, Johannes Fürnkranz

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 ordering under an otherwise unchanged random decision tree model. % and experimental environment. In addition, we also demonstrate an alternative approach based on extreme gradient boosted trees, which allows for a more target-oriented training of dynamic classifier chains. Our results show that this variant outperforms random decision trees and other tree-based multi-label classification methods. More importantly, the dynamic selection strategy allows to considerably speed up training and prediction.

📄 PDF Abstract BibTeX arXiv:2112.06672

Code (1)

keelm/XDCC 공식 구현

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Extreme Gradient Boosted Multi-label Trees for Dynamic Classifier Chains

2020-06-15 · Bohlender, Simon, Loza Mencia, Eneldo 외

Classifier chains is a key technique in multi-label classification, since it allows to consider label dependencies effectively. However, the classifiers are aligned according to a static order of the labels. In the conce…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Evaluating Universal Dependency Parser Recovery of Predicate Argument Structure via CompChain Analysis

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Sagar Indurkhya, Beracah Yankama, Robert C. Berwick

Accurate recovery of predicate-argument structure from a Universal Dependency (UD) parse is central to downstream tasks such as extraction of semantic roles or event representations. This study introduces compchains, a c…

Dependency Parsing

WorldTree: Towards 4D Dynamic Worlds from Monocular Video using Tree-Chains

2026-02-12 · Qisen Wang, Yifan Zhao, Jia Li arxiv

Dynamic reconstruction has achieved remarkable progress, but there remain challenges in monocular input for more practical applications. The prevailing works attempt to construct efficient motion representations, but lac…

Dynamic Reconstruction

Dynamic classifier chains for multi-label learning

2017-10-20 · Pawel Trajdos, Marek Kurzynski

In this paper, we deal with the task of building a dynamic ensemble of chain classifiers for multi-label classification. To do so, we proposed two concepts of classifier chains algorithms that are able to change label or…

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

MLPTR-CC: Multi-label Pathology Test Recommendation using Classifier Chains and SHAP

2026-07-09 · Abu Rafe Md Jamil, Nayan Malakar arxiv

Diagnostic decision making often relies on a sequence of pathology tests that bridge patient symptoms and final disease diagnosis. Existing clinical decision-support systems typically focus on predicting single diseases …

Multi-Label Classification