It's My Data Too: Private ML for Datasets with Multi-User Training Examples
Arun Ganesh, Ryan McKenna, Brendan McMahan, Adam Smith, Fan Wu
TL;DR
This work defines and analyzes private model training under multi-attribution user-level DP, where each training example may involve multiple users. It introduces fixed-graph DP and the contribution-bounding preprocessing that selects a subset S with at most $k$ examples per user, enabling standard DP-SGD/DP-MF training with established privacy accounting. The authors propose greedy baselines for the challenging NP-hard contribution-bounding problem, compare DP-SGD and DP-MF across tasks, and examine the bias–variance tradeoff inherent in subset selection. Empirical results on arXiv transformer fine-tuning and synthetic logistic regression illustrate when duplicates help, how DP algorithms compare, and how bias mitigation affects performance, providing practical guidance for private multi-user learning. Overall, the paper advances practical DP training for data with overlapping user contributions by combining formal privacy definitions, algorithmic preprocessing, and empirical evaluation of tradeoffs.
Abstract
We initiate a study of algorithms for model training with user-level differential privacy (DP), where each example may be attributed to multiple users, which we call the multi-attribution model. We first provide a carefully chosen definition of user-level DP under the multi-attribution model. Training in the multi-attribution model is facilitated by solving the contribution bounding problem, i.e. the problem of selecting a subset of the dataset for which each user is associated with a limited number of examples. We propose a greedy baseline algorithm for the contribution bounding problem. We then empirically study this algorithm for a synthetic logistic regression task and a transformer training task, including studying variants of this baseline algorithm that optimize the subset chosen using different techniques and criteria. We find that the baseline algorithm remains competitive with its variants in most settings, and build a better understanding of the practical importance of a bias-variance tradeoff inherent in solutions to the contribution bounding problem.
