paper-with-me

홈 › Papers

End-to-end Learning of Deterministic Decision Trees

2017-12-07 · Thomas Hehn, Fred A. Hamprecht

Conventional decision trees have a number of favorable properties, including interpretability, a small computational footprint and the ability to learn from little training data. However, they lack a key quality that has helped fuel the deep learning revolution: that of being end-to-end trainable, and to learn from scratch those features that best allow to solve a given supervised learning problem. Recent work (Kontschieder 2015) has addressed this deficit, but at the cost of losing a main attractive trait of decision trees: the fact that each sample is routed along a small subset of tree nodes only. We here propose a model and Expectation-Maximization training scheme for decision trees that are fully probabilistic at train time, but after a deterministic annealing process become deterministic at test time. We also analyze the learned oblique split parameters on image datasets and show that Neural Networks can be trained at each split node. In summary, we present the first end-to-end learning scheme for deterministic decision trees and present results on par with or superior to published standard oblique decision tree algorithms.

📄 PDF Abstract BibTeX arXiv:1712.02743

Code (1)

tomsal/endtoenddecisiontrees pytorch

Similar Papers 제목 키워드 기반

A System for Induction of Oblique Decision Trees

1994-08-01 · S. K. Murthy, S. Kasif, S. Salzberg

This article describes a new system for induction of oblique decision trees. This system, OC1, combines deterministic hill-climbing with two forms of randomization to find a good oblique split (in the form of a hyperplan…

Adaptive Exact Learning of Decision Trees from Membership Queries

2019-01-23 · Nader H. Bshouty, Catherine A. Haddad-Zaknoon

In this paper we study the adaptive learnability of decision trees of depth at most $d$ from membership queries. This has many applications in automated scientific discovery such as drugs development and software update …

scientific discovery

Rectified Decision Trees: Exploring the Landscape of Interpretable and Effective Machine Learning

2020-08-21 · Yiming Li, Jiawang Bai, Jiawei Li, Xue Yang 외

Interpretability and effectiveness are two essential and indispensable requirements for adopting machine learning methods in reality. In this paper, we propose a knowledge distillation based decision trees extension, dub…

BIG-bench Machine LearningKnowledge Distillation

The Parametric Cost Function Approximation: A new approach for multistage stochastic programming

2022-01-01 · Warren B Powell, Saeed Ghadimi

The most common approaches for solving multistage stochastic programming problems in the research literature have been to either use value functions ("dynamic programming") or scenario trees ("stochastic programming") to…

The Tractability of SHAP-Score-Based Explanations over Deterministic and Decomposable Boolean Circuits

2020-07-28 · Marcelo Arenas, Pablo Barceló Leopoldo Bertossi, Mikaël Monet

Scores based on Shapley values are widely used for providing explanations to classification results over machine learning models. A prime example of this is the influential SHAP-score, a version of the Shapley value that…