paper-with-me

홈 › Papers

Active Learning for Decision Trees with Provable Guarantees

2026-01-28 · Arshia Soltani Moakhar, Tanapoom Laoaron, Faraz Ghahremani, Kiarash Banihashem, MohammadTaghi Hajiaghayi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.20775

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationActive Learning

Similar Papers 제목 키워드 기반

Differentially-Private Decision Trees and Provable Robustness to Data Poisoning

2023-05-24 · Daniël Vos, Jelle Vos, Tianyu Li, Zekeriya Erkin 외

Decision trees are interpretable models that are well-suited to non-linear learning problems. Much work has been done on extending decision tree learning algorithms with differential privacy, a system that guarantees the…

Data Poisoning

Connecting Interpretability and Robustness in Decision Trees through Separation

2021-02-14 · Michal Moshkovitz, Yao-Yuan Yang, Kamalika Chaudhuri

Recent research has recognized interpretability and robustness as essential properties of trustworthy classification. Curiously, a connection between robustness and interpretability was empirically observed, but the theo…

On the Probabilistic Learnability of Compact Neural Network Preimage Bounds

2025-11-10 · Luca Marzari, Manuele Bicego, Ferdinando Cicalese, Alessandro Farinelli arxiv

Although recent provable methods have been developed to compute preimage bounds for neural networks, their scalability is fundamentally limited by the #P-hardness of the problem. In this work, we adopt a novel probabilis…

Interpretability Guarantees with Merlin-Arthur Classifiers

2022-06-01 · Stephan Wäldchen, Kartikey Sharma, Berkant Turan, Max Zimmer 외

We propose an interactive multi-agent classifier that provides provable interpretability guarantees even for complex agents such as neural networks. These guarantees consist of lower bounds on the mutual information betw…

Feature Correlation

Top-down induction of decision trees: rigorous guarantees and inherent limitations

2019-11-18 · Guy Blanc, Jane Lange, Li-Yang Tan

Consider the following heuristic for building a decision tree for a function $f : \{0,1\}^n \to \{\pm 1\}$. Place the most influential variable $x_i$ of $f$ at the root, and recurse on the subfunctions $f_{x_i=0}$ and $f…