paper-with-me

Papers

Analyze Gauss: Optimal Bounds for Privacy-Preserving Principal Component Analysis

2014-05-01 · Cynthia Dwork, Kunal Talwar, Abhradeep Thakurta, Li Zhang

We consider the problem of privately releasing a low dimensional approximation to a set of data records, represented as a matrix A in which each row corresponds to an individual and each column to an attribute. Our goal is to compute a subspace that captures the covariance of A as much as possible, classically known as principal component analysis (PCA). We assume that each row of A has L2 norm bounded by one, and the privacy guarantee is defined with respect to addition or removal of any single row. We show that the well-known, but misnamed, randomized response algorithm, with properly tuned parameters, provides a nearly optimal additive quality gap compared to the best possible singular subspace of A. We further show that when A^TA has a large eigenvalue gap – a reason often cited for PCA – the quality improves significantly. Optimality (up to logarithmic factors) is proved using techniques inspired by the recent work of Bun, Ullman, and Vadhan on applying Tardos’s fingerprinting codes to the construction of hard instances for private mechanisms for 1-way marginal queries. Along the way, we define a list culling game that may be of independent interest. By combining the randomized response mechanism with the well-known following the perturbed leader algorithm of Kalai and Vempala we obtain a private online algorithm with nearly optimal regret. The regret of our algorithm even outperforms all the previously known online non-private algorithms of this type. We achieve this better bound by, satisfyingly, borrowing insights and tools from differential privacy!

📄 PDF Abstract BibTeX

Code (1)

thehimalayanleo/Private-Generative-Models

Tasks

AttributePrivacy Preserving

Similar Papers 제목 키워드 기반

Privacy-Preserving Adversarial Network (PPAN) for Continuous non-Gaussian Attributes

2020-03-11 · Mohammadhadi Shateri, Fabrice Labeau

A privacy-preserving adversarial network (PPAN) was recently proposed as an information-theoretical framework to address the issue of privacy in data sharing. The main idea of this model was using mutual information as t…

Privacy Preserving

Graph Structure Learning with Privacy Guarantees for Open Graph Data

2025-07-25 · Muhao Guo, Jiaqi Wu, Yizheng Liao, Wenke Lee 외 arxiv

Publishing open graph data while preserving individual privacy remains challenging when data publishers and data users are distinct entities. Although differential privacy (DP) provides rigorous guarantees, most existing…

Graph structure learning

Optimal differentially private kernel learning with random projection

2025-07-23 · Bonwoo Lee, Cheolwoo Park, Jeongyoun Ahn arxiv

Differential privacy has become a cornerstone in the development of privacy-preserving learning algorithms. This work addresses optimizing differentially private kernel learning within the empirical risk minimization (ER…

Gaussian Processes

Generalised Likelihood Ratio Testing Adversaries through the Differential Privacy Lens

2022-10-24 · Georgios Kaissis, Alexander Ziller, Stefan Kolek Martinez de Azagra, Daniel Rueckert

Differential Privacy (DP) provides tight upper bounds on the capabilities of optimal adversaries, but such adversaries are rarely encountered in practice. Under the hypothesis testing/membership inference interpretation …

Individual Privacy Accounting with Gaussian Differential Privacy

2022-09-30 · Antti Koskela, Marlon Tobaben, Antti Honkela

Individual privacy accounting enables bounding differential privacy (DP) loss individually for each participant involved in the analysis. This can be informative as often the individual privacy losses are considerably sm…