English

Prediction via Shapley Value Regression

Machine Learning 2025-07-16 v2

Abstract

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 inference time. To overcome this, a novel method, called ViaSHAP, is proposed, that learns a function to compute Shapley values, from which the predictions can be derived directly by summation. Two approaches to implement the proposed method are explored; one based on the universal approximation theorem and the other on the Kolmogorov-Arnold representation theorem. Results from a large-scale empirical investigation are presented, showing that ViaSHAP using Kolmogorov-Arnold Networks performs on par with state-of-the-art algorithms for tabular data. It is also shown that the explanations of ViaSHAP are significantly more accurate than the popular approximator FastSHAP on both tabular data and images.

Keywords

Cite

@article{arxiv.2505.04775,
  title  = {Prediction via Shapley Value Regression},
  author = {Amr Alkhatib and Roman Bresson and Henrik Boström and Michalis Vazirgiannis},
  journal= {arXiv preprint arXiv:2505.04775},
  year   = {2025}
}

Comments

Accepted at ICML 2025

R2 v1 2026-06-28T23:25:01.451Z