paper-with-me

Papers

dpUGC: Learn Differentially Private Representation for User Generated Contents

2019-03-25 · Xuan-Son Vu, Son N. Tran, Lili Jiang

This paper firstly proposes a simple yet efficient generalized approach to apply differential privacy to text representation (i.e., word embedding). Based on it, we propose a user-level approach to learn personalized differentially private word embedding model on user generated contents (UGC). To our best knowledge, this is the first work of learning user-level differentially private word embedding model from text for sharing. The proposed approaches protect the privacy of the individual from re-identification, especially provide better trade-off of privacy and data utility on UGC data for sharing. The experimental results show that the trained embedding models are applicable for the classic text analysis tasks (e.g., regression). Moreover, the proposed approaches of learning differentially private embedding models are both framework- and data- independent, which facilitates the deployment and sharing. The source code is available at https://github.com/sonvx/dpText.

📄 PDF Abstract BibTeX arXiv:1903.10453

Code (1)

sonvx/dpText 공식 구현 tf

Similar Papers 제목 키워드 기반

Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank

2022-07-14 · Alessandro Epasto, Vahab Mirrokni, Bryan Perozzi, Anton Tsitsulin 외

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent con…

Graph EmbeddingGraph LearningNode ClassificationSensitivity

Differentially Private Estimation of Hawkes Process

2022-09-15 · Simiao Zuo, Tianyi Liu, Tuo Zhao, Hongyuan Zha

Point process models are of great importance in real world applications. In certain critical applications, estimation of point process models involves large amounts of sensitive personal data from users. Privacy concerns…

Evaluating LLM Simulators as Differentially Private Data Generators

2026-04-16 · Nassima M. Bouzid, Dehao Yuan, Nam H. Nguyen, Mayana Pereira arxiv

LLM-based simulators offer a promising path for generating complex synthetic data where traditional differentially private (DP) methods struggle with high-dimensional user profiles. But can LLMs faithfully reproduce stat…

Fraud Detection

Towards Differentially Private Text Representations

2020-06-25 · Lingjuan Lyu, Yitong Li, Xuanli He, Tong Xiao

Most deep learning frameworks require users to pool their local data or model updates to a trusted server to train or maintain a global model. The assumption of a trusted server who has access to user information is ill-…

Deep Learning

Differentially Private Matrix Completion Revisited

2017-12-28 · ICML 2018 7 · Prateek Jain, Om Thakkar, Abhradeep Thakurta

We provide the first provably joint differentially private algorithm with formal utility guarantees for the problem of user-level privacy-preserving collaborative filtering. Our algorithm is based on the Frank-Wolfe meth…

Collaborative FilteringMatrix CompletionPrivacy Preserving