LGMLJan 22, 2018

On the Iteration Complexity Analysis of Stochastic Primal-Dual Hybrid Gradient Approach with High Probability

arXiv:1801.06934v2
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in large-scale stochastic optimization for researchers and practitioners, though it is incremental as it builds on existing PDHG methods.

The paper tackles the challenge of solving regularized stochastic minimization problems with composite linear regularization by proposing a stochastic Primal-Dual Hybrid Gradient (PDHG) approach that samples data points per iteration to reduce computational cost. It provides high-probability iteration complexity analysis for averaged iterates and demonstrates efficiency in numerical experiments, outperforming other algorithms.

In this paper, we propose a stochastic Primal-Dual Hybrid Gradient (PDHG) approach for solving a wide spectrum of regularized stochastic minimization problems, where the regularization term is composite with a linear function. It has been recognized that solving this kind of problem is challenging since the closed-form solution of the proximal mapping associated with the regularization term is not available due to the imposed linear composition, and the per-iteration cost of computing the full gradient of the expected objective function is extremely high when the number of input data samples is considerably large. Our new approach overcomes these issues by exploring the special structure of the regularization term and sampling a few data points at each iteration. Rather than analyzing the convergence in expectation, we provide the detailed iteration complexity analysis for the cases of both uniformly and non-uniformly averaged iterates with high probability. This strongly supports the good practical performance of the proposed approach. Numerical experiments demonstrate that the efficiency of stochastic PDHG, which outperforms other competing algorithms, as expected by the high-probability convergence analysis.

Foundations

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

Your Notes