LGMLMay 31, 2017

Greedy Algorithms for Cone Constrained Optimization with Convergence Guarantees

arXiv:1705.11041v329 citations
Originality Highly original
AI Analysis

This work addresses optimization challenges in machine learning by extending greedy methods to cone constraints, offering theoretical and practical improvements for various learning settings.

The paper tackles the problem of optimization over convex cones, introducing principled non-negative Matching Pursuit algorithms with explicit convergence guarantees. It achieves sublinear convergence on smooth convex objectives and linear convergence on strongly convex objectives, demonstrating excellent empirical performance.

Greedy optimization methods such as Matching Pursuit (MP) and Frank-Wolfe (FW) algorithms regained popularity in recent years due to their simplicity, effectiveness and theoretical guarantees. MP and FW address optimization over the linear span and the convex hull of a set of atoms, respectively. In this paper, we consider the intermediate case of optimization over the convex cone, parametrized as the conic hull of a generic atom set, leading to the first principled definitions of non-negative MP algorithms for which we give explicit convergence rates and demonstrate excellent empirical performance. In particular, we derive sublinear ($\mathcal{O}(1/t)$) convergence on general smooth and convex objectives, and linear convergence ($\mathcal{O}(e^{-t})$) on strongly convex objectives, in both cases for general sets of atoms. Furthermore, we establish a clear correspondence of our algorithms to known algorithms from the MP and FW literature. Our novel algorithms and analyses target general atom sets and general objective functions, and hence are directly applicable to a large variety of learning settings.

Foundations

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

Your Notes