In stochastic multi-armed bandits with both reward and dueling feedback, the authors prove a regret lower bound and give an algorithm whose regret matches it up to a constant under a common dueling assumption.
Online Learning and Bandits with Queried Hints
1 Pith paper cite this work. Polarity classification is still indexing.
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 ($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.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Fusing Reward and Dueling Feedback in Stochastic Bandits
In stochastic multi-armed bandits with both reward and dueling feedback, the authors prove a regret lower bound and give an algorithm whose regret matches it up to a constant under a common dueling assumption.