paper-with-me

Papers

Scaling Private Deep Learning with Low-Rank and Sparse Gradients

2022-07-06 · Ryuichi Ito, Seng Pei Liew, Tsubasa Takahashi, Yuya Sasaki, Makoto Onizuka

Applying Differentially Private Stochastic Gradient Descent (DPSGD) to training modern, large-scale neural networks such as transformer-based models is a challenging task, as the magnitude of noise added to the gradients at each iteration scales with model dimension, hindering the learning capability significantly. We propose a unified framework, $\textsf{LSG}$, that fully exploits the low-rank and sparse structure of neural networks to reduce the dimension of gradient updates, and hence alleviate the negative impacts of DPSGD. The gradient updates are first approximated with a pair of low-rank matrices. Then, a novel strategy is utilized to sparsify the gradients, resulting in low-dimensional, less noisy updates that are yet capable of retaining the performance of neural networks. Empirical evaluation on natural language processing and computer vision tasks shows that our method outperforms other state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2207.02699

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

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

PREAMBLE: Private and Efficient Aggregation of Block Sparse Vectors and Applications

2025-03-14 · Hilal Asi, Vitaly Feldman, Hannah Keller, Guy N. Rothblum 외

We revisit the problem of secure aggregation of high-dimensional vectors in a two-server system such as Prio. These systems are typically used to aggregate vectors such as gradients in private federated learning, where t…

Federated Learning

Differentially Private Optimization with Sparse Gradients

2024-04-16 · Badih Ghazi, Cristóbal Guzmán, Pritish Kamath, Ravi Kumar 외

Motivated by applications of large embedding models, we study differentially private (DP) optimization problems under sparsity of individual gradients. We start with new near-optimal bounds for the classic mean estimatio…

Enhancing DP-SGD through Non-monotonous Adaptive Scaling Gradient Weight

2024-11-05 · Tao Huang, Qingyu Huang, Xin Shi, Jiayang Meng 외

In the domain of deep learning, the challenge of protecting sensitive data while maintaining model utility is significant. Traditional Differential Privacy (DP) techniques such as Differentially Private Stochastic Gradie…

The Power of Sampling: Dimension-free Risk Bounds in Private ERM

2021-05-28 · Yin Tat Lee, Daogao Liu, Zhou Lu

Differentially private empirical risk minimization (DP-ERM) is a fundamental problem in private optimization. While the theory of DP-ERM is well-studied, as large-scale models become prevalent, traditional DP-ERM methods…