# Arbitrary Decisions are a Hidden Cost of Differentially Private Training

**Authors:** Bogdan Kulynych, Hsiang Hsu, Carmela Troncoso, Flavio P. Calmon

arXiv: 2302.14517 · 2023-05-16

## TL;DR

This paper investigates how the randomness introduced in differentially private training methods causes variability in model predictions, highlighting a hidden cost that impacts decision reliability and fairness.

## Contribution

It provides a theoretical and empirical analysis of predictive multiplicity in DP training, quantifies its dependence on privacy levels, and emphasizes the need for auditing this effect.

## Key findings

- Predictive multiplicity increases with higher privacy levels.
- Randomness in DP training causes significant prediction variability.
- Predictive multiplicity varies across individuals and groups.

## Abstract

Mechanisms used in privacy-preserving machine learning often aim to guarantee differential privacy (DP) during model training. Practical DP-ensuring training methods use randomization when fitting model parameters to privacy-sensitive data (e.g., adding Gaussian noise to clipped gradients). We demonstrate that such randomization incurs predictive multiplicity: for a given input example, the output predicted by equally-private models depends on the randomness used in training. Thus, for a given input, the predicted output can vary drastically if a model is re-trained, even if the same training dataset is used. The predictive-multiplicity cost of DP training has not been studied, and is currently neither audited for nor communicated to model designers and stakeholders. We derive a bound on the number of re-trainings required to estimate predictive multiplicity reliably. We analyze--both theoretically and through extensive experiments--the predictive-multiplicity cost of three DP-ensuring algorithms: output perturbation, objective perturbation, and DP-SGD. We demonstrate that the degree of predictive multiplicity rises as the level of privacy increases, and is unevenly distributed across individuals and demographic groups in the data. Because randomness used to ensure DP during training explains predictions for some examples, our results highlight a fundamental challenge to the justifiability of decisions supported by differentially private models in high-stakes settings. We conclude that practitioners should audit the predictive multiplicity of their DP-ensuring algorithms before deploying them in applications of individual-level consequence.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14517/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14517/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/2302.14517/full.md

---
Source: https://tomesphere.com/paper/2302.14517