paper-with-me

홈 › Papers

Dithered Gaussian Mechanism for Randomness-Efficient Differential Privacy

2026-07-07 · Nikita P. Kalinin, Rasmus Pagh arxiv

We present the dithered Gaussian mechanism, a novel alternative to the discrete Gaussian mechanism for differential privacy that discretizes the private output rather than the noise distribution itself. By interpreting this discretization as post-processing of the Gaussian mechanism, our construction directly inherits the privacy guarantees of the standard Gaussian mechanism while avoiding vulnerabilities caused by finite-precision floating-point outputs. We show that the mechanism is provably randomness-efficient: by sampling the discretized output values directly, the number of high-quality random bits required for privacy can be reduced significantly and made independent of the noise level. This is achieved by separating the randomness into two sources: a high-quality source used for the privacy-critical sampling step, and a high-performance public source, possibly known to the adversary, that supplies the additional randomness needed for randomized discretization. This separation enables the use of cryptographically secure randomness without substantial performance loss. As an application, we study model training with DP-SGD and show that cryptographically secure noise generation with reduced exposure to floating-point vulnerabilities can be achieved with modest practical overhead.

📄 PDF Abstract BibTeX arXiv:2607.06320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Differentially Private Average Consensus with Improved Accuracy-Privacy Trade-off

2023-09-15 · Lei Wang, Weijia Liu, Fanghong Guo, Zixin Qiao 외

This paper studies the average consensus problem with differential privacy of initial states, for which it is widely recognized that there is a trade-off between the mean-square computation accuracy and privacy level. Co…

The Gaussian Mixing Mechanism: Renyi Differential Privacy via Gaussian Sketches

2025-05-30 · Omri Lev, Vishwak Srinivasan, Moshe Shenfeld, Katrina Ligett 외

Gaussian sketching, which consists of pre-multiplying the data with a random Gaussian matrix, is a widely used technique for multiple problems in data science and machine learning, with applications spanning computationa…

Federated Learning

CorBin-FL: A Differentially Private Federated Learning Mechanism using Common Randomness

2024-09-20 · Hojat Allah Salehi, Md Jueal Mia, S. Sandeep Pradhan, M. Hadi Amini 외

Federated learning (FL) has emerged as a promising framework for distributed machine learning. It enables collaborative learning among multiple clients, utilizing distributed data and computing resources. However, FL fac…

Federated LearningQuantization

Improved Communication-Privacy Trade-offs in $L_2$ Mean Estimation under Streaming Differential Privacy

2024-05-02 · Wei-Ning Chen, Berivan Isik, Peter Kairouz, Albert No 외

We study $L_2$ mean estimation under central differential privacy and communication constraints, and address two key challenges: firstly, existing mean estimation schemes that simultaneously handle both constraints are u…

Differential Privacy of Gaussian Process Posterior Sampling

2026-06-16 · Tomasz Maciazek arxiv

We study the privacy of releasing posterior sample paths from a Gaussian process (GP) when the entire training set including covariates and responses is private. Unlike standard differential-privacy (DP) mechanisms that …