English

Exploration via Feature Perturbation in Contextual Bandits

Machine Learning 2025-10-27 v2 Machine Learning

Abstract

We propose feature perturbation, a simple yet effective exploration strategy for contextual bandits that injects randomness directly into feature inputs, instead of randomizing unknown parameters or adding noise to rewards. Remarkably, this algorithm achieves O~(dT)\tilde{\mathcal{O}}(d\sqrt{T}) worst-case regret bound for generalized linear contextual bandits, while avoiding the O~(d3/2T)\tilde{\mathcal{O}}(d^{3/2}\sqrt{T}) regret typical of existing randomized bandit algorithms. Because our algorithm eschews parameter sampling, it is both computationally efficient and naturally extends to non-parametric or neural network models. We verify these advantages through empirical evaluations, demonstrating that feature perturbation not only surpasses existing methods but also unifies strong practical performance with the near-optimal regret guarantees.

Keywords

Cite

@article{arxiv.2510.17390,
  title  = {Exploration via Feature Perturbation in Contextual Bandits},
  author = {Seouh-won Yi and Min-hwan Oh},
  journal= {arXiv preprint arXiv:2510.17390},
  year   = {2025}
}

Comments

Accepted at NeurIPS 2025 (spotlight)