paper-with-me

Papers

Optimization Methods for Interpretable Differentiable Decision Trees in Reinforcement Learning

2019-03-22 · Andrew Silva, Taylor Killian, Ivan Dario Jimenez Rodriguez, Sung-Hyun Son, Matthew Gombolay

Decision trees are ubiquitous in machine learning for their ease of use and interpretability. Yet, these models are not typically employed in reinforcement learning as they cannot be updated online via stochastic gradient descent. We overcome this limitation by allowing for a gradient update over the entire tree that improves sample complexity affords interpretable policy extraction. First, we include theoretical motivation on the need for policy-gradient learning by examining the properties of gradient descent over differentiable decision trees. Second, we demonstrate that our approach equals or outperforms a neural network on all domains and can learn discrete decision trees online with average rewards up to 7x higher than a batch-trained decision tree. Third, we conduct a user study to quantify the interpretability of a decision tree, rule list, and a neural network with statistically significant results ($p < 0.001$).

📄 PDF Abstract BibTeX arXiv:1903.09338

Code (2)

core-robotics-lab/icct pytorch
core-robotics-lab/interpretable_ddts_aistats2020 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

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

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…

A novel gradient-based method for decision trees optimizing arbitrary differential loss functions

2025-03-22 · Andrei V. Konstantinov, Lev V. Utkin

There are many approaches for training decision trees. This work introduces a novel gradient-based method for constructing decision trees that optimize arbitrary differentiable loss functions, overcoming the limitations …

regressionSurvival Analysis

POETREE: Interpretable Policy Learning with Adaptive Decision Trees

2022-03-15 · ICLR 2022 4 · Alizée Pace, Alex J. Chan, Mihaela van der Schaar

Building models of human decision-making from observed behaviour is critical to better understand, diagnose and support real-world policies such as clinical care. As established policy learning approaches remain focused …

Decision Making

Interpretable Deep Reinforcement Learning for Element-level Bridge Life-cycle Optimization

2026-04-02 · Seyyed Amirhossein Moayyedi, David Y. Yang arxiv

The new Specifications for the National Bridge Inventory (SNBI), in effect from 2022, emphasize the use of element-level condition states (CS) for risk-based bridge management. Instead of a general component rating, elem…

Reinforcement Learning