LGOCMLNov 26, 2013

Practical Inexact Proximal Quasi-Newton Method with Global Complexity Analysis

arXiv:1311.6547v490 citations
Originality Synthesis-oriented
AI Analysis

This work provides a theoretical foundation for second-order methods in sparse optimization, but it is incremental as it builds on existing algorithms and focuses on convergence analysis.

The authors tackled the problem of sparse optimization by proposing a general framework that includes modified existing algorithms and a new algorithm using limited memory BFGS Hessian approximations, with the result being a novel global convergence rate analysis for methods using coordinate descent.

Recently several methods were proposed for sparse optimization which make careful use of second-order information [10, 28, 16, 3] to improve local convergence rates. These methods construct a composite quadratic approximation using Hessian information, optimize this approximation using a first-order method, such as coordinate descent and employ a line search to ensure sufficient descent. Here we propose a general framework, which includes slightly modified versions of existing algorithms and also a new algorithm, which uses limited memory BFGS Hessian approximations, and provide a novel global convergence rate analysis, which covers methods that solve subproblems via coordinate descent.

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