paper-with-me

Papers

Shapley values for cluster importance: How clusters of the training data affect a prediction

2020-12-07 · Andreas Brandsæter, Ingrid K. Glad

This paper proposes a novel approach to explain the predictions made by data-driven methods. Since such predictions rely heavily on the data used for training, explanations that convey information about how the training data affects the predictions are useful. The paper proposes a novel approach to quantify how different data-clusters of the training data affect a prediction. The quantification is based on Shapley values, a concept which originates from coalitional game theory, developed to fairly distribute the payout among a set of cooperating players. A player's Shapley value is a measure of that player's contribution. Shapley values are often used to quantify feature importance, ie. how features affect a prediction. This paper extends this to cluster importance, letting clusters of the training data act as players in a game where the predictions are the payouts. The novel methodology proposed in this paper lets us explore and investigate how different clusters of the training data affect the predictions made by any black-box model, allowing new aspects of the reasoning and inner workings of a prediction model to be conveyed to the users. The methodology is fundamentally different from existing explanation methods, providing insight which would not be available otherwise, and should complement existing explanation methods, including explanations based on feature importance.

📄 PDF Abstract BibTeX arXiv:2012.03625

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceFeature Importance

Similar Papers 제목 키워드 기반

Explaining dimensionality reduction results using Shapley values

2021-03-09 · Wilson Estécio Marcílio Júnior, Danilo Medeiros Eler

Dimensionality reduction (DR) techniques have been consistently supporting high-dimensional data analysis in various applications. Besides the patterns uncovered by these techniques, the interpretation of DR results base…

ClusteringDimensionality Reduction

Shapley-based Explainable AI for Clustering Applications in Fault Diagnosis and Prognosis

2023-03-25 · Joseph Cohen, Xun Huan, Jun Ni

Data-driven artificial intelligence models require explainability in intelligent manufacturing to streamline adoption and trust in modern industry. However, recently developed explainable artificial intelligence (XAI) te…

ClusteringExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Fault Diagnosis+2

A novel application of Shapley values for large multidimensional time-series data: Applying explainable AI to a DNA profile classification neural network

2024-09-26 · Lauren Elborough, Duncan Taylor, Melissa Humphries

The application of Shapley values to high-dimensional, time-series-like data is computationally challenging - and sometimes impossible. For $N$ inputs the problem is $2^N$ hard. In image processing, clusters of pixels, r…

ClassificationSuperpixelsTime Series

Quotient Semivalues for False-Name-Resistant Data Attribution

2026-05-08 · Florian A. D. Burnat, Brittany I. Davidson arxiv

Data valuation methods allocate payments and audit training data's contribution to machine-learning pipelines; however, they often assume passive contributors. In reality, contributors can split datasets across pseudonym…

Joint Shapley values: a measure of joint feature importance

2021-07-23 · ICLR 2022 4 · Chris Harris, Richard Pymar, Colin Rowat

The Shapley value is one of the most widely used measures of feature importance partly as it measures a feature's average effect on a model's prediction. We introduce joint Shapley values, which directly extend Shapley's…

Feature Importance