Privacy-Aware Rejection SamplingDownload PDF

Published: 04 Nov 2021, Last Modified: 15 May 2023PRIML 2021 OralReaders: Everyone
Keywords: differential privacy, timing attack, side-channel, adaptive rejection sampling
TL;DR: The running time of rejection sampling compromises privacy guarantees; we remove the timing side-channel.
Abstract: Differential privacy (DP) offers strong protection against adversaries with arbitrary side-information and computational power. However, many implementations of DP mechanisms leave themselves vulnerable to side channel attacks, such as timing attacks. As many privacy mechanisms, such as the exponential mechanism, do not lend themselves to easy implementations, when sampling methods such as MCMC or rejection sampling are used, the runtime can leak privacy. In this work, we quantify the privacy cost due to the runtime of a rejection sampler in terms of $(\epsilon,\delta)$-DP. We also propose three modifications to the rejection sampling algorithm, to protect against timing attacks by making the runtime independent of the data. We also use our techniques to develop an adaptive rejection sampler for log-Holder densities, which also has data-independent runtime.
Paper Under Submission: The paper is NOT under submission at NeurIPS
1 Reply

Loading