paper-with-me

Papers

Local Differential Privacy for Privacy-Preserving NLP Tasks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we propose a Local Differentially Private Natural Language Processing (LDP-NLP) model that protects the privacy of user input sentences for both training and inference stages while requiring no server security trust. Compared to existing methods, the novel privacy-preserving methodology significantly reduces calibrated noise power and thus improves model accuracy by incorporating (a) an LDP-layer, (b) sub-sampling and up-sampling DP amplification algorithms for training and inference, and (c) DP composition algorithms for noise calibration. This novel LDP-NLP solution guarantees privacy for the entire training/inference data for the first time, whereas current methods can only guarantee privacy for either a single training/inference step. Furthermore, the total privacy cost is reduced to a reasonable range, i.e., less than 10, for the first time with an accuracy loss of only 2-5\% compared to the accuracy upper bound produced by the original model without privacy guarantee.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Deconvoluting Kernel Density Estimation and Regression for Locally Differentially Private Data

2020-08-28 · Farhad Farokhi

Local differential privacy has become the gold-standard of privacy literature for gathering or releasing sensitive individual data points in a privacy-preserving manner. However, locally differential data can twist the p…

Density EstimationPrivacy Preservingregression

SLDP: Semi-Local Differential Privacy for Density-Adaptive Analytics

2026-02-21 · Alexey Kroshnin, Alexandra Suvorikova arxiv

Density-adaptive domain discretization is essential for high-utility privacy-preserving analytics but remains challenging under Local Differential Privacy (LDP) due to the privacy-budget costs associated with iterative r…

Privacy-Preserving Graph Embedding based on Local Differential Privacy

2023-10-17 · Zening Li, Rong-Hua Li, Meihao Liao, Fusheng Jin 외

Graph embedding has become a powerful tool for learning latent representations of nodes in a graph. Despite its superior performance in various graph-based machine learning tasks, serious privacy concerns arise when the …

Graph EmbeddingLink PredictionNode ClassificationPrivacy Preserving

Differentially Private GANs for Generating Synthetic Indoor Location Data

2024-04-10 · Vahideh Moghtadaiee, Mina Alishahi, Milad Rabiei

The advent of location-based services has led to the widespread adoption of indoor localization systems, which enable location tracking of individuals within enclosed spaces such as buildings. While these systems provide…

Indoor LocalizationPrivacy Preserving

Towards Private Learning on Decentralized Graphs with Local Differential Privacy

2022-01-23 · WanYu Lin, Baochun Li, Cong Wang

Many real-world networks are inherently decentralized. For example, in social networks, each user maintains a local view of a social graph, such as a list of friends and her profile. It is typical to collect these local …

BenchmarkingGraph LearningPrivacy Preserving