Adaptive Multi-Branching for Shallow Decision Tree Induction

📅 2026-08-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决浅层决策树表达能力不足的问题,提出了一种多分支神经决策树(MBNDT),通过自适应剪枝和可微分多路分裂方法提高了预测准确性。
📝 Abstract
Decision trees are attractive for tabular prediction tasks because each prediction follows an interpretable sequence of feature-threshold tests. Under a strict maximum-depth budget, however, conventional binary trees can be under-expressive, since each internal node makes only a single threshold decision. We study shallow-depth tree induction, where the goal is to improve accuracy while keeping root-to-leaf paths short. We propose the Multi-Branch Neural Decision Tree with Adaptive Pruning (MBNDT), a single axis-aligned tree trained end-to-end with differentiable multi-way splits. Each internal node learns ordered thresholds over a selected feature and a branch mask that adapts its effective arity, and the trained model is converted to a deterministic single-path tree for inference. Across 21 OpenML binary-classification benchmarks, MBNDT achieves the best average rank and mean balanced accuracy among depth-constrained single-tree baselines; a controlled ablation isolates multi-way splitting as the source of the gain. These gains come with an explicit trade-off: MBNDT realizes more leaves than the other single-tree baselines, making it best suited when accuracy under short, bounded decision paths is prioritized over minimal global tree size.
Problem

Research questions and friction points this paper is trying to address.

shallow-depth tree
accuracy improvement
short decision paths
Innovation

Methods, ideas, or system contributions that make the work stand out.

Multi-Branch Neural Decision Tree
Adaptive Pruning
differentiable multi-way splits
short decision paths
🔎 Similar Papers
No similar papers found.
H
Hanul Park
Department of Information Convergence Engineering, Pusan National University, Busan, Rep. of Korea
J
Jeonghoon Choi
Department of Information Convergence Engineering, Pusan National University, Busan, Rep. of Korea
J
Juseong Kim
Department of Information Convergence Engineering, Pusan National University, Busan, Rep. of Korea
S
Sanghun Sel
Department of Information Convergence Engineering, Pusan National University, Busan, Rep. of Korea
Giltae Song
Giltae Song
1Department of Information Convergence Engineering, Pusan National University, Busan, Rep. of Korea; 2School of Computer Science and Engineering, Pusan National University, Busan, Rep. of Korea