paper-with-me

Papers

Almost linear time differentially private release of synthetic graphs

2024-06-04 · Jingcheng Liu, Jalaj Upadhyay, Zongrui Zou

In this paper, we give an almost linear time and space algorithms to sample from an exponential mechanism with an $\ell_1$-score function defined over an exponentially large non-convex set. As a direct result, on input an $n$ vertex $m$ edges graph $G$, we present the \textit{first} $\widetilde{O}(m)$ time and $O(m)$ space algorithms for differentially privately outputting an $n$ vertex $O(m)$ edges synthetic graph that approximates all the cuts and the spectrum of $G$. These are the \emph{first} private algorithms for releasing synthetic graphs that nearly match this task's time and space complexity in the non-private setting while achieving the same (or better) utility as the previous works in the more practical sparse regime. Additionally, our algorithms can be extended to private graph analysis under continual observation.

📄 PDF Abstract BibTeX arXiv:2406.02156

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Almost Tight Error Bounds on Differentially Private Continual Counting

2022-11-09 · Monika Henzinger, Jalaj Upadhyay, Sarvagya Upadhyay

The first large-scale deployment of private federated learning uses differentially private counting in the continual release model as a subroutine (Google AI blog titled "Federated Learning with Formal Differential Priva…

Federated Learning

Differentially Private Stochastic Linear Bandits: (Almost) for Free

2022-07-07 · Osama A. Hanna, Antonious M. Girgis, Christina Fragouli, Suhas Diggavi

In this paper, we propose differentially private algorithms for the problem of stochastic linear bandits in the central, local and shuffled models. In the central model, we achieve almost the same regret as the optimal n…

SoK: A Review of Differentially Private Linear Models For High-Dimensional Data

2024-04-01 · Amol Khanna, Edward Raff, Nathan Inkawhich

Linear models are ubiquitous in data science, but are particularly prone to overfitting and data memorization in high dimensions. To guarantee the privacy of training data, differential privacy can be used. Many papers h…

Memorization

Differentially Private Multi-Party Data Release for Linear Regression

2022-06-16 · Ruihan Wu, Xin Yang, Yuanshun Yao, Jiankai Sun 외

Differentially Private (DP) data release is a promising technique to disseminate data without compromising the privacy of data subjects. However the majority of prior work has focused on scenarios where a single party ow…

regression

A Simple and Practical Algorithm for Differentially Private Data Release

2012-12-01 · NeurIPS 2012 12 · Moritz Hardt, Katrina Ligett, Frank McSherry

We present a new algorithm for differentially private data release, based on a simple combination of the Exponential Mechanism with the Multiplicative Weights update rule. Our MWEM algorithm achieves what are the best k…