**4.** We thank the reviewer for raising this question. The Shapley value is a general game-theoretic framework that works across various scenarios, as it only requires sampling subsets of "players" (data contributors in this context) and evaluating their impact on a given model behavior. This flexibility allows the Shapley value to be adapted for different task settings, including both conventional prediction tasks and generative tasks.
The key difference between these tasks lies in how model behavior is defined. In prediction tasks, model behavior is typically captured by each dimension of model output, such as class probabilities, or by using metrics like classification accuracy, precision, or recall. In contrast, generative tasks present unique challenges: the generation process is inherently stochastic (as models produce different outputs based on varying initial Gaussian noise inputs) and the outputs are high-dimensional (e.g., 224 × 224 = 50,176 pixels), with individual dimensions lacking direct semantic meaning.
To address these challenges, we propose defining model behavior in terms of global model properties. Specifically, we evaluate a batch of generated data using application-relevant metrics that capture key aspects of generated outputs, such as image quality and diversity. This enables us to align the Shapley value framework with generative tasks, and we show it remains effective via quantitative and qualitative evaluations.
**5.** We thank the reviewer for suggesting this ablation study. We have conducted an analysis summarizing the results of retraining-based attribution methods from existing works, including the Shapley value, the Banzhaf value, and Leave-One-Out (LOO), evaluated under three scenarios: (1) retraining from scratch, (2) fine-tuning (FT), and (3) sparsified fine-tuning (sFT). The following table presents the results for CIFAR-20.
Table 5 of Appendix F.1: LDS (%) results for retraining-based attribution across Shapley, Leave-One-Out (LOO), and Banzhaf distributions with α = 0.25, 0.5, 0.75 on CIFAR-20. The global model behavior is evaluated using the Inception Score of 10,240 generated images. Means and 95% confidence intervals across three random initializations are reported. For sparsified fine-tuning (sFT) and fine-tuning (FT), the number of fine-tuning steps is set to 1000.
| **Method** | **α = 0.25** | **α = 0.5** | **α = 0.75** |
|---------------------|----------------------|-----------------------|----------------------|
| LOO (retraining) | 17.01 ± 5.29 | 30.66 ± 6.11 | 13.64 ± 4.99 |
| Banzhaf (retraining)| 10.59 ± 8.64 | 37.11 ± 2.33 | 42.78 ± 1.85 |
| Shapley (retraining)| **65.90 ± 1.52** | **70.58 ± 2.05** | **72.07 ± 4.83** |
|---------------------|----------------------|-----------------------|----------------------|
| LOO (FT) | -55.00 ± 11.76 | -66.06 ± 2.28 | -54.58 ± 7.02 |
| Banzhaf (FT) | -11.20 ± 6.42 | 9.09 ± 2.67 | 16.79 ± 1.12 |
| Shapley (FT) | **20.57 ± 3.02** | **39.60 ± 3.03** | **38.51 ± 4.62** |
|---------------------|----------------------|-----------------------|----------------------|
| LOO (sFT) | 29.45 ± 5.96 | 27.43 ± 4.20 | 19.58 ± 0.35 |
| Banzhaf (sFT) | 5.44 ± 8.59 | 22.55 ± 5.07 | 31.44 ± 0.27 |
| Shapley (sFT) | **51.24 ± 3.39** | **61.48 ± 2.27** | **59.15 ± 4.24** |
Our findings across datasets demonstrate that Shapley value consistently outperforms both LOO and Banzhaf value across all training scenarios. Among the training procedures, retraining (exact unlearning) from scratch expectedly delivers the best performance across all three attribution methods. For unlearning approximation, sparsified fine-tuning (sFT) achieves superior performance compared to fine-tuning (FT), highlighting its effectiveness within our framework. Please refer to the updated manuscript for the results of CelebA-HQ (Table 8 of Appendix F.2) and ArtBench (Table 11 of Appendix F.3).