LGOCMLAug 20, 2017

Stochastic Primal-Dual Proximal ExtraGradient Descent for Compositely Regularized Optimization

arXiv:1708.05978v42 citations
Originality Incremental advance
AI Analysis

This addresses computational challenges in machine learning applications like fused Lasso and graph-guided regularization, offering an incremental improvement over existing first-order stochastic methods.

The paper tackles composite regularized stochastic optimization problems, such as fused logistic regression, by proposing a stochastic primal-dual extra-gradient method (SPDPEG) that achieves O(1/√t) convergence for convex objectives and O(log(t)/t) or O(1/t) for strongly convex ones, with experiments showing it outperforms other algorithms.

We consider a wide range of regularized stochastic minimization problems with two regularization terms, one of which is composed with a linear function. This optimization model abstracts a number of important applications in artificial intelligence and machine learning, such as fused Lasso, fused logistic regression, and a class of graph-guided regularized minimization. The computational challenges of this model are in two folds. On one hand, the closed-form solution of the proximal mapping associated with the composed regularization term or the expected objective function is not available. On the other hand, the calculation of the full gradient of the expectation in the objective is very expensive when the number of input data samples is considerably large. To address these issues, we propose a stochastic variant of extra-gradient type methods, namely \textsf{Stochastic Primal-Dual Proximal ExtraGradient descent (SPDPEG)}, and analyze its convergence property for both convex and strongly convex objectives. For general convex objectives, the uniformly average iterates generated by \textsf{SPDPEG} converge in expectation with $O(1/\sqrt{t})$ rate. While for strongly convex objectives, the uniformly and non-uniformly average iterates generated by \textsf{SPDPEG} converge with $O(\log(t)/t)$ and $O(1/t)$ rates, respectively. The order of the rate of the proposed algorithm is known to match the best convergence rate for first-order stochastic algorithms. Experiments on fused logistic regression and graph-guided regularized logistic regression problems show that the proposed algorithm performs very efficiently and consistently outperforms other competing algorithms.

Foundations

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

Your Notes