A Simple, Optimal and Efficient Algorithm for Online Exp-Concave Optimization
Abstract
Online eXp-concave Optimization (OXO) is a fundamental problem in online learning, where the goal is to minimize regret when loss functions are exponentially concave. The standard algorithm, Online Newton Step (ONS), guarantees an optimal regret, where is the dimension and is the time horizon. Despite its simplicity, ONS may face a computational bottleneck due to the Mahalanobis projection at each round. This step costs arithmetic operations for bounded domains, even for simple domains such as the unit ball, where is the matrix-multiplication exponent. As a result, the total runtime can reach , particularly when iterates frequently oscillate near the domain boundary. This paper proposes a simple variant of ONS, called LightONS, which reduces the total runtime to while preserving the optimal regret. Deploying LightONS with the online-to-batch conversion implies a method for stochastic exp-concave optimization with runtime , thereby answering an open problem posed by Koren [2013]. The design leverages domain-conversion techniques from parameter-free online learning and defers expensive Mahalanobis projections until necessary, thereby preserving the elegant structure of ONS and enabling LightONS to act as an efficient plug-in replacement in broader scenarios, including gradient-norm adaptivity, parametric stochastic bandits, and memory-efficient OXO.
Cite
@article{arxiv.2512.23190,
title = {A Simple, Optimal and Efficient Algorithm for Online Exp-Concave Optimization},
author = {Yi-Han Wang and Peng Zhao and Zhi-Hua Zhou},
journal= {arXiv preprint arXiv:2512.23190},
year = {2026}
}