paper-with-me

Papers

BUDS: Balancing Utility and Differential Privacy by Shuffling

2020-06-07 · Poushali Sengupta, Sudipta Paul, Subhankar Mishra

Balancing utility and differential privacy by shuffling or \textit{BUDS} is an approach towards crowd-sourced, statistical databases, with strong privacy and utility balance using differential privacy theory. Here, a novel algorithm is proposed using one-hot encoding and iterative shuffling with the loss estimation and risk minimization techniques, to balance both the utility and privacy. In this work, after collecting one-hot encoded data from different sources and clients, a step of novel attribute shuffling technique using iterative shuffling (based on the query asked by the analyst) and loss estimation with an updation function and risk minimization produces a utility and privacy balanced differential private report. During empirical test of balanced utility and privacy, BUDS produces $\epsilon = 0.02$ which is a very promising result. Our algorithm maintains a privacy bound of $\epsilon = ln [t/((n_1 - 1)^S)]$ and loss bound of $c' \bigg|e^{ln[t/((n_1 - 1)^S)]} - 1\bigg|$.

📄 PDF Abstract BibTeX arXiv:2006.04125

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Similar Papers 제목 키워드 기반

Scalable DP-SGD: Shuffling vs. Poisson Subsampling

2024-11-06 · Lynn Chua, Badih Ghazi, Pritish Kamath, Ravi Kumar 외

We provide new lower bounds on the privacy guarantee of the multi-epoch Adaptive Batch Linear Queries (ABLQ) mechanism with shuffled batch sampling, demonstrating substantial gaps when compared to Poisson subsampling; pr…

Weights Shuffling for Improving DPSGD in Transformer-based Models

2024-07-22 · Jungang Yang, Zhe Ji, Liyao Xiang

Differential Privacy (DP) mechanisms, especially in high-dimensional settings, often face the challenge of maintaining privacy without compromising the data utility. This work introduces an innovative shuffling mechanism…

Beyond Statistical Estimation: Differentially Private Individual Computation via Shuffling

2024-06-26 · Shaowei Wang, Changyu Dong, Xiangfu Song, Jin Li 외

In data-driven applications, preserving user privacy while enabling valuable computations remains a critical challenge. Technologies like differential privacy have been pivotal in addressing these concerns. The shuffle m…

Combinatorial OptimizationFederated Learning

Differentially Private Spectral Graph Clustering: Balancing Privacy, Accuracy, and Efficiency

2025-10-08 · Antti Koskela, Mohamed Seif, H. Vincent Poor, Andrea J. Goldsmith arxiv

We study spectral graph clustering under edge differential privacy. We propose a matrix shuffling mechanism that combines randomized edge flipping with a random permutation of the adjacency matrix. While edge flipping al…

Graph Clustering

Balls-and-Bins Sampling for DP-SGD

2024-12-21 · Lynn Chua, Badih Ghazi, Charlie Harrison, Ethan Leeman 외

We introduce the Balls-and-Bins sampling for differentially private (DP) optimization methods such as DP-SGD. While it has been common practice to use some form of shuffling in DP-SGD implementations, privacy accounting …