paper-with-me

Papers

Fast Approximation of the Shapley Values Based on Order-of-Addition Experimental Designs

2023-09-16 · Liuqing Yang, Yongdao Zhou, Haoda Fu, Min-Qian Liu, Wei Zheng

Shapley value is originally a concept in econometrics to fairly distribute both gains and costs to players in a coalition game. In the recent decades, its application has been extended to other areas such as marketing, engineering and machine learning. For example, it produces reasonable solutions for problems in sensitivity analysis, local model explanation towards the interpretable machine learning, node importance in social network, attribution models, etc. However, its heavy computational burden has been long recognized but rarely investigated. Specifically, in a $d$-player coalition game, calculating a Shapley value requires the evaluation of $d!$ or $2^d$ marginal contribution values, depending on whether we are taking the permutation or combination formulation of the Shapley value. Hence it becomes infeasible to calculate the Shapley value when $d$ is reasonably large. A common remedy is to take a random sample of the permutations to surrogate for the complete list of permutations. We find an advanced sampling scheme can be designed to yield much more accurate estimation of the Shapley value than the simple random sampling (SRS). Our sampling scheme is based on combinatorial structures in the field of design of experiments (DOE), particularly the order-of-addition experimental designs for the study of how the orderings of components would affect the output. We show that the obtained estimates are unbiased, and can sometimes deterministically recover the original Shapley value. Both theoretical and simulations results show that our DOE-based sampling scheme outperforms SRS in terms of estimation accuracy. Surprisingly, it is also slightly faster than SRS. Lastly, real data analysis is conducted for the C. elegans nervous system and the 9/11 terrorist network.

📄 PDF Abstract BibTeX arXiv:2309.08923

Code (0)

등록된 구현이 없습니다.

Tasks

EconometricsInterpretable Machine LearningMarketing

Methods 이 논문이 사용한 방법론

SRS Sticker Response Selector, or SRS, is a model for multi-turn dialog that automatically selects a sticker response. SRS first employs a convolutional based sticker image…

Similar Papers 제목 키워드 기반

PDD-SHAP: Fast Approximations for Shapley Values using Functional Decomposition

2022-08-26 · Arne Gevaert, Yvan Saeys

Because of their strong theoretical properties, Shapley values have become very popular as a way to explain predictions made by black box models. Unfortuately, most existing techniques to compute Shapley values are compu…

Faith-Shap: The Faithful Shapley Interaction Index

2022-03-02 · Che-Ping Tsai, Chih-Kuan Yeh, Pradeep Ravikumar

Shapley values, which were originally designed to assign attributions to individual players in coalition games, have become a commonly used approach in explainable machine learning to provide attributions to input featur…

Computational Efficiency

Fast-DataShapley: Neural Modeling for Training Data Valuation

2025-06-05 · Haifeng Sun, Yu Xiong, Runze Wu, Xinyu Cai 외

The value and copyright of training data are crucial in the artificial intelligence industry. Service platforms should protect data providers' legitimate rights and fairly reward them for their contributions. Shapley val…

Data Valuation

Prediction via Shapley Value Regression

2025-05-07 · Amr AlKhatib, Roman Bresson, Henrik Boström, Michalis Vazirgiannis

Shapley values have several desirable, theoretically well-supported, properties for explaining black-box model predictions. Traditionally, Shapley values are computed post-hoc, leading to additional computational cost at…

Kolmogorov-Arnold NetworksPredictionregression

Shapley Values: Paired-Sampling Approximations

2025-08-18 · Michael Mayer, Mario V. Wüthrich arxiv

Originally introduced in cooperative game theory, Shapley values have become a very popular tool to explain machine learning predictions. Based on Shapley's fairness axioms, every input (feature component) gets a credit …