An Efficient Interior-Point Method for Online Convex Optimization
Elad Hazan, Nimrod Megiddo

TL;DR
This paper introduces an efficient interior-point method for online convex optimization that achieves near-optimal regret bounds, is adaptive over sub-intervals, and has computational complexity comparable to solving linear systems.
Contribution
The paper presents a new interior-point algorithm for online convex optimization with optimal regret bounds and adaptive properties, improving computational efficiency.
Findings
Achieves regret of O(√T log T), near the theoretical minimum.
Algorithm is adaptive to sub-intervals, not just the entire time horizon.
Runs efficiently by solving linear systems of size n per iteration.
Abstract
A new algorithm for regret minimization in online convex optimization is described. The regret of the algorithm after time periods is - which is the minimum possible up to a logarithmic term. In addition, the new algorithm is adaptive, in the sense that the regret bounds hold not only for the time periods but also for every sub-interval . The running time of the algorithm matches that of newly introduced interior point algorithms for regret minimization: in -dimensional space, during each iteration the new algorithm essentially solves a system of linear equations of order , rather than solving some constrained convex optimization problem in dimensions and possibly many constraints.
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
TopicsAdvanced Bandit Algorithms Research · Sparse and Compressive Sensing Techniques · Optimization and Search Problems
