LGDSMLJul 20, 2024

Thompson Sampling Itself is Differentially Private

arXiv:2407.14879v15 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in online learning algorithms for researchers and practitioners, offering a way to achieve differential privacy without performance loss, though it is incremental as it builds on known methods.

The authors demonstrated that the classical Thompson sampling algorithm for multi-arm bandits inherently provides differential privacy without modifications, maintaining existing regret bounds, and showed that simple adjustments can enhance privacy guarantees while analyzing their impact on regret.

In this work we first show that the classical Thompson sampling algorithm for multi-arm bandits is differentially private as-is, without any modification. We provide per-round privacy guarantees as a function of problem parameters and show composition over $T$ rounds; since the algorithm is unchanged, existing $O(\sqrt{NT\log N})$ regret bounds still hold and there is no loss in performance due to privacy. We then show that simple modifications -- such as pre-pulling all arms a fixed number of times, increasing the sampling variance -- can provide tighter privacy guarantees. We again provide privacy guarantees that now depend on the new parameters introduced in the modification, which allows the analyst to tune the privacy guarantee as desired. We also provide a novel regret analysis for this new algorithm, and show how the new parameters also impact expected regret. Finally, we empirically validate and illustrate our theoretical findings in two parameter regimes and demonstrate that tuning the new parameters substantially improve the privacy-regret tradeoff.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes