paper-with-me

Papers

A Decision-Theoretic Approach for Model Interpretability in Bayesian Framework

2019-10-21 · Homayun Afrabandpey, Tomi Peltola, Juho Piironen, Aki Vehtari, Samuel Kaski

A salient approach to interpretable machine learning is to restrict modeling to simple models. In the Bayesian framework, this can be pursued by restricting the model structure and prior to favor interpretable models. Fundamentally, however, interpretability is about users' preferences, not the data generation mechanism; it is more natural to formulate interpretability as a utility function. In this work, we propose an interpretability utility, which explicates the trade-off between explanation fidelity and interpretability in the Bayesian framework. The method consists of two steps. First, a reference model, possibly a black-box Bayesian predictive model which does not compromise accuracy, is fitted to the training data. Second, a proxy model from an interpretable model family that best mimics the predictive behaviour of the reference model is found by optimizing the interpretability utility function. The approach is model agnostic -- neither the interpretable model nor the reference model are restricted to a certain class of models -- and the optimization problem can be solved using standard tools. Through experiments on real-word data sets, using decision trees as interpretable models and Bayesian additive regression models as reference models, we show that for the same level of interpretability, our approach generates more accurate models than the alternative of restricting the prior. We also propose a systematic way to measure stability of interpretabile models constructed by different interpretability approaches and show that our proposed approach generates more stable models.

📄 PDF Abstract BibTeX arXiv:1910.09358

Code (1)

homayunafra/Decision_Theoretic_Approach_for_Interpretability_in_Bayesian_Framework 공식 구현

Tasks

Interpretable Machine Learning

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Combining Bayesian Inference and Reinforcement Learning for Agent Decision Making: A Review

2025-05-12 · Chengmin Zhou, Ville Kyrki, Pasi Fränti, Laura Ruotsalainen

Bayesian inference has many advantages in decision making of agents (e.g. robotics/simulative agent) over a regular data-driven black-box neural network: Data-efficiency, generalization, interpretability, and safety wher…

Active LearningBayesian InferenceBayesian OptimizationDecision Making+4

Bayesian Kolmogorov Arnold Networks (Bayesian_KANs): A Probabilistic Approach to Enhance Accuracy and Interpretability

2024-08-05 · Masoud Muhammed Hassan

Because of its strong predictive skills, deep learning has emerged as an essential tool in many industries, including healthcare. Traditional deep learning models, on the other hand, frequently lack interpretability and …

Bayesian InferenceDeep LearningKolmogorov-Arnold Networks

Scalable Bayesian Rule Lists

2016-02-27 · ICML 2017 8 · Hongyu Yang, Cynthia Rudin, Margo Seltzer

We present an algorithm for building probabilistic rule lists that is two orders of magnitude faster than previous work. Rule list algorithms are competitors for decision tree algorithms. They are associative classifiers…

Computational Efficiency

Bayesian Decision Trees via Tractable Priors and Probabilistic Context-Free Grammars

2023-02-15 · Colin Sullivan, Mo Tiwari, Sebastian Thrun, Chris Piech

Decision Trees are some of the most popular machine learning models today due to their out-of-the-box performance and interpretability. Often, Decision Trees models are constructed greedily in a top-down fashion via heur…

Heuristic Search

Causal Rule Sets for Identifying Subgroups with Enhanced Treatment Effect

2017-10-16 · Tong Wang, Cynthia Rudin

A key question in causal inference analyses is how to find subgroups with elevated treatment effects. This paper takes a machine learning approach and introduces a generative model, Causal Rule Sets (CRS), for interpreta…

Causal InferenceSubgroup Discovery