paper-with-me

홈 › Papers

CHG Shapley: Efficient Data Valuation and Selection towards Trustworthy Machine Learning

2024-06-17 · Huaiguang Cai

Understanding the decision-making process of machine learning models is crucial for ensuring trustworthy machine learning. Data Shapley, a landmark study on data valuation, advances this understanding by assessing the contribution of each datum to model performance. However, the resource-intensive and time-consuming nature of multiple model retraining poses challenges for applying Data Shapley to large datasets. To address this, we propose the CHG (compound of Hardness and Gradient) utility function, which approximates the utility of each data subset on model performance in every training epoch. By deriving the closed-form Shapley value for each data point using the CHG utility function, we reduce the computational complexity to that of a single model retraining, achieving a quadratic improvement over existing marginal contribution-based methods. We further leverage CHG Shapley for real-time data selection, conducting experiments across three settings: standard datasets, label noise datasets, and class imbalance datasets. These experiments demonstrate its effectiveness in identifying high-value and noisy data. By enabling efficient data valuation, CHG Shapley promotes trustworthy model training through a novel data-centric perspective. Our codes are available at https://github.com/caihuaiguang/CHG-Shapley-for-Data-Valuation and https://github.com/caihuaiguang/CHG-Shapley-for-Data-Selection.

📄 PDF Abstract BibTeX arXiv:2406.11730

Code (2)

caihuaiguang/CHG-Shapley-for-Data-Selection 공식 구현 pytorch
caihuaiguang/CHG-Shapley-for-Data-Valuation 공식 구현 pytorch

Tasks

Data ValuationDecision Making

Similar Papers 제목 키워드 기반

Rethinking Data Shapley for Data Selection Tasks: Misleads and Merits

2024-05-06 · Jiachen T. Wang, Tianji Yang, James Zou, Yongchan Kwon 외

Data Shapley provides a principled approach to data valuation and plays a crucial role in data-centric machine learning (ML) research. Data selection is considered a standard application of Data Shapley. However, its dat…

Data Valuation

Shapley Value on Probabilistic Classifiers

2023-06-12 · Xiang Li, Haocheng Xia, Jinfei Liu

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 contributio…

Data Valuation

The Shapley Value in Machine Learning

2022-02-11 · Benedek Rozemberczki, Lauren Watson, Péter Bayer, Hao-Tsung Yang 외

Over the last few years, the Shapley value, a solution concept from cooperative game theory, has found numerous applications in machine learning. In this paper, we first discuss fundamental concepts of cooperative game t…

BIG-bench Machine LearningData ValuationEnsemble Pruningfeature selection+3

Shapley variable importance cloud for machine learning models

2022-12-16 · Yilin Ning, Mingxuan Liu, Nan Liu

Current practice in interpretable machine learning often focuses on explaining the final model trained from data, e.g., by using the Shapley additive explanations (SHAP) method. The recently developed Shapley variable im…

Interpretable Machine Learningregression

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