English

Optimistic Online Mirror Descent for Bridging Stochastic and Adversarial Online Convex Optimization

Machine Learning 2024-03-19 v3 Machine Learning

Abstract

Stochastically Extended Adversarial (SEA) model is introduced by Sachs et al. [2022] as an interpolation between stochastic and adversarial online convex optimization. Under the smoothness condition, they demonstrate that the expected regret of optimistic follow-the-regularized-leader (FTRL) depends on the cumulative stochastic variance σ1:T2\sigma_{1:T}^2 and the cumulative adversarial variation Σ1:T2\Sigma_{1:T}^2 for convex functions. They also provide a slightly weaker bound based on the maximal stochastic variance σmax2\sigma_{\max}^2 and the maximal adversarial variation Σmax2\Sigma_{\max}^2 for strongly convex functions. Inspired by their work, we investigate the theoretical guarantees of optimistic online mirror descent (OMD) for the SEA model. For convex and smooth functions, we obtain the same O(σ1:T2+Σ1:T2)\mathcal{O}(\sqrt{\sigma_{1:T}^2}+\sqrt{\Sigma_{1:T}^2}) regret bound, without the convexity requirement of individual functions. For strongly convex and smooth functions, we establish an O((σmax2+Σmax2)log(σ1:T2+Σ1:T2))\mathcal{O}((\sigma_{\max}^2 + \Sigma_{\max}^2) \log (\sigma_{1:T}^2+\Sigma_{1:T}^2)) bound, better than their O((σmax2+Σmax2)logT)\mathcal{O}((\sigma_{\max}^2 + \Sigma_{\max}^2) \log T) result. For exp-concave and smooth functions, we achieve a new O(dlog(σ1:T2+Σ1:T2))\mathcal{O}(d\log(\sigma_{1:T}^2+\Sigma_{1:T}^2)) bound. Owing to the OMD framework, we broaden our work to study dynamic regret minimization and scenarios where the online functions are non-smooth. We establish the first dynamic regret guarantee for the SEA model with convex and smooth functions, which is more favorable than static regret bounds in non-stationary scenarios. Furthermore, to deal with non-smooth and convex functions in the SEA model, we propose novel algorithms building on optimistic OMD with an implicit update, which provably attain static regret and dynamic regret guarantees without smoothness conditions.

Keywords

Cite

@article{arxiv.2302.04552,
  title  = {Optimistic Online Mirror Descent for Bridging Stochastic and Adversarial Online Convex Optimization},
  author = {Sijia Chen and Yu-Jie Zhang and Wei-Wei Tu and Peng Zhao and Lijun Zhang},
  journal= {arXiv preprint arXiv:2302.04552},
  year   = {2024}
}

Comments

v3 substantially improves the presentation and has a few improvements, including the regret bound for strongly convex functions; v2 is an extended version that enriches the content with improved regret bounds for strongly convex functions, discussions on the optimism design for dynamic regret minimization, and extensions to non-smooth scenarios; v1 is the ICML 2023 conference version

R2 v1 2026-06-28T08:35:46.514Z