paper-with-me

Papers

Feature Learning for Interpretable, Performant Decision Trees

2023-09-21 · NeurIPS 2023 11

Decision trees are regarded for high interpretability arising from their hierarchical partitioning structure built on simple decision rules. However, in practice, this is not realized because axis-aligned partitioning of realistic data results in deep trees, and because ensemble methods are used to mitigate overfitting. Even then, model complexity and performance remain sensitive to transformation of the input, and extensive expert crafting of features from the raw data is common. We propose the first system to alternate sparse feature learning with differentiable decision tree construction to produce small, interpretable trees with good performance. We benchmark against conventional tree-based models and demonstrate several notions of interpretation of a model and its predictions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoET: Interpretable and Verifiable Reinforcement Learning via Mixture of Expert Trees

2019-09-25 · Marko Vasic, Andrija Petrovic, Kaiyuan Wang, Mladen Nikolic 외

Deep Reinforcement Learning (DRL) has led to many recent breakthroughs on complex control tasks, such as defeating the best human player in the game of Go. However, decisions made by the DRL agent are not explainable, hi…

Deep Reinforcement LearningGame of GoImitation LearningMixture-of-Experts+3

A Uniform Language to Explain Decision Trees

2023-10-18 · Marcelo Arenas, Pablo Barcelo, Diego Bustamante, Jose Caraball 외

The formal XAI community has studied a plethora of interpretability queries aiming to understand the classifications made by decision trees. However, a more uniform understanding of what questions we can hope to answer a…

On Tackling Explanation Redundancy in Decision Trees

2022-05-20 · Yacine Izza, Alexey Ignatiev, Joao Marques-Silva

Decision trees (DTs) epitomize the ideal of interpretability of machine learning (ML) models. The interpretability of decision trees motivates explainability approaches by so-called intrinsic interpretability, and it is …

Explaining Kernel Clustering via Decision Trees

2024-02-15 · Maximilian Fleissner, Leena Chennuru Vankadara, Debarghya Ghoshdastidar

Despite the growing popularity of explainable and interpretable machine learning, there is still surprisingly limited work on inherently interpretable clustering methods. Recently, there has been a surge of interest in e…

ClusteringInterpretable Machine Learning

Near Optimal Decision Trees in a SPLIT Second

2025-02-21 · Varun Babbar, Hayden McTavish, Cynthia Rudin, Margo Seltzer

Decision tree optimization is fundamental to interpretable machine learning. The most popular approach is to greedily search for the best feature at every decision point, which is fast but provably suboptimal. Recent app…

Interpretable Machine Learning