English

Non-stationary Bandit Convex Optimization: A Comprehensive Study

Machine Learning 2025-12-02 v2 Machine Learning

Abstract

Bandit Convex Optimization is a fundamental class of sequential decision-making problems, where the learner selects actions from a continuous domain and observes a loss (but not its gradient) at only one point per round. We study this problem in non-stationary environments, and aim to minimize the regret under three standard measures of non-stationarity: the number of switches SS in the comparator sequence, the total variation Δ\Delta of the loss functions, and the path-length PP of the comparator sequence. We propose a polynomial-time algorithm, Tilted Exponentially Weighted Average with Sleeping Experts (TEWA-SE), which adapts the sleeping experts framework from online convex optimization to the bandit setting. For strongly convex losses, we prove that TEWA-SE is minimax-optimal with respect to known SS and Δ\Delta by establishing matching upper and lower bounds. By equipping TEWA-SE with the Bandit-over-Bandit framework, we extend our analysis to environments with unknown non-stationarity measures. For general convex losses, we introduce a second algorithm, clipped Exploration by Optimization (cExO), based on exponential weights over a discretized action space. While not polynomial-time computable, this method achieves minimax-optimal regret with respect to known SS and Δ\Delta, and improves on the best existing bounds with respect to PP.

Keywords

Cite

@article{arxiv.2506.02980,
  title  = {Non-stationary Bandit Convex Optimization: A Comprehensive Study},
  author = {Xiaoqi Liu and Dorian Baudry and Julian Zimmert and Patrick Rebeschini and Arya Akhavan},
  journal= {arXiv preprint arXiv:2506.02980},
  year   = {2025}
}

Comments

33 pages, 1 figure, accepted at NeurIPS 2025

R2 v1 2026-07-01T02:57:10.652Z