LGCRJul 7, 2022

Differentially Private Stochastic Linear Bandits: (Almost) for Free

DeepMind
arXiv:2207.03445v121 citationsh-index: 51
AI Analysis

This provides privacy-preserving algorithms for online decision-making in bandit settings, with incremental improvements in regret bounds for specific privacy models.

The paper tackles the problem of achieving differential privacy in stochastic linear bandits across central, local, and shuffled models, resulting in near-optimal regret bounds that match or improve upon prior work, such as reducing regret from Õ(1/ε √T) to Õ(√T + 1/ε) in the central model.

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 non-private algorithms, which means we get privacy for free. In particular, we achieve a regret of $\tilde{O}(\sqrt{T}+\frac{1}ε)$ matching the known lower bound for private linear bandits, while the best previously known algorithm achieves $\tilde{O}(\frac{1}ε\sqrt{T})$. In the local case, we achieve a regret of $\tilde{O}(\frac{1}ε{\sqrt{T}})$ which matches the non-private regret for constant $ε$, but suffers a regret penalty when $ε$ is small. In the shuffled model, we also achieve regret of $\tilde{O}(\sqrt{T}+\frac{1}ε)$ %for small $ε$ as in the central case, while the best previously known algorithm suffers a regret of $\tilde{O}(\frac{1}ε{T^{3/5}})$. Our numerical evaluation validates our theoretical results.

Foundations

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

Your Notes