An Efficient Framework for Crediting Data Contributors of Diffusion Models
Chris Lin, Mingyu Lu, Chanwoo Kim, Su-In Lee
TL;DR
The paper tackles fair attribution of global properties in diffusion models to data contributors by adopting Shapley-value theory. It introduces sparsified fine-tuning to dramatically reduce the computational burden of retraining and inference required for Shapley estimation, enabling practical credit assignment across contributor groups. Empirical results on CIFAR-20, CelebA-HQ, and ArtBench demonstrate that the proposed sparsified-ft Shapley method outperforms baselines in capturing contributors’ impact on global properties such as image quality, demographic diversity, and aesthetics, while achieving substantial speedups. The work has practical implications for data-sharing incentives, compensation policies, and fairness in diffusion-model training, with potential extensions to unlearning and larger models. Overall, the framework provides a scalable and principled approach to quantify data-contributor value for diffusion models, grounded in axiomatic fairness and supported by empirical validation.
Abstract
As diffusion models are deployed in real-world settings, and their performance is driven by training data, appraising the contribution of data contributors is crucial to creating incentives for sharing quality data and to implementing policies for data compensation. Depending on the use case, model performance corresponds to various global properties of the distribution learned by a diffusion model (e.g., overall aesthetic quality). Hence, here we address the problem of attributing global properties of diffusion models to data contributors. The Shapley value provides a principled approach to valuation by uniquely satisfying game-theoretic axioms of fairness. However, estimating Shapley values for diffusion models is computationally impractical because it requires retraining on many training data subsets corresponding to different contributors and rerunning inference. We introduce a method to efficiently retrain and rerun inference for Shapley value estimation, by leveraging model pruning and fine-tuning. We evaluate the utility of our method with three use cases: (i) image quality for a DDPM trained on a CIFAR dataset, (ii) demographic diversity for an LDM trained on CelebA-HQ, and (iii) aesthetic quality for a Stable Diffusion model LoRA-finetuned on Post-Impressionist artworks. Our results empirically demonstrate that our framework can identify important data contributors across models' global properties, outperforming existing attribution methods for diffusion models.
