Private Online Learning via Lazy Algorithms
Hilal Asi, Tomer Koren, Daogao Liu, Kunal Talwar
TL;DR
Private Online Learning via Lazy Algorithms studies privatizing online learning for DP-OPE and DP-OCO through a novel L2P transformation that converts lazy algorithms into DP ones with a small regret overhead. The method leverages a history-local switching rule and large-batch correlated sampling to bound privacy loss, enabling improved regret rates: $\sqrt{T \log d} + T^{1/3} \log d / \varepsilon^{2/3}$ for DP-OPE and $\sqrt{T} + T^{1/3} \sqrt{d} / \varepsilon^{2/3}$ for DP-OCO. A near-matching lower bound for low-switching private algorithms shows these rates are close to optimal within that family, motivating exploration beyond limited switching. The paper applies L2P to multiplicative weights and to a regularized MW scheme, delivering practical improvements in high-privacy regimes and suggesting avenues for future work on breaking the low-switching barrier.
Abstract
We study the problem of private online learning, specifically, online prediction from experts (OPE) and online convex optimization (OCO). We propose a new transformation that transforms lazy online learning algorithms into private algorithms. We apply our transformation for differentially private OPE and OCO using existing lazy algorithms for these problems. Our final algorithms obtain regret, which significantly improves the regret in the high privacy regime $\varepsilon \ll 1$, obtaining $\sqrt{T \log d} + T^{1/3} \log(d)/\varepsilon^{2/3}$ for DP-OPE and $\sqrt{T} + T^{1/3} \sqrt{d}/\varepsilon^{2/3}$ for DP-OCO. We also complement our results with a lower bound for DP-OPE, showing that these rates are optimal for a natural family of low-switching private algorithms.
