paper-with-me

Papers

Using Shapley Values and Variational Autoencoders to Explain Predictive Models with Dependent Mixed Features

2021-11-26 · Lars Henry Berge Olsen, Ingrid Kristine Glad, Martin Jullum, Kjersti Aas

Shapley values are today extensively used as a model-agnostic explanation framework to explain complex predictive machine learning models. Shapley values have desirable theoretical properties and a sound mathematical foundation in the field of cooperative game theory. Precise Shapley value estimates for dependent data rely on accurate modeling of the dependencies between all feature combinations. In this paper, we use a variational autoencoder with arbitrary conditioning (VAEAC) to model all feature dependencies simultaneously. We demonstrate through comprehensive simulation studies that our VAEAC approach to Shapley value estimation outperforms the state-of-the-art methods for a wide range of settings for both continuous and mixed dependent features. For high-dimensional settings, our VAEAC approach with a non-uniform masking scheme significantly outperforms competing methods. Finally, we apply our VAEAC approach to estimate Shapley value explanations for the Abalone data set from the UCI Machine Learning Repository.

📄 PDF Abstract BibTeX arXiv:2111.13507

Code (1)

lhbo/shapleyvaluesvaeac 공식 구현 pytorch

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Variational Shapley Network: A Probabilistic Approach to Self-Explaining Shapley values with Uncertainty Quantification

2024-02-06 · Mert Ketenci, Iñigo Urteaga, Victor Alfonso Rodriguez, Noémie Elhadad 외

Shapley values have emerged as a foundational tool in machine learning (ML) for elucidating model decision-making processes. Despite their widespread adoption and unique ability to satisfy essential explainability axioms…

Decision MakingUncertainty Quantification

Explaining Temporal Graph Predictions With Shapley Values

2026-04-27 · Lea-Marie Sussek, Stefan Heindorf arxiv

Temporal Graph Neural Networks (TGNNs) have become increasingly popular in recent years due to their superior predictive performance by combining both spatial and temporal information. However, how these models utilize t…

Explaining individual predictions when features are dependent: More accurate approximations to Shapley values

2019-03-25 · Kjersti Aas, Martin Jullum, Anders Løland

Explaining complex or seemingly simple machine learning models is an important practical problem. We want to explain individual predictions from a complex machine learning model by learning simple, interpretable explanat…

BIG-bench Machine Learning

Precision of Individual Shapley Value Explanations

2023-12-06 · Lars Henry Berge Olsen

Shapley values are extensively used in explainable artificial intelligence (XAI) as a framework to explain predictions made by complex machine learning (ML) models. In this work, we focus on conditional Shapley values fo…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Explaining the Uncertain: Stochastic Shapley Values for Gaussian Process Models

2023-05-24 · NeurIPS 2023 11

We present a novel approach for explaining Gaussian processes (GPs) that can utilize the full analytical covariance structure present in GPs. Our method is based on the popular solution concept of Shapley values extended…

Gaussian Processes