DSLGNov 4, 2022

Online Learning and Bandits with Queried Hints

arXiv:2211.02703v110 citationsh-index: 46
Originality Highly original
AI Analysis

This work addresses the problem of improving regret bounds in online learning and bandit settings for researchers and practitioners, offering significant theoretical advancements rather than incremental improvements.

The paper tackles online learning and bandit problems by allowing the policy to probe a small number of choices for hints before each decision, achieving exponentially better regret bounds; for example, with k=2 probes, it reduces regret from O(sqrt(nT)) to O(n^2 log T) in stochastic multi-armed bandits, and with k=3 probes, it achieves constant O(n^2) regret in a stronger model.

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 ($k$) 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=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(\sqrt{nT})$ to $O(n^2 \log T)$, where $n$ is the number of arms and $T$ 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=3$ probes suffice to achieve parameter-independent constant regret, $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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes