Projection-free Online Exp-concave Optimization
Dan Garber, Ben Kretzu

TL;DR
This paper introduces a projection-free online exp-concave optimization algorithm that uses a linear optimization oracle, achieving competitive regret bounds especially in low-dimensional gradient subspace scenarios.
Contribution
It proposes an Online Newton Step-style algorithm that avoids projections by relying on a linear optimization oracle, with improved regret bounds in low-dimensional gradient spaces.
Findings
Achieves regret of O(n^{2/3}T^{2/3}) with linear optimization oracle
Regret improves to O( ho^{2/3}T^{2/3}) in low-dimensional gradient subspace
Space and runtime complexity are reduced to O( ho n) using sketching techniques.
Abstract
We consider the setting of online convex optimization (OCO) with \textit{exp-concave} losses. The best regret bound known for this setting is , where is the dimension and is the number of prediction rounds (treating all other quantities as constants and assuming is sufficiently large), and is attainable via the well-known Online Newton Step algorithm (ONS). However, ONS requires on each iteration to compute a projection (according to some matrix-induced norm) onto the feasible convex set, which is often computationally prohibitive in high-dimensional settings and when the feasible set admits a non-trivial structure. In this work we consider projection-free online algorithms for exp-concave and smooth losses, where by projection-free we refer to algorithms that rely only on the availability of a linear optimization oracle (LOO) for the feasible set, which in many…
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
TopicsSparse and Compressive Sensing Techniques · Advanced Bandit Algorithms Research · Stochastic Gradient Optimization Techniques
