Convex Optimization without Projection Steps
Martin Jaggi

TL;DR
This paper introduces a projection-free iterative algorithm for convex optimization over compact domains, extending Frank & Wolfe's method to arbitrary convex sets, with guarantees on convergence and solution sparsity.
Contribution
It generalizes the Frank & Wolfe algorithm to arbitrary convex domains, providing convergence guarantees and analyzing sparsity bounds for solutions in various convex optimization problems.
Findings
Guarantees {psilon}-small duality gap after O(1/{psilon}) iterations.
Establishes matching upper and lower bounds of psilon for solution sparsity.
Demonstrates practical efficiency for large matrix problems like matrix completion.
Abstract
For the general problem of minimizing a convex function over a compact convex domain, we will investigate a simple iterative approximation algorithm based on the method by Frank & Wolfe 1956, that does not need projection steps in order to stay inside the optimization domain. Instead of a projection step, the linearized problem defined by a current subgradient is solved, which gives a step direction that will naturally stay in the domain. Our framework generalizes the sparse greedy algorithm of Frank & Wolfe and its primal-dual analysis by Clarkson 2010 (and the low-rank SDP approach by Hazan 2008) to arbitrary convex domains. We give a convergence proof guaranteeing {\epsilon}-small duality gap after O(1/{\epsilon}) iterations. The method allows us to understand the sparsity of approximate solutions for any l1-regularized convex optimization problem (and for optimization over the…
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 Optimization Algorithms Research · Stochastic Gradient Optimization Techniques
