Faithful Group Shapley Value
Kiljae Lee, Ziqi Liu, Weijing Tang, Yuan Zhang
TL;DR
This work tackles reliable group-level data valuation by addressing shell-company manipulation in existing Group Shapley Value methods. It defines Faithful Group Shapley Value (FGSV) as the sum of individual Shapley values within a group, and proves it uniquely satisfies a coherent set of faithfulness axioms that forbid value inflation via regrouping. The authors develop a fast, provably accurate approximation algorithm for FGSV that leverages a structured decomposition and variance-reduction techniques, offering better scalability than aggregating SVs. Empirically, FGSV yields faster convergence and lower approximation error across synthetic benchmarks and real-world tasks, including faithful copyright attribution for generative AI and faithful explainable AI on the Diabetes dataset. The results demonstrate FGSV’s practical impact in fair data compensation and robust interpretation, with open-source code to reproduce the experiments.
Abstract
Data Shapley is an important tool for data valuation, which quantifies the contribution of individual data points to machine learning models. In practice, group-level data valuation is desirable when data providers contribute data in batch. However, we identify that existing group-level extensions of Data Shapley are vulnerable to shell company attacks, where strategic group splitting can unfairly inflate valuations. We propose Faithful Group Shapley Value (FGSV) that uniquely defends against such attacks. Building on original mathematical insights, we develop a provably fast and accurate approximation algorithm for computing FGSV. Empirical experiments demonstrate that our algorithm significantly outperforms state-of-the-art methods in computational efficiency and approximation accuracy, while ensuring faithful group-level valuation.
