paper-with-me

Papers

Open Problem: Properly learning decision trees in polynomial time?

2022-06-29 · Guy Blanc, Jane Lange, Mingda Qiao, Li-Yang Tan

The authors recently gave an $n^{O(\log\log n)}$ time membership query algorithm for properly learning decision trees under the uniform distribution (Blanc et al., 2021). The previous fastest algorithm for this problem ran in $n^{O(\log n)}$ time, a consequence of Ehrenfeucht and Haussler (1989)'s classic algorithm for the distribution-free setting. In this article we highlight the natural open problem of obtaining a polynomial-time algorithm, discuss possible avenues towards obtaining it, and state intermediate milestones that we believe are of independent interest.

📄 PDF Abstract BibTeX arXiv:2206.14431

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Properly Learning Decision Trees with Queries Is NP-Hard

2023-07-09 · Caleb Koch, Carmen Strassle, Li-Yang Tan

We prove that it is NP-hard to properly PAC learn decision trees with queries, resolving a longstanding open problem in learning theory (Bshouty 1993; Guijarro-Lavin-Raghavan 1999; Mehta-Raghavan 2002; Feldman 2016). Whi…

Learning Theory

Properly learning decision trees in almost polynomial time

2021-09-01 · Guy Blanc, Jane Lange, Mingda Qiao, Li-Yang Tan

We give an $n^{O(\log\log n)}$-time membership query algorithm for properly and agnostically learning decision trees under the uniform distribution over $\{\pm 1\}^n$. Even in the realizable setting, the previous fastest…

Fast decision tree learning solves hard coding-theoretic problems

2024-09-19 · Caleb Koch, Carmen Strassle, Li-Yang Tan

We connect the problem of properly PAC learning decision trees to the parameterized Nearest Codeword Problem ($k$-NCP). Despite significant effort by the respective communities, algorithmic progress on both problems has …

PAC learning

Superpolynomial Lower Bounds for Decision Tree Learning and Testing

2022-10-12 · Caleb Koch, Carmen Strassle, Li-Yang Tan

We establish new hardness results for decision tree optimization problems, adding to a line of work that dates back to Hyafil and Rivest in 1976. We prove, under randomized ETH, superpolynomial lower bounds for two basic…

PAC learning

On the Trade-off between the Number of Nodes and the Number of Trees in a Random Forest

2023-12-16 · Tatsuya Akutsu, Avraham A. Melkman, Atsuhiro Takasu

In this paper, we focus on the prediction phase of a random forest and study the problem of representing a bag of decision trees using a smaller bag of decision trees, where we only consider binary decision problems on t…