Ternary Decision Trees with Locally-Adaptive Uncertainty Zones
Researchers propose ternary decision trees that replace hard binary splits with learnable uncertainty zones, allowing models to flag boundary-uncertain predictions for downstream handling. The key innovation is local delta estimation from standard CART statistics, eliminating manual hyperparameter tuning. This addresses a fundamental limitation in tree-based models: treating edge cases identically to confident predictions. The work bridges classical ML and modern uncertainty quantification, relevant to practitioners deploying trees in safety-critical domains where prediction confidence matters as much as the prediction itself.52

























