paper-with-me

홈 › Papers

KernelSHAP-IQ: Weighted Least-Square Optimization for Shapley Interactions

2024-05-17 · Fabian Fumagalli, Maximilian Muschalik, Patrick Kolpaczki, Eyke Hüllermeier, Barbara Hammer

The Shapley value (SV) is a prevalent approach of allocating credit to machine learning (ML) entities to understand black box ML models. Enriching such interpretations with higher-order interactions is inevitable for complex systems, where the Shapley Interaction Index (SII) is a direct axiomatic extension of the SV. While it is well-known that the SV yields an optimal approximation of any game via a weighted least square (WLS) objective, an extension of this result to SII has been a long-standing open problem, which even led to the proposal of an alternative index. In this work, we characterize higher-order SII as a solution to a WLS problem, which constructs an optimal approximation via SII and $k$-Shapley values ($k$-SII). We prove this representation for the SV and pairwise SII and give empirically validated conjectures for higher orders. As a result, we propose KernelSHAP-IQ, a direct extension of KernelSHAP for SII, and demonstrate state-of-the-art performance for feature interactions.

📄 PDF Abstract BibTeX arXiv:2405.10852

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving the Weighting Strategy in KernelSHAP

2024-10-07 · Lars Henry Berge Olsen, Martin Jullum

In Explainable AI (XAI), Shapley values are a popular model-agnostic framework for explaining predictions made by complex machine learning models. The computation of Shapley values requires estimating non-trivial contrib…

A Unified Framework for Provably Efficient Algorithms to Estimate Shapley Values

2025-06-05 · Tyler Chen, Akshay Seshadri, Mattia J. Villani, Pradeep Niroula 외

Shapley values have emerged as a critical tool for explaining which features impact the decisions made by machine learning models. However, computing exact Shapley values is difficult, generally requiring an exponential …

Benchmarking

FastSHAP: Real-Time Shapley Value Estimation

2021-07-15 · ICLR 2022 4 · Neil Jethani, Mukund Sudarshan, Ian Covert, Su-In Lee 외

Shapley values are widely used to explain black-box models, but they are costly to calculate because they require many model evaluations. We introduce FastSHAP, a method for estimating Shapley values in a single forward …

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…

FW-Shapley: Real-time Estimation of Weighted Shapley Values

2025-03-09 · Pranoy Panda, Siddharth Tandon, Vineeth N Balasubramanian

Fair credit assignment is essential in various machine learning (ML) applications, and Shapley values have emerged as a valuable tool for this purpose. However, in critical ML applications such as data valuation and feat…

Data Valuation