Second-Order Kernel Online Convex Optimization with Adaptive Sketching
Daniele Calandriello, Alessandro Lazaric, Michal Valko

TL;DR
This paper introduces a second-order kernel online convex optimization method called KONS that leverages adaptive sketching to reduce computational complexity while maintaining strong regret guarantees, especially for problems with exploitable curvature.
Contribution
The paper proposes a novel second-order KOCO algorithm, KONS, combined with a new matrix sketching technique to significantly reduce computational costs while preserving optimal regret bounds.
Findings
KONS achieves $ ext{O}(d_{eff}\log T)$ regret.
Sketching reduces space and time complexity by a factor of $ ext{γ}^2$.
Regret increases by a factor of $1/γ$ with sketching.
Abstract
Kernel online convex optimization (KOCO) is a framework combining the expressiveness of non-parametric kernel models with the regret guarantees of online learning. First-order KOCO methods such as functional gradient descent require only time and space per iteration, and, when the only information on the losses is their convexity, achieve a minimax optimal regret. Nonetheless, many common losses in kernel problems, such as squared loss, logistic loss, and squared hinge loss posses stronger curvature that can be exploited. In this case, second-order KOCO methods achieve regret, which we show scales as , where is the effective dimension of the problem and is usually much smaller than . The main drawback of second-order methods…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Advanced Bandit Algorithms Research
