paper-with-me

Papers

Sparsity-Preserving Differentially Private Training of Large Embedding Models

2023-11-14 · NeurIPS 2023 11

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 ($10^6 \times$) in gradient size, while maintaining comparable levels of accuracy, on benchmark real-world datasets.

📄 PDF Abstract BibTeX arXiv:2311.08357

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Differentially Private Deep Learning with Direct Feedback Alignment

2020-10-08 · Jaewoo Lee, Daniel Kifer

Standard methods for differentially private training of deep neural networks replace back-propagated mini-batch gradients with biased and noisy approximations to the gradient. These modifications to training often result…

Deep LearningPrivacy Preserving

Differentially Private Empirical Risk Minimization with Sparsity-Inducing Norms

2019-05-13 · K. S. Sesh Kumar, Marc Peter Deisenroth

Differential privacy is concerned about the prediction quality while measuring the privacy impact on individuals whose information is contained in the data. We consider differentially private risk minimization problems w…

Gradient Sparsification Can Improve Performance of Differentially-Private Convex Machine Learning

2020-11-30 · Farhad Farokhi

We use gradient sparsification to reduce the adverse effect of differential privacy noise on performance of private machine learning models. To this aim, we employ compressed sensing and additive Laplace noise to evaluat…

BIG-bench Machine Learningcompressed sensingPrivacy Preserving

DPpack: An R Package for Differentially Private Statistical Analysis and Machine Learning

2023-09-19 · Spencer Giddens, Fang Liu

Differential privacy (DP) is the state-of-the-art framework for guaranteeing privacy for individuals when releasing aggregated statistics or building statistical/machine learning models from data. We develop the open-sou…

DescriptivePrivacy Preservingregression

Scaling Up Differentially Private LASSO Regularized Logistic Regression via Faster Frank-Wolfe Iterations

2023-10-30 · NeurIPS 2023 11

To the best of our knowledge, there are no methods today for training differentially private regression models on sparse input data. To remedy this, we adapt the Frank-Wolfe algorithm for $L_1$ penalized linear regressio…

regression