Ternary Decision Trees with Locally-Adaptive Uncertainty Zones
William Smits

TL;DR
This paper introduces ternary decision trees with locally computed uncertainty zones, improving confidence estimation and decision boundary handling over standard CART, validated across diverse datasets.
Contribution
It proposes and evaluates five methods for estimating local uncertainty zones in decision trees, enhancing their predictive confidence and interpretability.
Findings
All five methods outperform standard CART in decided accuracy.
The margin method achieves the best efficiency, with high accuracy gain per boundary-uncertain flag.
On medical datasets, boundary-uncertain flagging improves decision accuracy.
Abstract
Decision trees partition the feature space using hard binary thresholds, assigning identical confidence to instances far from a decision boundary and to those directly on it. We introduce ternary decision trees, which augment each split node with an uncertainty zone of half-width delta centered on the optimal threshold. Instances in this zone receive predictions formed by weighted blending of both child subtrees and are flagged as boundary-uncertain, signaling that downstream applications may treat these predictions differently. Crucially, delta is computed locally at each node from statistics already available during standard CART split finding, requiring no external noise specification. We propose and evaluate five delta-estimation methods: quality-plateau (plateau width of the split criterion curve), class-overlap (empirical class-distribution overlap), gain-ratio (split quality…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
