paper-with-me

홈 › Papers

Adaptive Stochastic Alternating Direction Method of Multipliers

2013-12-16 · Peilin Zhao, Jinwei Yang, Tong Zhang, Ping Li

The Alternating Direction Method of Multipliers (ADMM) has been studied for years. The traditional ADMM algorithm needs to compute, at each iteration, an (empirical) expected loss function on all training examples, resulting in a computational complexity proportional to the number of training examples. To reduce the time complexity, stochastic ADMM algorithms were proposed to replace the expected function with a random loss function associated with one uniformly drawn example plus a Bregman divergence. The Bregman divergence, however, is derived from a simple second order proximal function, the half squared norm, which could be a suboptimal choice. In this paper, we present a new family of stochastic ADMM algorithms with optimal second order proximal functions, which produce a new family of adaptive subgradient methods. We theoretically prove that their regret bounds are as good as the bounds which could be achieved by the best proximal function that can be chosen in hindsight. Encouraging empirical results on a variety of real-world datasets confirm the effectiveness and efficiency of the proposed algorithms.

📄 PDF Abstract BibTeX arXiv:1312.4564

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

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…

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

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…

Non-stationary Douglas-Rachford and alternating direction method of multipliers: adaptive stepsizes and convergence

2018-01-11 · Dirk A. Lorenz, Quoc Tran-Dinh

We revisit the classical Douglas-Rachford (DR) method for finding a zero of the sum of two maximal monotone operators. Since the practical performance of the DR method crucially depends on the stepsizes, we aim at develo…