Exploration via linearly perturbed loss minimisation
David Janz, Shuai Liu, Alex Ayoub, Csaba Szepesvári
TL;DR
The paper addresses exploration in structured stochastic bandits by introducing EVILL, which perturbs the regularised loss with a random linear term and minimises the perturbed objective to select actions. It shows EVILL coincides with PHE in generalized linear bandits but remains well-defined and effective beyond that regime due to data-dependent perturbations guided by Fisher information, yielding Thompson-like regret guarantees. Theoretical results establish regret bounds under self-concordant NEF assumptions and concentration guarantees for NEFs, while experiments on logistic and Rayleigh bandits illustrate the method’s robustness and practical simplicity. EVILL thus provides a simple, plug-in approach that approximates Bayesian-style exploration with comparable performance and broader applicability, including potential use in reinforcement learning.
Abstract
We introduce exploration via linear loss perturbations (EVILL), a randomised exploration method for structured stochastic bandit problems that works by solving for the minimiser of a linearly perturbed regularised negative log-likelihood function. We show that, for the case of generalised linear bandits, EVILL reduces to perturbed history exploration (PHE), a method where exploration is done by training on randomly perturbed rewards. In doing so, we provide a simple and clean explanation of when and why random reward perturbations give rise to good bandit algorithms. We propose data-dependent perturbations not present in previous PHE-type methods that allow EVILL to match the performance of Thompson-sampling-style parameter-perturbation methods, both in theory and in practice. Moreover, we show an example outside generalised linear bandits where PHE leads to inconsistent estimates, and thus linear regret, while EVILL remains performant. Like PHE, EVILL can be implemented in just a few lines of code.
