English

Sparsity-Preserving Differentially Private Training of Large Embedding Models

Machine Learning 2023-11-15 v1 Cryptography and Security

Abstract

As the use of large embedding models in recommendation systems and language applications increases, concerns over user data privacy have also risen. DP-SGD, a training algorithm that combines differential privacy with stochastic gradient descent, has been the workhorse in protecting user privacy without compromising model accuracy by much. However, applying DP-SGD naively to embedding models can destroy gradient sparsity, leading to reduced training efficiency. To address this issue, we present two new algorithms, DP-FEST and DP-AdaFEST, that preserve gradient sparsity during private training of large embedding models. Our algorithms achieve substantial reductions (106×10^6 \times) in gradient size, while maintaining comparable levels of accuracy, on benchmark real-world datasets.

Keywords

Cite

@article{arxiv.2311.08357,
  title  = {Sparsity-Preserving Differentially Private Training of Large Embedding Models},
  author = {Badih Ghazi and Yangsibo Huang and Pritish Kamath and Ravi Kumar and Pasin Manurangsi and Amer Sinha and Chiyuan Zhang},
  journal= {arXiv preprint arXiv:2311.08357},
  year   = {2023}
}

Comments

Neural Information Processing Systems (NeurIPS) 2023

R2 v1 2026-06-28T13:21:01.860Z