English

Autoregressive Bandits

Machine Learning 2024-02-21 v2 Machine Learning

Abstract

Autoregressive processes naturally arise in a large variety of real-world scenarios, including stock markets, sales forecasting, weather prediction, advertising, and pricing. When facing a sequential decision-making problem in such a context, the temporal dependence between consecutive observations should be properly accounted for guaranteeing convergence to the optimal policy. In this work, we propose a novel online learning setting, namely, Autoregressive Bandits (ARBs), in which the observed reward is governed by an autoregressive process of order kk, whose parameters depend on the chosen action. We show that, under mild assumptions on the reward process, the optimal policy can be conveniently computed. Then, we devise a new optimistic regret minimization algorithm, namely, AutoRegressive Upper Confidence Bound (AR-UCB), that suffers sublinear regret of order O~((k+1)3/2nT(1Γ)2)\widetilde{\mathcal{O}} \left( \frac{(k+1)^{3/2}\sqrt{nT}}{(1-\Gamma)^2}\right), where TT is the optimization horizon, nn is the number of actions, and Γ<1\Gamma < 1 is a stability index of the process. Finally, we empirically validate our algorithm, illustrating its advantages w.r.t. bandit baselines and its robustness to misspecification of key parameters.

Keywords

Cite

@article{arxiv.2212.06251,
  title  = {Autoregressive Bandits},
  author = {Francesco Bacchiocchi and Gianmarco Genalti and Davide Maran and Marco Mussi and Marcello Restelli and Nicola Gatti and Alberto Maria Metelli},
  journal= {arXiv preprint arXiv:2212.06251},
  year   = {2024}
}

Comments

Accepted to AISTATS 2024

R2 v1 2026-06-28T07:31:47.162Z