paper-with-me

홈 › Papers

Beta Shapley: a Unified and Noise-reduced Data Valuation Framework for Machine Learning

2021-10-26 · Yongchan Kwon, James Zou

Data Shapley has recently been proposed as a principled framework to quantify the contribution of individual datum in machine learning. It can effectively identify helpful or harmful data points for a learning algorithm. In this paper, we propose Beta Shapley, which is a substantial generalization of Data Shapley. Beta Shapley arises naturally by relaxing the efficiency axiom of the Shapley value, which is not critical for machine learning settings. Beta Shapley unifies several popular data valuation methods and includes data Shapley as a special case. Moreover, we prove that Beta Shapley has several desirable statistical properties and propose efficient algorithms to estimate it. We demonstrate that Beta Shapley outperforms state-of-the-art data valuation methods on several downstream ML tasks such as: 1) detecting mislabeled training data; 2) learning with subsamples; and 3) identifying points whose addition or removal have the largest positive or negative impact on the model.

📄 PDF Abstract BibTeX arXiv:2110.14049

Code (2)

ykwon0407/beta_shapley 공식 구현
aai-institute/pyDVL pytorch

Tasks

BIG-bench Machine LearningData Valuation

Similar Papers 제목 키워드 기반

Variance reduced Shapley value estimation for trustworthy data valuation

2022-10-30 · Mengmeng Wu, Ruoxi Jia, Changle lin, Wei Huang 외

Data valuation, especially quantifying data value in algorithmic prediction and decision-making, is a fundamental problem in data trading scenarios. The most widely used method is to define the data Shapley and approxima…

Data ValuationDecision Making

Beyond Additivity: Sparse Isotonic Shapley Regression toward Nonlinear Explainability

2025-12-02 · Jialai She arxiv

Shapley values, a gold standard for feature attribution in Explainable AI, face two key challenges. First, the canonical Shapley framework assumes that the worth function is additive, yet real-world payoff constructions-…

Computational Efficiency

Validation-Induced Shapley Shifts: How Validation Structure Distorts Data Valuation

2026-07-04 · Yinan Shen, Ziao Yang, Hongfu Liu arxiv

Shapley values are widely used to attribute value to training data based on their marginal contribution to performance on a validation set. Existing practice often assumes these values are stable once the training data a…

Fast Shapley Value Estimation: A Unified Approach

2023-11-02 · Borui Zhang, Baotong Tian, Wenzhao Zheng, Jie zhou 외

Shapley values have emerged as a widely accepted and trustworthy tool, grounded in theoretical axioms, for addressing challenges posed by black-box models like deep neural networks. However, computing Shapley values enco…

One Sample Fits All: Approximating All Probabilistic Values Simultaneously and Efficiently

2024-10-31 · Weida Li, YaoLiang Yu

The concept of probabilistic values, such as Beta Shapley values and weighted Banzhaf values, has gained recent attention in applications like feature attribution and data valuation. However, exact computation of these v…

AllData Valuation