paper-with-me

Papers

Stochastic Alternating Direction Method of Multipliers with Variance Reduction for Nonconvex Optimization

2016-10-10 · Feihu Huang, Songcan Chen, Zhaosong Lu

In the paper, we study the stochastic alternating direction method of multipliers (ADMM) for the nonconvex optimizations, and propose three classes of the nonconvex stochastic ADMM with variance reduction, based on different reduced variance stochastic gradients. Specifically, the first class called the nonconvex stochastic variance reduced gradient ADMM (SVRG-ADMM), uses a multi-stage scheme to progressively reduce the variance of stochastic gradients. The second is the nonconvex stochastic average gradient ADMM (SAG-ADMM), which additionally uses the old gradients estimated in the previous iteration. The third called SAGA-ADMM is an extension of the SAG-ADMM method. Moreover, under some mild conditions, we establish the iteration complexity bound of $O(1/\epsilon)$ of the proposed methods to obtain an $\epsilon$-stationary solution of the nonconvex optimizations. In particular, we provide a general framework to analyze the iteration complexity of these nonconvex stochastic ADMM methods with variance reduction. Finally, some numerical experiments demonstrate the effectiveness of our methods.

📄 PDF Abstract BibTeX arXiv:1610.02758

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Stochastic Variance-Reduced ADMM

2016-04-24 · Shuai Zheng, James T. Kwok

The alternating direction method of multipliers (ADMM) is a powerful optimization solver in machine learning. Recently, stochastic ADMM has been integrated with variance reduction methods for stochastic gradient, leading…

Fast Stochastic Alternating Direction Method of Multipliers

2013-08-16 · Leon Wenliang Zhong, James T. Kwok

In this paper, we propose a new stochastic alternating direction method of multipliers (ADMM) algorithm, which incrementally approximates the full gradient in the linearized ADMM formulation. Besides having a low per-ite…

Mini-Batch Stochastic ADMMs for Nonconvex Nonsmooth Optimization

2018-02-08 · Feihu Huang, Songcan Chen

With the large rising of complex data, the nonconvex models such as nonconvex loss function and nonconvex regularizer are widely used in machine learning and pattern recognition. In this paper, we propose a class of mini…

A Systematic DNN Weight Pruning Framework using Alternating Direction Method of Multipliers

2018-04-10 · ECCV 2018 9 · Tianyun Zhang, Shaokai Ye, Kaiqi Zhang, Jian Tang 외

Weight pruning methods for deep neural networks (DNNs) have been investigated recently, but prior work in this area is mainly heuristic, iterative pruning, thereby lacking guarantees on the weight reduction ratio and con…

Image ClassificationNetwork Pruning

Communication-Efficient Stochastic Distributed Learning

2025-01-23 · Xiaoxing Ren, Nicola Bastianello, Karl H. Johansson, Thomas Parisini

We address distributed learning problems, both nonconvex and convex, over undirected networks. In particular, we design a novel algorithm based on the distributed Alternating Direction Method of Multipliers (ADMM) to add…