LGCCMay 13

Decision Tree Learning on Product Spaces

arXiv:2605.1298323.1
Predicted impact top 80% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For machine learning theorists, this provides the first rigorous guarantees for greedy decision tree learning under non-uniform product distributions, a practically relevant setting.

The paper extends theoretical guarantees for greedy decision tree learning from uniform to arbitrary product distributions, proving that the greedy heuristic constructs an ε-approximating tree with size bounded by exp(Δ_opt D_opt log(e/ε)). It also provides a parameter-free algorithm that requires no prior knowledge of the optimal tree's size or depth.

Decision tree learning has long been a central topic in theoretical computer science, driven by its practical importance. A fundamental and widely used method for decision tree construction is the top-down greedy heuristic, which recursively splits on the most influential variable. Despite its empirical success, theoretical analysis of this heuristic has been limited. A recent breakthrough by Blanc et al. (ITCS, 2020) provided the first rigorous theoretical guarantees for the greedy approach, but only under the uniform distribution. We extend this analysis to the more general and practically relevant setting of arbitrary product distributions. Our main result shows that for any function $f$ computable by an optimal decision tree of size $s$, maximum depth $D_{\text{opt}}$, and average depth $Δ_{\text{opt}}$, the greedy heuristic constructs an $ε$-approximating tree whose size grows at most with $\exp\bigl(Δ_{\text{opt}} D_{\text{opt}} \log(e/ε)\bigr)$. In the special case where the optimal tree is a full binary tree, this bound improves upon the bound of Blanc et al. and holds under a strictly broader class of distributions. Moreover, we present an algorithm based on the top-down greedy heuristic that is entirely parameter-free -- it requires no prior knowledge of the optimal tree's size or depth -- offering a practical advantage over Blanc et al.'s method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes