paper-with-me

Papers

Algorithms for Differentially Private Multi-Armed Bandits

2015-11-27 · Aristide Tossou, Christos Dimitrakakis

We present differentially private algorithms for the stochastic Multi-Armed Bandit (MAB) problem. This is a problem for applications such as adaptive clinical trials, experiment design, and user-targeted advertising where private information is connected to individual rewards. Our major contribution is to show that there exist $(\epsilon, \delta)$ differentially private variants of Upper Confidence Bound algorithms which have optimal regret, $O(\epsilon^{-1} + \log T)$. This is a significant improvement over previous results, which only achieve poly-log regret $O(\epsilon^{-2} \log^{2} T)$, because of our use of a novel interval-based mechanism. We also substantially improve the bounds of previous family of algorithms which use a continual release mechanism. Experiments clearly validate our theoretical bounds.

📄 PDF Abstract BibTeX arXiv:1511.08681

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Differentially Private Multi-Armed Bandits in the Shuffle Model

2021-06-05 · NeurIPS 2021 12 · Jay Tenenbaum, Haim Kaplan, Yishay Mansour, Uri Stemmer

We give an $(\varepsilon,\delta)$-differentially private algorithm for the multi-armed bandit (MAB) problem in the shuffle model with a distribution-dependent regret of $O\left(\left(\sum_{a\in [k]:\Delta_a>0}\frac{\log …

Multi-Armed Bandits

Quantile Multi-Armed Bandits: Optimal Best-Arm Identification and a Differentially Private Scheme

2020-06-11 · Kontantinos E. Nikolakakis, Dionysios S. Kalogerias, Or Sheffet, Anand D. Sarwate

We study the best-arm identification problem in multi-armed bandits with stochastic, potentially private rewards, when the goal is to identify the arm with the highest quantile at a fixed, prescribed level. First, we pro…

Multi-Armed Bandits

KL-regularization Itself is Differentially Private in Bandits and RLHF

2025-05-23 · Yizhou Zhang, Kishan Panaganti, Laixi Shi, Juba Ziani 외

Differential Privacy (DP) provides a rigorous framework for privacy, ensuring the outputs of data-driven algorithms remain statistically indistinguishable across datasets that differ in a single entry. While guaranteeing…

Decision MakingMulti-Armed Bandits

Differentially Private Contextual Linear Bandits

2018-09-28 · NeurIPS 2018 12 · Roshan Shariff, Or Sheffet

We study the contextual linear bandit problem, a version of the standard stochastic multi-armed bandit (MAB) problem where a learner sequentially selects actions to maximize a reward which depends also on a user provided…

Locally Differentially Private (Contextual) Bandits Learning

2020-06-01 · NeurIPS 2020 12 · Kai Zheng, Tianle Cai, Weiran Huang, Zhenguo Li 외

We study locally differentially private (LDP) bandits learning in this paper. First, we propose simple black-box reduction frameworks that can solve a large family of context-free bandits learning problems with LDP guara…

Multi-Armed BanditsPrivacy Preserving Deep Learning