OCLGMLApr 9, 2018

Frank-Wolfe Splitting via Augmented Lagrangian Method

arXiv:1804.03176v132 citations
Originality Incremental advance
AI Analysis

This work addresses optimization challenges in machine learning and related fields by providing a more efficient splitting method, though it is incremental as it builds on existing Frank-Wolfe and ALM techniques.

The paper tackles the problem of minimizing a smooth function over an intersection of convex sets with linear consistency constraints, developing the Frank-Wolfe Augmented Lagrangian (FW-AL) algorithm that only requires linear minimization oracles over individual constraints, and proves sublinear convergence for general convex sets and linear convergence for polytopes.

Minimizing a function over an intersection of convex sets is an important task in optimization that is often much more challenging than minimizing it over each individual constraint set. While traditional methods such as Frank-Wolfe (FW) or proximal gradient descent assume access to a linear or quadratic oracle on the intersection, splitting techniques take advantage of the structure of each sets, and only require access to the oracle on the individual constraints. In this work, we develop and analyze the Frank-Wolfe Augmented Lagrangian (FW-AL) algorithm, a method for minimizing a smooth function over convex compact sets related by a "linear consistency" constraint that only requires access to a linear minimization oracle over the individual constraints. It is based on the Augmented Lagrangian Method (ALM), also known as Method of Multipliers, but unlike most existing splitting methods, it only requires access to linear (instead of quadratic) minimization oracles. We use recent advances in the analysis of Frank-Wolfe and the alternating direction method of multipliers algorithms to prove a sublinear convergence rate for FW-AL over general convex compact sets and a linear convergence rate for polytopes.

Foundations

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

Your Notes