paper-with-me

홈 › Papers

Differential Privacy: What is all the noise about?

2022-05-19 · Roxana Danger

Differential Privacy (DP) is a formal definition of privacy that provides rigorous guarantees against risks of privacy breaches during data processing. It makes no assumptions about the knowledge or computational power of adversaries, and provides an interpretable, quantifiable and composable formalism. DP has been actively researched during the last 15 years, but it is still hard to master for many Machine Learning (ML)) practitioners. This paper aims to provide an overview of the most important ideas, concepts and uses of DP in ML, with special focus on its intersection with Federated Learning (FL).

📄 PDF Abstract BibTeX arXiv:2205.09453

Code (1)

tensorflow/privacy 공식 구현 tf

Tasks

AllFederated Learning

Similar Papers 제목 키워드 기반

On the Importance of Architecture and Feature Selection in Differentially Private Machine Learning

2022-05-13 · Wenxuan Bao, Luke A. Bauer, Vincent Bindschaedler

We study a pitfall in the typical workflow for differentially private machine learning. The use of differentially private learning algorithms in a "drop-in" fashion -- without accounting for the impact of differential pr…

BIG-bench Machine LearningFeature Engineeringfeature selection

Empirical Differential Privacy

2019-10-28 · Paul Burchard, Anthony Daoud, Dominic Dotterrer

We show how to achieve differential privacy with no or reduced added noise, based on the empirical noise in the data itself. Unlike previous works on noiseless privacy, the empirical viewpoint avoids making any explicit …

Too Good to be True? Turn Any Model Differentially Private With DP-Weights

2024-06-27 · David Zagardo

Imagine training a machine learning model with Differentially Private Stochastic Gradient Descent (DP-SGD), only to discover post-training that the noise level was either too high, crippling your model's utility, or too …

Differential Privacy Amplification in Quantum and Quantum-inspired Algorithms

2022-03-07 · Armando Angrisani, Mina Doosti, Elham Kashefi

Differential privacy provides a theoretical framework for processing a dataset about $n$ users, in a way that the output reveals a minimal information about any single user. Such notion of privacy is usually ensured by n…

Forget What's Sensitive, Remember What Matters: Token-Level Differential Privacy in Memory Sculpting for Continual Learning

2025-09-16 · Bihao Zhan, Jie Zhou, Junsong Li, Yutao Yang 외 arxiv

Continual Learning (CL) models, while adept at sequential knowledge acquisition, face significant and often overlooked privacy challenges due to accumulating diverse information. Traditional privacy methods, like a unifo…

Continual LearningGeneral Knowledge