Decision Tree Approximations of Boolean Functions

Abstract

Decision trees are popular representations of Boolean functions. We show that, given an alternative representation of a Boolean function f, say as a read-once branching program, one can find a decision tree T which approximates f to any desired amount of accuracy. Moreover, the size of the decision tree is at most that of the smallest decision tree which can represent f and this construction can be obtained in quasi-polynomial time. We also extend this result to the case where one has access only to a source of random evaluations of the Boolean function f instead of a complete representation. In this case, we show that a similar approximation can be obtained with any specified amount of confidence (as opposed to the absolute certainty of the former case.) This latter result implies proper PAC-learnability of decision trees under the uniform distribution without using membership queries.

Cite

Text

Mehta and Raghavan. "Decision Tree Approximations of Boolean Functions." Annual Conference on Computational Learning Theory, 2000. doi:10.1016/S0304-3975(01)00011-1

Markdown

[Mehta and Raghavan. "Decision Tree Approximations of Boolean Functions." Annual Conference on Computational Learning Theory, 2000.](https://mlanthology.org/colt/2000/mehta2000colt-decision/) doi:10.1016/S0304-3975(01)00011-1

BibTeX

@inproceedings{mehta2000colt-decision,
  title     = {{Decision Tree Approximations of Boolean Functions}},
  author    = {Mehta, Dinesh P. and Raghavan, Vijay},
  booktitle = {Annual Conference on Computational Learning Theory},
  year      = {2000},
  pages     = {16-24},
  doi       = {10.1016/S0304-3975(01)00011-1},
  url       = {https://mlanthology.org/colt/2000/mehta2000colt-decision/}
}