paper-with-me

홈 › Papers

A Neighbourhood-Aware Differential Privacy Mechanism for Static Word Embeddings

2023-09-19 · Danushka Bollegala, Shuichi Otake, Tomoya Machide, Ken-ichi Kawarabayashi

We propose a Neighbourhood-Aware Differential Privacy (NADP) mechanism considering the neighbourhood of a word in a pretrained static word embedding space to determine the minimal amount of noise required to guarantee a specified privacy level. We first construct a nearest neighbour graph over the words using their embeddings, and factorise it into a set of connected components (i.e. neighbourhoods). We then separately apply different levels of Gaussian noise to the words in each neighbourhood, determined by the set of words in that neighbourhood. Experiments show that our proposed NADP mechanism consistently outperforms multiple previously proposed DP mechanisms such as Laplacian, Gaussian, and Mahalanobis in multiple downstream tasks, while guaranteeing higher levels of privacy.

📄 PDF Abstract BibTeX arXiv:2309.10551

Code (1)

shuichiotake/nadp 공식 구현

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

Privacy-Aware Randomized Quantization via Linear Programming

2024-06-01 · Zhongteng Cai, Xueru Zhang, Mohammad Mahdi Khalili

Differential privacy mechanisms such as the Gaussian or Laplace mechanism have been widely used in data analytics for preserving individual privacy. However, they are mostly designed for continuous outputs and are unsuit…

Quantization

Towards Differential Privacy in Sequential Recommendation: A Noisy Graph Neural Network Approach

2023-09-17 · Wentao Hu, Hui Fang

With increasing frequency of high-profile privacy breaches in various online platforms, users are becoming more concerned about their privacy. And recommender system is the core component of online platforms for providin…

Graph Neural NetworkRecommendation SystemsSequential Recommendation

Cape: Context-Aware Prompt Perturbation Mechanism with Differential Privacy

2025-05-09 · Haoqi Wu, Wei Dai, Li Wang, Qiang Yan

Large Language Models (LLMs) have gained significant popularity due to their remarkable capabilities in text understanding and generation. However, despite their widespread deployment in inference services such as ChatGP…

Information Design for Differential Privacy

2022-02-11 · Ian M. Schmutte, Nathan Yoder

Firms and statistical agencies must protect the privacy of the individuals whose data they collect, analyze, and publish. Increasingly, these organizations do so by using publication mechanisms that satisfy differential …

Graph Reconstruction from Differentially Private GNN Explanations

2026-05-05 · Rishi Raj Sahoo, Jyotirmaya Shivottam, Subhankar Mishra arxiv

Regulatory frameworks such as GDPR increasingly require that ML predictions be accompanied by post-hoc explanations, even when raw data and trained models cannot be released. Differential privacy (DP) is the standard mit…