paper-with-me

홈 › Papers

Estimating decision tree learnability with polylogarithmic sample complexity

2020-11-03 · NeurIPS 2020 12 · Guy Blanc, Neha Gupta, Jane Lange, Li-Yang Tan

We show that top-down decision tree learning heuristics are amenable to highly efficient learnability estimation: for monotone target functions, the error of the decision tree hypothesis constructed by these heuristics can be estimated with polylogarithmically many labeled examples, exponentially smaller than the number necessary to run these heuristics, and indeed, exponentially smaller than information-theoretic minimum required to learn a good decision tree. This adds to a small but growing list of fundamental learning algorithms that have been shown to be amenable to learnability estimation. En route to this result, we design and analyze sample-efficient minibatch versions of top-down decision tree learning heuristics and show that they achieve the same provable guarantees as the full-batch versions. We further give "active local" versions of these heuristics: given a test point $x^\star$, we show how the label $T(x^\star)$ of the decision tree hypothesis $T$ can be computed with polylogarithmically many labeled examples, exponentially smaller than the number necessary to learn $T$.

📄 PDF Abstract BibTeX arXiv:2011.01584

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Active Learning for Decision Trees with Provable Guarantees

2026-01-28 · Arshia Soltani Moakhar, Tanapoom Laoaron, Faraz Ghahremani, Kiarash Banihashem 외 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 coe…

Binary ClassificationActive Learning

Comparing Sample-wise Learnability Across Deep Neural Network Models

2019-01-08 · Seung-Geon Lee, Jaedeok Kim, Hyun-Joo Jung, Yoonsuck Choe

Estimating the relative importance of each sample in a training set has important practical and theoretical value, such as in importance sampling or curriculum learning. This kind of focus on individual samples invokes t…

Faster Sublinear Algorithms using Conditional Sampling

2016-08-16 · Themistoklis Gouleakis, Christos Tzamos, Manolis Zampetakis

A conditional sampling oracle for a probability distribution D returns samples from the conditional distribution of D restricted to a specified subset of the domain. A recent line of work (Chakraborty et al. 2013 and Can…

Clustering

Reconstructing decision trees

2020-12-16 · Guy Blanc, Jane Lange, Li-Yang Tan

We give the first {\sl reconstruction algorithm} for decision trees: given queries to a function $f$ that is $\mathrm{opt}$-close to a size-$s$ decision tree, our algorithm provides query access to a decision tree $T$ wh…

Learning Theory

Fine-tuning a Subtle Parsing Distinction Using a Probabilistic Decision Tree: the Case of Postnominal "that" in Noun Complement Clauses vs. Relative Clauses

2022-12-05 · Zineddine Tighidet, Nicolas Ballier

In this paper we investigated two different methods to parse relative and noun complement clauses in English and resorted to distinct tags for their corresponding that as a relative pronoun and as a complementizer. We us…