A Simple, Optimal and Efficient Algorithm for Online Exp-Concave Optimization
Yi-Han Wang, Peng Zhao, Zhi-Hua Zhou

TL;DR
This paper introduces LightONS, a simplified and computationally efficient variant of the Online Newton Step algorithm for exp-concave optimization, maintaining optimal regret while significantly reducing runtime.
Contribution
The paper presents LightONS, a novel algorithm that reduces computational complexity of online exp-concave optimization without sacrificing regret optimality, addressing a key bottleneck in existing methods.
Findings
LightONS achieves $O(d^2 T + d^ ext{omega} \, \sqrt{T \log T})$ runtime.
LightONS maintains the optimal $O(d \log T)$ regret bound.
Application to stochastic optimization yields $ ilde{O}(d^3/\epsilon)$ runtime.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Advanced Bandit Algorithms Research · Optimization and Search Problems
