Blended Conditonal Gradients

Abstract

We present a blended conditional gradient approach for minimizing a smooth convex function over a polytope P, combining the Frank{–}Wolfe algorithm (also called conditional gradient) with gradient-based steps, different from away steps and pairwise steps, but still achieving linear convergence for strongly convex functions, along with good practical performance. Our approach retains all favorable properties of conditional gradient algorithms, notably avoidance of projections onto P and maintenance of iterates as sparse convex combinations of a limited number of extreme points of P. The algorithm is lazy, making use of inexpensive inexact solutions of the linear programming subproblem that characterizes the conditional gradient approach. It decreases measures of optimality (primal and dual gaps) rapidly, both in the number of iterations and in wall-clock time, outperforming even the lazy conditional gradient algorithms of Braun et al. 2017. We also present a streamlined version of the algorithm that applies when P is the probability simplex.

Cite

Text

Braun et al. "Blended Conditonal Gradients." International Conference on Machine Learning, 2019.

Markdown

[Braun et al. "Blended Conditonal Gradients." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/braun2019icml-blended/)

BibTeX

@inproceedings{braun2019icml-blended,
  title     = {{Blended Conditonal Gradients}},
  author    = {Braun, Gábor and Pokutta, Sebastian and Tu, Dan and Wright, Stephen},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {735-743},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/braun2019icml-blended/}
}