菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-11
📄 Abstract - Simultaneous Latent Budget Trees for Stratified Classification

In the era of Explainable Artificial Intelligence, there is a renewed focus on single trees for their ease of interpretation. This paper introduces Simultaneous Latent Budget Trees, a probabilistic machine learning framework for classification trees in the presence of a stratification factor such as a temporal, spatial, or demographic variable, acting as a control variable or potential confounder. Standard tree growth procedures are not designed to optimize a conditional split rule. A model-based split rule is proposed in which child nodes are interpreted as latent components of a simultaneous mixture model, such as the Simultaneous Latent Budget Model and its constrained versions, fitted to the parent node. Mixing parameters drive the observations, differently for each group, to the child nodes whereas latent budgets parameters update the response classes profile of each level of the control variable. Parameters are estimated by least squares considering a neural network perspective of the model. An informative tree structure can be interactively visualized with interpretation aids on the node and the paths, including visual pruning and decision tree selection procedure. Suitable measures are proposed to handle an unbalanced response class distribution. The proposed methodology is applied to investigate gender-related differences in disease progression of Amyotrophic Lateral Sclerosis. The SLBT library with the various tree-based algorithms is available in the linked GitHub repository.

顶级标签: machine learning medical
详细标签: classification tree explainable ai latent budget model stratified classification unbalanced classes 或 搜索:

用于分层分类的同时潜在预算树 / Simultaneous Latent Budget Trees for Stratified Classification


1️⃣ 一句话总结

本文提出了一种名为“同时潜在预算树”的新机器学习方法,它能够在考虑时间、空间或人群等分层因素的情况下,构建出易于理解且可解释的分类决策树,并通过肌萎缩侧索硬化症案例展示了如何用该方法分析性别对疾病进展的影响。

源自 arXiv: 2606.13295