English

Efficient and Optimal Policy Gradient Algorithm for Corrupted Multi-armed Bandits

Machine Learning 2025-02-21 v1

Abstract

In this paper, we consider the stochastic multi-armed bandits problem with adversarial corruptions, where the random rewards of the arms are partially modified by an adversary to fool the algorithm. We apply the policy gradient algorithm SAMBA to this setting, and show that it is computationally efficient, and achieves a state-of-the-art O(KlogT/Δ)+O(C/Δ)O(K\log T/\Delta) + O(C/\Delta) regret upper bound, where KK is the number of arms, CC is the unknown corruption level, Δ\Delta is the minimum expected reward gap between the best arm and other ones, and TT is the time horizon. Compared with the best existing efficient algorithm (e.g., CBARBAR), whose regret upper bound is O(Klog2T/Δ)+O(C)O(K\log^2 T/\Delta) + O(C), we show that SAMBA reduces one logT\log T factor in the regret bound, while maintaining the corruption-dependent term to be linear with CC. This is indeed asymptotically optimal. We also conduct simulations to demonstrate the effectiveness of SAMBA, and the results show that SAMBA outperforms existing baselines.

Keywords

Cite

@article{arxiv.2502.14146,
  title  = {Efficient and Optimal Policy Gradient Algorithm for Corrupted Multi-armed Bandits},
  author = {Jiayuan Liu and Siwei Wang and Zhixuan Fang},
  journal= {arXiv preprint arXiv:2502.14146},
  year   = {2025}
}
R2 v1 2026-06-28T21:50:42.490Z