OCLGMLOct 15, 2019

Variable Metric Proximal Gradient Method with Diagonal Barzilai-Borwein Stepsize

arXiv:1910.07056v129 citations
Originality Incremental advance
AI Analysis

This work addresses optimization efficiency for machine learning practitioners dealing with ill-conditioned problems, though it is incremental as it builds on existing variable metric proximal gradient methods.

The paper tackles the problem of expensive or limited metric selections in variable metric proximal gradient methods by proposing a diagonal Barzilai-Borwein stepsize that adapts to local geometry with low computational cost, showing improved convergence for ill-conditioned machine learning problems on synthetic and real-world datasets.

Variable metric proximal gradient (VM-PG) is a widely used class of convex optimization method. Lately, there has been a lot of research on the theoretical guarantees of VM-PG with different metric selections. However, most such metric selections are dependent on (an expensive) Hessian, or limited to scalar stepsizes like the Barzilai-Borwein (BB) stepsize with lots of safeguarding. Instead, in this paper we propose an adaptive metric selection strategy called the diagonal Barzilai-Borwein (BB) stepsize. The proposed diagonal selection better captures the local geometry of the problem while keeping per-step computation cost similar to the scalar BB stepsize i.e. $O(n)$. Under this metric selection for VM-PG, the theoretical convergence is analyzed. Our empirical studies illustrate the improved convergence results under the proposed diagonal BB stepsize, specifically for ill-conditioned machine learning problems for both synthetic and real-world datasets.

Foundations

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

Your Notes