OCAILGMLJan 29, 2019

Stochastic Frank-Wolfe for Composite Convex Minimization

arXiv:1901.10348v319 citations
Originality Incremental advance
AI Analysis

This addresses stochastic optimization problems in machine learning and engineering, but it is incremental as it extends existing Frank-Wolfe methods to a stochastic setting.

The authors tackled the problem of solving stochastic convex optimization under affine constraints, proposing the first conditional-gradient-type method for this setting, which achieves an expected convergence rate of O(k^{-1/3}) on the objective residual and O(k^{-5/12}) on the feasibility gap.

A broad class of convex optimization problems can be formulated as a semidefinite program (SDP), minimization of a convex function over the positive-semidefinite cone subject to some affine constraints. The majority of classical SDP solvers are designed for the deterministic setting where problem data is readily available. In this setting, generalized conditional gradient methods (aka Frank-Wolfe-type methods) provide scalable solutions by leveraging the so-called linear minimization oracle instead of the projection onto the semidefinite cone. Most problems in machine learning and modern engineering applications, however, contain some degree of stochasticity. In this work, we propose the first conditional-gradient-type method for solving stochastic optimization problems under affine constraints. Our method guarantees $\mathcal{O}(k^{-1/3})$ convergence rate in expectation on the objective residual and $\mathcal{O}(k^{-5/12})$ on the feasibility gap.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes