paper-with-me

홈 › Papers

Differential Privacy Meets Neural Network Pruning

2023-03-08 · Kamil Adamczewski, Mijung Park

A major challenge in applying differential privacy to training deep neural network models is scalability.The widely-used training algorithm, differentially private stochastic gradient descent (DP-SGD), struggles with training moderately-sized neural network models for a value of epsilon corresponding to a high level of privacy protection. In this paper, we explore the idea of dimensionality reduction inspired by neural network pruning to improve the scalability of DP-SGD. We study the interplay between neural network pruning and differential privacy, through the two modes of parameter updates. We call the first mode, parameter freezing, where we pre-prune the network and only update the remaining parameters using DP-SGD. We call the second mode, parameter selection, where we select which parameters to update at each step of training and update only those selected using DP-SGD. In these modes, we use public data for freezing or selecting parameters to avoid privacy loss incurring in these steps. Naturally, the closeness between the private and public data plays an important role in the success of this paradigm. Our experimental results demonstrate how decreasing the parameter space improves differentially private training. Moreover, by studying two popular forms of pruning which do not rely on gradients and do not incur an additional privacy loss, we show that random selection performs on par with magnitude-based selection when it comes to DP-SGD training.

📄 PDF Abstract BibTeX arXiv:2303.04612

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Privacy-preserving Learning via Deep Net Pruning

2020-03-04 · Yangsibo Huang, Yushan Su, Sachin Ravi, Zhao Song 외

This paper attempts to answer the question whether neural network pruning can be used as a tool to achieve differential privacy without losing much data utility. As a first step towards understanding the relationship bet…

Network PruningPrivacy Preserving

Federated Learning Meets Fairness and Differential Privacy

2021-08-23 · Manisha Padala, Sankarshan Damle, Sujit Gujar

Deep learning's unprecedented success raises several ethical concerns ranging from biased predictions to data privacy. Researchers tackle these issues by introducing fairness metrics, or federated learning, or differenti…

FairnessFederated Learning

Dual-Priv Pruning : Efficient Differential Private Fine-Tuning in Multimodal Large Language Models

2025-06-08 · Qianshan Wei, Jiaqi Li, Zihan You, Yi Zhan 외

Differential Privacy (DP) is a widely adopted technique, valued for its effectiveness in protecting the privacy of task-specific datasets, making it a critical tool for large language models. However, its effectiveness i…

Computational Efficiency

Pre-Pruning and Gradient-Dropping Improve Differentially Private Image Classification

2023-06-19 · Kamil Adamczewski, Yingchen He, Mijung Park

Scalability is a significant challenge when it comes to applying differential privacy to training deep neural networks. The commonly used DP-SGD algorithm struggles to maintain a high level of privacy protection while ac…

image-classificationImage Classification

When differential privacy meets NLP: The devil is in the detail

2021-09-07 · EMNLP 2021 11 · Ivan Habernal

Differential privacy provides a formal approach to privacy of individuals. Applications of differential privacy in various scenarios, such as protecting users' original utterances, must satisfy certain mathematical prope…