cs.CRMay 6, 2026

Differential Privacy in the Extensive-Form Bandit Problem

Authors: Stephen PasterisRahul SavaniTheodore Turocy

Organizations: The Alan Turing Institute London, United Kingdom · The University of Liverpool Liverpool, United Kingdom · The University of East Anglia Norwich, United Kingdom

Abstract

We consider the extensive-form bandit problem, where on each trial the learner (a user coordinated by a server) plays an extensive-form game against an oblivious adversary, observing the information sets it finds itself in as well as the resulting payoff/loss. We give an algorithm for this problem that satisfies εε-local differential privacy and attains a regret of O~(Aln(S)T/ε)\tilde{O}(\sqrt{A\ln(S)T}/ε), where AA is the total number of actions that the learner can possibly take, SS is the number of the learner's possible reduced strategies, and TT is the number of trials. On each trial, the time complexity of our algorithm is, up to a factor logarithmic in the maximum number of actions at an infoset, equal to the time required for the server to transmit the reduced strategy to the user. We note that local differential privacy is the strongest version of differential privacy and, to the best of our knowledge, this is the first work to study differential privacy of any form in the extensive-form bandit problem.

Explore similar work

Aug 10, 2026cs.LG

Tracking the Best Strategy in an Extensive-Form Game

We consider the extensive-form bandit problem where on each trial the learner plays an extensive-form game against an oblivious adversary. We focus on the notion of switching regret, which measures the expected performance of the learner against that of any switching sequence of mixed strategies in retrospect. Our algorithm takes a parameter ρ>0ρ>0 and achieves a switching regret of O~((1/ρ+ρK)HAT)\tilde{\mathcal{O}}((1/ρ+ρK)\sqrt{H A T}) where KK is the number of switches in the comparator sequence, HH is the maximum number of the learner's information sets that can be traversed during a play of the game and AA is the number of actions that the learner can possibly take. Our algorithm is extremely efficient, taking a per trial time of only O(HB)\mathcal{O}(H B) where BB is the maximum number of actions available to the learner at any of its information sets.
Stephen Pasteris, Rahul Savani, Theodore Turocy
May 27, 2026cs.LG

Optimal Gap-Dependent Regret for Private Stochastic Decision-Theoretic Online Learning

We study stochastic decision-theoretic online learning with full information and event-level pure differential privacy. A COLT open problem of Hu and Mehta asks to determine the optimal gap-dependent regret rate for stochastic decision-theoretic online learning under pure event-level differential privacy. For KK actions, losses in [0,1][0,1], and a unique best action separated from the second-best action by gap ΔminΔ_{\min}, the known lower bound is of order logKmin{Δmin,ε},\frac{\log K}{\min\{Δ_{\min},\varepsilon\}}, or equivalently, up to universal constants, of order logKΔmin+logKε.\frac{\log K}{Δ_{\min}}+\frac{\log K}{\varepsilon}. We give a horizon-free pure-DP algorithm and prove the explicit regret bound RegT1000(logKΔmin+logKε)\operatorname{Reg}_T \le 1000 \cdot \left(\frac{\log K}{Δ_{\min}}+\frac{\log K}{\varepsilon}\right) for every horizon TT. The numerical constant is not optimized. The algorithm partitions time into blocks of exponentially increasing size, plays a single action throughout each block, and chooses the next action by an exponential mechanism applied to a data-independent random prefix of the previous block. The random prefix converts block regret into a sum, over all prefix lengths, of softmax selection errors. A single entropy-potential argument controls all privacy-dominated large-gap actions at cost logK/ε\log K/\varepsilon.
Tommaso Cesari, Roberto Colomboni
Jun 19, 2026cs.LG

AdaPrivate-TS: Private Thompson Sampling for Contextual Bandits with Privacy Amplification

We present AdaPrivate-TS, a differentially private contextual bandit algorithm that combines Thompson Sampling with batched zCDP composition. Our key insight is that differential privacy noise inflates the posterior covariance in a structured way: adding Gaussian noise N(0,σ2I)N(0,σ^2 I) to bb yields sampling covariance v2A1+σ2A2v^2 A^{-1} + σ^2 A^{-2}, which Thompson Sampling interprets as increased uncertainty rather than pure corruption. Under event-level privacy (protecting individual interactions) with stochastic contexts, we prove that the privacy cost is only O(dlogT/ρ)O(\sqrt{d}\,\log T/\sqrtρ), logarithmic in TT, because parallel composition amortizes noise across batches. Additionally, we explore privacy amplification via Poisson subsampling, which can reduce effective noise at stringent privacy budgets. Experiments on synthetic and real-world datasets demonstrate: (1) AdaPrivate-TS achieves 93-99% of non-private performance at ε[0.5,5]\varepsilon \in [0.5, 5], outperforming UCB by 0.5-3.7% and up to 18% with tuned adaptive exploration at extreme ε\varepsilon; (2) privacy amplification provides additional 2-5% gains at low ε\varepsilon; (3) on MovieLens and Jester, AdaPrivate-TS achieves the best overall performance among event-level baselines, dominating at ε2\varepsilon \geq 2; (4) under DP-SVD private features, TS's advantage over UCB grows to +11%, confirming noise-as-uncertainty is not limited to reward privacy. We provide rigorous proofs for privacy guarantees under interactive zCDP composition and comprehensive evaluation including convergence curves, 12-seed CIs, and DP-SVD feature ablation.
Mohammadreza Riyazat, Eranga Ukwatta