paper-with-me

홈 › Papers

Optimizing for Interpretability in Deep Neural Networks with Tree Regularization

2019-08-14 · Mike Wu, Sonali Parbhoo, Michael C. Hughes, Volker Roth, Finale Doshi-Velez

Deep models have advanced prediction in many domains, but their lack of interpretability remains a key barrier to the adoption in many real world applications. There exists a large body of work aiming to help humans understand these black box functions to varying levels of granularity -- for example, through distillation, gradients, or adversarial examples. These methods however, all tackle interpretability as a separate process after training. In this work, we take a different approach and explicitly regularize deep models so that they are well-approximated by processes that humans can step-through in little time. Specifically, we train several families of deep neural networks to resemble compact, axis-aligned decision trees without significant compromises in accuracy. The resulting axis-aligned decision functions uniquely make tree regularized models easy for humans to interpret. Moreover, for situations in which a single, global tree is a poor estimator, we introduce a regional tree regularizer that encourages the deep model to resemble a compact, axis-aligned decision tree in predefined, human-interpretable contexts. Using intuitive toy examples as well as medical tasks for patients in critical care and with HIV, we demonstrate that this new family of tree regularizers yield models that are easier for humans to simulate than simpler L1 or L2 penalties without sacrificing predictive power.

📄 PDF Abstract BibTeX arXiv:1908.05254

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Regional Tree Regularization for Interpretability in Black Box Models

2019-08-13 · Mike Wu, Sonali Parbhoo, Michael Hughes, Ryan Kindle 외

The lack of interpretability remains a barrier to the adoption of deep neural networks. Recently, tree regularization has been proposed to encourage deep neural networks to resemble compact, axis-aligned decision trees w…

Decision Making

Beyond Sparsity: Tree Regularization of Deep Models for Interpretability

2017-11-16 · Mike Wu, Michael C. Hughes, Sonali Parbhoo, Maurizio Zazzi 외

The lack of interpretability remains a key barrier to the adoption of deep models in many applications. In this work, we explicitly regularize deep models so human users might step through the process behind their predic…

Time SeriesTime Series Analysis

Optimal Interpretability-Performance Trade-off of Classification Trees with Black-Box Reinforcement Learning

2023-04-11 · Hector Kohler, Riad Akrour, Philippe Preux

Interpretability of AI models allows for user safety checks to build trust in these models. In particular, decision trees (DTs) provide a global view on the learned model and clearly outlines the role of the features tha…

reinforcement-learningReinforcement Learning (RL)

Optimizing Interpretable Decision Tree Policies for Reinforcement Learning

2024-08-21 · Daniël Vos, Sicco Verwer

Reinforcement learning techniques leveraging deep learning have made tremendous progress in recent years. However, the complexity of neural networks prevents practitioners from understanding their behavior. Decision tree…

Imitation Learningreinforcement-learningReinforcement Learning

Hierarchical Shrinkage: improving the accuracy and interpretability of tree-based methods

2022-02-02 · Abhineet Agarwal, Yan Shuo Tan, Omer Ronen, Chandan Singh 외

Tree-based models such as decision trees and random forests (RF) are a cornerstone of modern machine-learning practice. To mitigate overfitting, trees are typically regularized by a variety of techniques that modify thei…