LGDBJun 12, 2023

Shapley Value on Probabilistic Classifiers

Peking U
arXiv:2306.07171v1h-index: 18
Originality Incremental advance
AI Analysis

This work addresses data valuation for probabilistic classifiers, offering a method to improve model usability and trustworthiness, but it is incremental as it builds on existing Shapley value techniques.

The paper tackled the problem of traditional Shapley-based data valuation methods not effectively distinguishing between beneficial and detrimental training data points for probabilistic classifiers, and proposed P-Shapley value, which demonstrated effectiveness in evaluating data importance on four real-world datasets.

Data valuation has become an increasingly significant discipline in data science due to the economic value of data. In the context of machine learning (ML), data valuation methods aim to equitably measure the contribution of each data point to the utility of an ML model. One prevalent method is Shapley value, which helps identify data points that are beneficial or detrimental to an ML model. However, traditional Shapley-based data valuation methods may not effectively distinguish between beneficial and detrimental training data points for probabilistic classifiers. In this paper, we propose Probabilistic Shapley (P-Shapley) value by constructing a probability-wise utility function that leverages the predicted class probabilities of probabilistic classifiers rather than binarized prediction results in the traditional Shapley value. We also offer several activation functions for confidence calibration to effectively quantify the marginal contribution of each data point to the probabilistic classifiers. Extensive experiments on four real-world datasets demonstrate the effectiveness of our proposed P-Shapley value in evaluating the importance of data for building a high-usability and trustworthy ML model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes