paper-with-me

홈 › Papers

Learning Sparse Decision Trees via Transformer Variational Auto-Encoders

2026-09-01 · Giacomo Fidone, Alessio Cascione, Riccardo Guidotti hf

Decision trees are among the most widely used models in machine learning, largely due to their transparent decision logic, making them well-suited for high-stakes decision-making contexts. However, most existing learning algorithms focus on predictive performance, overlooking the joint optimization of other desirable properties, such as structural sparsity. In this work we propose TREVIS, an approach for learning decision trees with respect to complex objectives, based on the exploration of the latent space of a Tree Transformer Variational Auto-Encoder (TTVAE). By mapping decision trees onto latent representations, TREVIS replaces the discrete search space with a continuous one, enabling gradient-based optimization via a differentiable surrogate model. We experiment with TREVIS for learning decision trees that jointly optimize predictive performance and sparsity. Results show that TREVIS discovers decision trees matching the predictive performance of existing near-optimal algorithms while improving their structural sparsity.

📄 PDF Abstract BibTeX arXiv:2609.01430

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Power of Decision Trees in Auto-Regressive Language Modeling

2024-09-27 · Yulu Gan, Tomer Galanti, Tomaso Poggio, Eran Malach

Originally proposed for handling time series data, Auto-regressive Decision Trees (ARDTs) have not yet been explored for language modeling. This paper delves into both the theoretical and practical applications of ARDTs …

Computational EfficiencyDiversityLanguage ModelingLanguage Modelling+2

Variational Boosted Soft Trees

2023-02-21 · Tristan Cinquin, Tammo Rukat, Philipp Schmidt, Martin Wistuba 외

Gradient boosting machines (GBMs) based on decision trees consistently demonstrate state-of-the-art results on regression and classification tasks with tabular data, often outperforming deep neural networks. However, the…

Decision MakingOut-of-Distribution Detectionregressiontabular-regression+1

VaRT: Variational Regression Trees

2023-09-21 · NeurIPS 2023 11

Decision trees are a well-established tool in machine learning for classification and regression tasks. In this paper, we introduce a novel non-parametric Bayesian model that uses variational inference to approximate a p…

Interpretable Classification via Supervised Variational Autoencoders and Differentiable Decision Trees

2018-01-01 · ICLR 2018 1 · Eleanor Quint, Garrett Wirka, Jacob Williams, Stephen Scott 외

As deep learning-based classifiers are increasingly adopted in real-world applications, the importance of understanding how a particular label is chosen grows. Single decision trees are an example of a simple, interpreta…

DecoderGeneral Classification

Fast Sparse Decision Tree Optimization via Reference Ensembles

2021-12-01 · Hayden McTavish, Chudi Zhong, Reto Achermann, Ilias Karimalis 외

Sparse decision tree optimization has been one of the most fundamental problems in AI since its inception and is a challenge at the core of interpretable machine learning. Sparse decision tree optimization is computation…

Interpretable Machine Learning