English

Disparate Impact in Differential Privacy from Gradient Misalignment

Machine Learning 2023-02-24 v2 Artificial Intelligence Cryptography and Security

Abstract

As machine learning becomes more widespread throughout society, aspects including data privacy and fairness must be carefully considered, and are crucial for deployment in highly regulated industries. Unfortunately, the application of privacy enhancing technologies can worsen unfair tendencies in models. In particular, one of the most widely used techniques for private model training, differentially private stochastic gradient descent (DPSGD), frequently intensifies disparate impact on groups within data. In this work we study the fine-grained causes of unfairness in DPSGD and identify gradient misalignment due to inequitable gradient clipping as the most significant source. This observation leads us to a new method for reducing unfairness by preventing gradient misalignment in DPSGD.

Keywords

Cite

@article{arxiv.2206.07737,
  title  = {Disparate Impact in Differential Privacy from Gradient Misalignment},
  author = {Maria S. Esipova and Atiyeh Ashari Ghomi and Yaqiao Luo and Jesse C. Cresswell},
  journal= {arXiv preprint arXiv:2206.07737},
  year   = {2023}
}

Comments

ICLR 2023 notable top 25%, https://openreview.net/forum?id=qLOaeRvteqbx. Our code is available at https://github.com/layer6ai-labs/fair-dp

R2 v1 2026-06-24T11:52:52.538Z