Active Learning for Decision Trees with Provable Guarantees
Arshia Soltani Moakhar, Tanapoom Laoaron, Faraz Ghahremani, Kiarash Banihashem, MohammadTaghi Hajiaghayi
TL;DR
This work addresses label-efficient active learning for binary decision trees by analyzing the disagreement coefficient, showing polylogarithmic label complexity under two structural assumptions: unique feature dimensions along root-to-leaf paths and grid-like data. It introduces a general multiplicative-error active learning algorithm and applies it to decision trees, achieving a $(1+\varepsilon)$-approximate classifier with near-optimal $\varepsilon$-dependence and polylog label complexity. The authors establish an explicit upper bound $\theta = O(\ln^{d}(n))$ for decision trees of height $d$ (and provide VC-dimension bounds), along with necessity results and a weighted-uniform relaxation to broaden applicability. A lower bound for stump learning shows the multiplicative framework cannot be bypassed, and the general algorithm extends to arbitrary classifiers with label complexity depending on the disagreement coefficient and VC dimension. Together, these results bridge practical decision-tree learning with solid theoretical guarantees and suggest future work on relaxing assumptions and extending to broader data domains.
Abstract
This paper advances the theoretical understanding of active learning label complexity for decision trees as binary classifiers. We make two main contributions. First, we provide the first analysis of the disagreement coefficient for decision trees-a key parameter governing active learning label complexity. Our analysis holds under two natural assumptions required for achieving polylogarithmic label complexity, (i) each root-to-leaf path queries distinct feature dimensions, and (ii) the input data has a regular, grid-like structure. We show these assumptions are essential, as relaxing them leads to polynomial label complexity. Second, we present the first general active learning algorithm for binary classification that achieves a multiplicative error guarantee, producing a $(1+ε)$-approximate classifier. By combining these results, we design an active learning algorithm for decision trees that uses only a polylogarithmic number of label queries in the dataset size, under the stated assumptions. Finally, we establish a label complexity lower bound, showing our algorithm's dependence on the error tolerance $ε$ is close to optimal.
