paper-with-me

Papers

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-iteration complexity as existing stochastic ADMM algorithms, the proposed algorithm improves the convergence rate on convex problems from $O(\frac 1 {\sqrt{T}})$ to $O(\frac 1 T)$, where $T$ is the number of iterations. This matches the convergence rate of the batch ADMM algorithm, but without the need to visit all the samples in each iteration. Experiments on the graph-guided fused lasso demonstrate that the new algorithm is significantly faster than state-of-the-art stochastic and batch ADMM algorithms.

📄 PDF Abstract BibTeX arXiv:1308.3558

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 제목 키워드 기반

Faster Stochastic Alternating Direction Method of Multipliers for Nonconvex Optimization

2020-08-04 · Feihu Huang, Songcan Chen, Heng Huang

In this paper, we propose a faster stochastic alternating direction method of multipliers (ADMM) for nonconvex optimization by using a new stochastic path-integrated differential estimator (SPIDER), called as SPIDER-ADMM…

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 diffe…

A Communication Efficient Stochastic Multi-Block Alternating Direction Method of Multipliers

2019-12-01 · NeurIPS 2019 12 · Hao Yu

The alternating direction method of multipliers (ADMM) has recently received tremendous interests for distributed large scale optimization in machine learning, statistics, multi-agent networks and related applications. I…

Stochastic Optimization

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…

Scalable Stochastic Alternating Direction Method of Multipliers

2015-02-12 · Shen-Yi Zhao, Wu-Jun Li, Zhi-Hua Zhou

Stochastic alternating direction method of multipliers (ADMM), which visits only one sample or a mini-batch of samples each time, has recently been proved to achieve better performance than batch ADMM. However, most stoc…