English

Scale Free Adversarial Multi Armed Bandits

Machine Learning 2021-10-12 v2 Machine Learning

Abstract

We consider the Scale-Free Adversarial Multi Armed Bandits(MAB) problem. At the beginning of the game, the player only knows the number of arms nn. It does not know the scale and magnitude of the losses chosen by the adversary or the number of rounds TT. In each round, it sees bandit feedback about the loss vectors l1,,lTRnl_1,\dots, l_T \in \mathbb{R}^n. The goal is to bound its regret as a function of nn and norms of l1,,lTl_1,\dots, l_T. We design a bandit Follow The Regularized Leader (FTRL) algorithm, that uses an adaptive learning rate and give two different regret bounds, based on the exploration parameter used. With non-adaptive exploration, our algorithm has a regret of O~(nL2+LnT)\tilde{\mathcal{O}}(\sqrt{nL_2} + L_\infty\sqrt{nT}) and with adaptive exploration, it has a regret of O~(nL2+LnL1)\tilde{\mathcal{O}}(\sqrt{nL_2} + L_\infty\sqrt{nL_1}). Here L=suptltL_\infty = \sup_t \| l_t\|_\infty, L2=t=1Tlt22L_2 = \sum_{t=1}^T \|l_t\|_2^2, L1=t=1Tlt1L_1 = \sum_{t=1}^T \|l_t\|_1 and the O~\tilde{\mathcal{O}} notation suppress logarithmic factors. These are the first MAB bounds that adapt to the 2\|\cdot\|_2, 1\|\cdot\|_1 norms of the losses. The second bound is the first data-dependent scale-free MAB bound as TT does not directly appear in the regret. We also develop a new technique for obtaining a rich class of local-norm lower-bounds for Bregman Divergences. This technique plays a crucial role in our analysis for controlling the regret when using importance weighted estimators of unbounded losses. This technique could be of independent interest.

Keywords

Cite

@article{arxiv.2106.04700,
  title  = {Scale Free Adversarial Multi Armed Bandits},
  author = {Sudeep Raja Putta and Shipra Agrawal},
  journal= {arXiv preprint arXiv:2106.04700},
  year   = {2021}
}
R2 v1 2026-06-24T02:58:56.283Z