English

Online Learning and Bandits with Queried Hints

Data Structures and Algorithms 2022-11-08 v1 Machine Learning

Abstract

We consider the classic online learning and stochastic multi-armed bandit (MAB) problems, when at each step, the online policy can probe and find out which of a small number (kk) of choices has better reward (or loss) before making its choice. In this model, we derive algorithms whose regret bounds have exponentially better dependence on the time horizon compared to the classic regret bounds. In particular, we show that probing with k=2k=2 suffices to achieve time-independent regret bounds for online linear and convex optimization. The same number of probes improve the regret bound of stochastic MAB with independent arms from O(nT)O(\sqrt{nT}) to O(n2logT)O(n^2 \log T), where nn is the number of arms and TT is the horizon length. For stochastic MAB, we also consider a stronger model where a probe reveals the reward values of the probed arms, and show that in this case, k=3k=3 probes suffice to achieve parameter-independent constant regret, O(n2)O(n^2). Such regret bounds cannot be achieved even with full feedback after the play, showcasing the power of limited ``advice'' via probing before making the play. We also present extensions to the setting where the hints can be imperfect, and to the case of stochastic MAB where the rewards of the arms can be correlated.

Keywords

Cite

@article{arxiv.2211.02703,
  title  = {Online Learning and Bandits with Queried Hints},
  author = {Aditya Bhaskara and Sreenivas Gollapudi and Sungjin Im and Kostas Kollias and Kamesh Munagala},
  journal= {arXiv preprint arXiv:2211.02703},
  year   = {2022}
}

Comments

To appear in ITCS 2023

R2 v1 2026-06-28T05:13:25.595Z