paper-with-me

Papers

DP-FP: Differentially Private Forward Propagation for Large Models

2021-12-29 · Jian Du, Haitao Mi

When applied to large-scale learning problems, the conventional wisdom on privacy-preserving deep learning, known as Differential Private Stochastic Gradient Descent (DP-SGD), has met with limited success due to significant performance degradation and high memory overhead when compared to the non-privacy counterpart. We show how to mitigate the performance drop by replacing the DP-SGD with a novel DP Forward-Propagation (DP-FP) followed by an off-the-shelf non-DP optimizer. Our DP-FP employs novel (1) representation clipping followed by noise addition in the forward propagation stage, as well as (2) micro-batch construction via subsampling to achieve DP amplification and reduce noise power to $1/M$, where $M$ is the number of micro-batch in a step. When training a classification model, our DP-FP with all of the privacy-preserving operations on the representation is innately free of gradient bias, total noise proportionally to model size, and memory issues in DP-SGD. As a result, our DP-FP outperforms cutting-edge DP-SGD while retaining the same level of privacy, and it approaches non-private baselines and significantly outperforms state-of-the-art DP-SGD variants. When applied to RoBERTa-large on four downstream tasks, for example, DP-FP achieves an average accuracy of 91.34\% with privacy budgets less than 3, representing a 3.81\% performance improvement over the state-of-the-art DP-SGD and only a 0.9\% loss compared to the non-private baseline but with a significantly lower privacy leakage risk.

📄 PDF Abstract BibTeX arXiv:2112.14430

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy PreservingPrivacy Preserving Deep Learning

Similar Papers 제목 키워드 기반

Differentially private stochastic expectation propagation (DP-SEP)

2021-11-25 · Margarita Vinaroz, Mijung Park

We are interested in privatizing an approximate posterior inference algorithm called Expectation Propagation (EP). EP approximates the posterior by iteratively refining approximations to the local likelihoods, and is kno…

Variational Inference

DPZero: Private Fine-Tuning of Language Models without Backpropagation

2023-10-14 · Liang Zhang, Bingcong Li, Kiran Koshy Thekumparampil, Sewoong Oh 외

The widespread practice of fine-tuning large language models (LLMs) on domain-specific data faces two major challenges in memory and privacy. First, as the size of LLMs continues to grow, the memory demands of gradient-b…

DPAF: Image Synthesis via Differentially Private Aggregation in Forward Phase

2023-04-20 · Chih-Hsun Lin, Chia-Yi Hsu, Chia-Mu Yu, Yang Cao 외

Differentially private synthetic data is a promising alternative for sensitive data release. Many differentially private generative models have been proposed in the literature. Unfortunately, they all suffer from the low…

Image Generation

DP-KAN: Differentially Private Kolmogorov-Arnold Networks

2024-07-17 · Nikita P. Kalinin, Simone Bombari, Hossein Zakerinia, Christoph H. Lampert

We study the Kolmogorov-Arnold Network (KAN), recently proposed as an alternative to the classical Multilayer Perceptron (MLP), in the application for differentially private model training. Using the DP-SGD algorithm, we…

Kolmogorov-Arnold Networks

Differentially Private Correlation Clustering

2021-02-17 · Mark Bun, Marek Eliáš, Janardhan Kulkarni

Correlation clustering is a widely used technique in unsupervised machine learning. Motivated by applications where individual privacy is a concern, we initiate the study of differentially private correlation clustering.…

BIG-bench Machine LearningClustering