paper-with-me

Papers

Oblique Decision Trees from Derivatives of ReLU Networks

2019-09-30 · Guang-He Lee, Tommi S. Jaakkola

We show how neural models can be used to realize piece-wise constant functions such as decision trees. The proposed architecture, which we call locally constant networks, builds on ReLU networks that are piece-wise linear and hence their associated gradients with respect to the inputs are locally constant. We formally establish the equivalence between the classes of locally constant networks and decision trees. Moreover, we highlight several advantageous properties of locally constant networks, including how they realize decision trees with parameter sharing across branching / leaves. Indeed, only $M$ neurons suffice to implicitly model an oblique decision tree with $2^M$ leaf nodes. The neural representation also enables us to adopt many tools developed for deep networks (e.g., DropConnect (Wan et al., 2013)) while implicitly training decision trees. We demonstrate that our method outperforms alternative techniques for training oblique decision trees in the context of molecular property classification and regression tasks.

📄 PDF Abstract BibTeX arXiv:1909.13488

Code (1)

guanghelee/iclr20-lcn 공식 구현 pytorch

Tasks

Drug Discovery

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
DropConnect DropConnect generalizes Dropout by randomly dropping the weights rather than the activations with probability $1-p$. DropConnect…

Similar Papers 제목 키워드 기반

Locally Constant Networks

2020-05-01 · ICLR 2020 1 · Guang-He Lee, Tommi S. Jaakkola

We show how neural models can be used to realize piece-wise constant functions such as decision trees. Our approach builds on ReLU networks that are piece-wise linear and hence their associated gradients with respect to …

Hinge Regression Tree: A Newton Method for Oblique Regression Tree Splitting

2026-02-05 · Hongyi Li, Han Lin, Jun Xu arxiv

Oblique decision trees combine the transparency of trees with the power of multivariate decision boundaries, but learning high-quality oblique splits is NP-hard, and practical methods still rely on slow search or theory-…

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…

Weighted Oblique Decision Trees

2019-07-17 · Bin-Bin Yang, Song-Qing Shen, Wei Gao

Decision trees have attracted much attention during the past decades. Previous decision trees include axis-parallel and oblique decision trees; both of them try to find the best splits via exhaustive search or heurist…

Oblique Bayesian additive regression trees

2024-11-13 · Paul-Hieu V. Nguyen, Ryan Yee, Sameer K. Deshpande

Current implementations of Bayesian Additive Regression Trees (BART) are based on axis-aligned decision rules that recursively partition the feature space using a single feature at a time. Several authors have demonstrat…

regression