paper-with-me

Papers

Interpretable Decision Tree Search as a Markov Decision Process

2023-09-22 · Hector Kohler, Riad Akrour, Philippe Preux

Finding an optimal decision tree for a supervised learning task is a challenging combinatorial problem to solve at scale. It was recently proposed to frame the problem as a Markov Decision Problem (MDP) and use deep reinforcement learning to tackle scaling. Unfortunately, these methods are not competitive with the current branch-and-bound state-of-the-art. We propose instead to scale the resolution of such MDPs using an information-theoretic tests generating function that heuristically, and dynamically for every state, limits the set of admissible test actions to a few good candidates. As a solver, we show empirically that our algorithm is at the very least competitive with branch-and-bound alternatives. As a machine learning tool, a key advantage of our approach is to solve for multiple complexity-performance trade-offs at virtually no additional cost. With such a set of solutions, a user can then select the tree that generalizes best and which has the interpretability level that best suits their needs, which no current branch-and-bound method allows.

📄 PDF Abstract BibTeX arXiv:2309.12701

Code (1)

KohlerHECTOR/DPDTreeEstimator 공식 구현

Tasks

Deep Reinforcement Learning

Similar Papers 제목 키워드 기반

SPOT: Scalable Policy Optimization with Trees for Markov Decision Processes

2025-10-22 · Xuyuan Xiong, Pedro Chumpitaz-Flores, Kaixun Hua, Cheng Hua arxiv

Interpretable reinforcement learning policies are essential for high-stakes decision-making, yet optimizing decision tree policies in Markov Decision Processes (MDPs) remains challenging. We propose SPOT, a novel method …

Reinforcement Learning

SONG: Self-Organizing Neural Graphs

2021-07-28 · Łukasz Struski, Tomasz Danel, Marek Śmieja, Jacek Tabor 외

Recent years have seen a surge in research on deep interpretable neural networks with decision trees as one of the most commonly incorporated tools. There are at least three advantages of using decision trees over logist…

Optimal Decision Tree Policies for Markov Decision Processes

2023-01-30 · Daniël Vos, Sicco Verwer

Interpretability of reinforcement learning policies is essential for many real-world tasks but learning such interpretable policies is a hard problem. Particularly rule-based policies such as decision trees and rules lis…

Imitation Learning

Iterative Bounding MDPs: Learning Interpretable Policies via Non-Interpretable Methods

2021-02-25 · Nicholay Topin, Stephanie Milani, Fei Fang, Manuela Veloso

Current work in explainable reinforcement learning generally produces policies in the form of a decision tree over the state space. Such policies can be used for formal safety verification, agent behavior prediction, and…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Decision Tree Algorithms for MDP

2021-09-29 · Elioth Sanabria, David Yao, Henry Lam

Decision trees are robust modeling tools in machine learning with human-interpretable representations. The curse of dimensionality of Markov Decision Process (MDP) makes exact solution methods computationally intractable…