Efficient and Optimal Policy Gradient Algorithm for Corrupted Multi-armed Bandits
Jiayuan Liu, Siwei Wang, Zhixuan Fang
TL;DR
This work tackles stochastic multi-armed bandits under adversarial corruptions by applying SAMBA, a combinatorial policy-gradient algorithm. The authors prove a sharp regret bound of $O\left(\frac{K}{\Delta}\log T + \frac{C}{\Delta}\right)$, demonstrating asymptotic optimality and a favorable dependence on the corruption level $C$ while maintaining computational efficiency. The analysis leverages SAMBA's Markovian policy to bound the impact and recovery time from corruption, with a two-case treatment of the optimal arm's leadership. Empirical results show SAMBA outperforms baselines, including fast-slow AAE and BARBAR-type methods, and remains significantly faster than non-combinatorial online learning approaches. The findings position SAMBA as a state-of-the-art, scalable solution for corrupted bandits with practical implications for robust online decision-making.
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(K\log T/Δ) + O(C/Δ)$ regret upper bound, where $K$ is the number of arms, $C$ is the unknown corruption level, $Δ$ is the minimum expected reward gap between the best arm and other ones, and $T$ is the time horizon. Compared with the best existing efficient algorithm (e.g., CBARBAR), whose regret upper bound is $O(K\log^2 T/Δ) + O(C)$, we show that SAMBA reduces one $\log T$ factor in the regret bound, while maintaining the corruption-dependent term to be linear with $C$. This is indeed asymptotically optimal. We also conduct simulations to demonstrate the effectiveness of SAMBA, and the results show that SAMBA outperforms existing baselines.
