paper-with-me

Papers

SHAFF: Fast and consistent SHApley eFfect estimates via random Forests

2021-05-25 · Clément Bénard, Gérard Biau, Sébastien da Veiga, Erwan Scornet

Interpretability of learning algorithms is crucial for applications involving critical decisions, and variable importance is one of the main interpretation tools. Shapley effects are now widely used to interpret both tree ensembles and neural networks, as they can efficiently handle dependence and interactions in the data, as opposed to most other variable importance measures. However, estimating Shapley effects is a challenging task, because of the computational complexity and the conditional expectation estimates. Accordingly, existing Shapley algorithms have flaws: a costly running time, or a bias when input variables are dependent. Therefore, we introduce SHAFF, SHApley eFfects via random Forests, a fast and accurate Shapley effect estimate, even when input variables are dependent. We show SHAFF efficiency through both a theoretical analysis of its consistency, and the practical performance improvements over competitors with extensive experiments. An implementation of SHAFF in C++ and R is available online.

📄 PDF Abstract BibTeX arXiv:2105.11724

Code (1)

https://gitlab.com/drti/shaff 공식 구현

Similar Papers 제목 키워드 기반

Fast Estimation of Partial Dependence Functions using Trees

2024-10-17 · Jinyang Liu, Tessa Steensgaard, Marvin N. Wright, Niklas Pfister 외

Many existing interpretation methods are based on Partial Dependence (PD) functions that, for a pre-trained machine learning model, capture how a subset of the features affects the predictions by averaging over the remai…

Is Shapley Value fair? Improving Client Selection for Mavericks in Federated Learning

2021-06-20 · Jiyue Huang, Chi Hong, Lydia Y. Chen, Stefanie Roos

Shapley Value is commonly adopted to measure and incentivize client participation in federated learning. In this paper, we show -- theoretically and through simulations -- that Shapley Value underestimates the contributi…

Federated Learning

PolySHAP: Extending KernelSHAP with Interaction-Informed Polynomial Regression

2026-01-26 · Fabian Fumagalli, R. Teal Witter, Christopher Musco arxiv

Shapley values have emerged as a central game-theoretic tool in explainable AI (XAI). However, computing Shapley values exactly requires $2^d$ game evaluations for a model with $d$ features. Lundberg and Lee's KernelSHAP…

Provably Accurate Shapley Value Estimation via Leverage Score Sampling

2024-10-02 · Christopher Musco, R. Teal Witter

Originally introduced in game theory, Shapley values have emerged as a central tool in explainable machine learning, where they are used to attribute model predictions to specific input features. However, computing Shapl…

Active LearningAttribute

OperatorSHAP: Fast and Accurate Shapley Value Estimation for Neural Operators

2026-06-26 · Joshua Stiller, Santo M. A. R. Thies, Felix Czaja, Eyke Hüllermeier arxiv

Understanding model predictions is essential for physical applications, where outputs often inform safety-critical decisions, such as structural load assessment, weather warnings, and clinical diagnosis. Shapley values s…