Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

2965918871,182 · Jun 202019922001200920172026
48 results for ADMM methods

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 to SAG-ADMM and SDCA-ADMM that have fast convergence rates and low iteration complexities. However,…

2016-04-24abs ↗pdf ↗

Recently, many variance reduced stochastic alternating direction method of multipliers (ADMM) methods (e.g.\ SAG-ADMM, SDCA-ADMM and SVRG-ADMM) have made exciting progress such as linear convergence rates for strongly convex problems. However, the best known convergence rate for general convex problems is O(1/T) as opp…

2017-07-11abs ↗pdf ↗

A faster ADMM method for nonconvex optimization with improved complexity.

problem Nonconvex optimization problems in machine learning.
method SPIDER-ADMM, a stochastic ADMM method using a new differential estimator.
result Achieves optimal IFO complexity of O(n+n1/2ε1)\mathcal{O}(n+n^{1/2}ε^{-1}) for finding an εε-approximate stationary point.

We consider the problem of maximum a posteriori (MAP) inference in discrete graphical models. We present a parallel MAP inference algorithm called Bethe-ADMM based on two ideas: tree-decomposition of the graph and the alternating direction method of multipliers (ADMM). However, unlike the standard ADMM, we use an inexa…

2013-09-26abs ↗pdf ↗

The mirror descent algorithm (MDA) generalizes gradient descent by using a Bregman divergence to replace squared Euclidean distance. In this paper, we similarly generalize the alternating direction method of multipliers (ADMM) to Bregman ADMM (BADMM), which allows the choice of different Bregman divergences to exploit …

2013-06-13abs ↗pdf ↗

New method solves nonconvex optimization problems without explicit gradients.

problem Solving nonconvex optimization problems with multiple nonsmooth penalties.
method Zeroth-order stochastic ADMM methods (ZO-SVRG-ADMM and ZO-SAGA-ADMM).
result Convergence rate of O(1/T)O(1/T) for nonconvex optimization.

We present ADMM-Softmax, an alternating direction method of multipliers (ADMM) for solving multinomial logistic regression (MLR) problems. Our method is geared toward supervised classification tasks with many examples and features. It decouples the nonlinear optimization problem in MLR into three steps that can be solv…

2019-01-27abs ↗pdf ↗

New methods solve complex optimization problems with fewer function queries.

problem Solving nonconvex optimization problems with multiple penalties and constraints.
method ZO-SPIDER-ADMM and ZOO-ADMM+ methods for nonconvex finite-sum and online problems.
result Achieved lower function query complexity for finding ε-stationary points.

Due to massive amounts of data distributed across multiple locations, distributed machine learning has attracted a lot of research interests. Alternating Direction Method of Multipliers (ADMM) is a powerful method of designing distributed machine learning algorithm, whereby each agent computes over local datasets and e…

2019-01-07abs ↗pdf ↗

This paper converts ADMM to proximal gradient for efficient sparse estimation.

problem Sparse estimation problems like fused lasso and convex clustering.
method General method converting ADMM to proximal gradient, assuming Lipschitz continuity of derivative.
result Significant improvement in efficiency for sparse estimation problems.

Alternating Direction Method of Multipliers (ADMM) is a widely used tool for machine learning in distributed settings, where a machine learning model is trained over distributed data sources through an interactive process of local computation and message passing. Such an iterative process could cause privacy concerns o…

2018-08-30abs ↗pdf ↗

Novel PP-ADMM and IPP-ADMM algorithms improve differential privacy in distributed machine learning.

problem Privacy concerns in ADMM-based distributed machine learning.
method Proposes PP-ADMM and IPP-ADMM algorithms to provide differential privacy while improving model accuracy and convergence.
result The proposed algorithms achieve better model accuracy and convergence under the same privacy guarantee.

We address the problem of solving convex optimization problems with many convex constraints in a distributed setting. Our approach is based on an extension of the alternating direction method of multipliers (ADMM) that recently gained a lot of attention in the Big Data context. Although it has been invented decades ago…

2016-10-07abs ↗pdf ↗

This work improves DNN weight quantization with ADMM, achieving lossless binarization and reduced search space.

problem Improving DNN model compression and accuracy with low bit quantization.
method Extending ADMM framework for DNN weight quantization with progressive multi-step approach.
result Achieved lossless and fully binarized DNNs with reduced accuracy loss.

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-batch stochastic ADMMs (alternating direction method of multipliers) for solving large-scale noncon…

2018-02-08abs ↗pdf ↗

This paper solves parameter estimation with ordered 2\ell_2 regularization using ADMM.

problem Scaling up ordered 2\ell_2 regularization for large-scale data.
method Alternating Direction Method of Multipliers (ADMM) for ordered 2\ell_2 regularization.
result ADMM-O2\ell_{2} outperforms or matches state-of-the-art methods in parameter estimation.

Paper proposes a novel unsupervised feature selection method using K-means and ADMM.

problem Finding a subset of features for high-dimensional unsupervised learning problems.
method Developed K-means Derived Unsupervised Feature Selection (K-means UFS) using ADMM to solve NP-hard optimization.
result K-means UFS outperforms baselines in feature selection for clustering.

Develops ADMM for deep neural networks with sigmoid activations to avoid saturation and improve approximation.

problem Gradient saturation in deep neural networks with sigmoid activations.
method Introduces sigmoid-ADMM pair for training deep sigmoid nets and proves its convergence.
result ADMM avoids saturation and improves approximation of deep sigmoid nets compared to ReLU nets.

Co-Clustering, the problem of simultaneously identifying clusters across multiple aspects of a data set, is a natural generalization of clustering to higher-order structured data. Recent convex formulations of bi-clustering and tensor co-clustering, which shrink estimated centroids together using a convex fusion penalt…

2019-01-18abs ↗pdf ↗

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

2013-12-16abs ↗pdf ↗

This paper examines ADMM for network averaging, revealing its convergence rates and network topology impacts.

problem Efficiently averaging local information over a network using ADMM.
method Comparative analysis of ADMM and other algorithms on a canonical distributed averaging problem.
result Characterization of ADMM convergence and optimal parameter tuning based on network spectral properties.

Paper presents an ADMM-based approach to efficiently integrate quadratic programming layers into neural networks.

problem Integrating quadratic programs into neural networks for optimization.
method An ADMM-based network layer architecture for solving quadratic programs efficiently.
result The ADMM layer is approximately an order of magnitude faster than existing methods for medium scaled problems.

Paper proposes ADMM algorithms for non-smooth optimization under RDP.

problem Optimizing composite functions with non-smooth penalties under privacy constraints.
method Developed ssADMM and mpADMM algorithms for non-smooth optimization problems with RDP guarantees.
result Both ssADMM and mpADMM outperform baseline methods in high privacy settings.

Paper proposes a privacy-preserving DML framework using local randomization and ADMM perturbation.

problem Privacy concerns in distributed machine learning with sensitive user data.
method Local randomization and ADMM perturbation to provide differential privacy and heterogeneous privacy levels.
result The framework minimizes privacy losses and maintains model generalization.

New method speeds up solving machine learning problems by splitting variables randomly.

problem Solving large-scale machine learning and signal processing problems efficiently.
method Randomized Multi-Block ADMM (RAC-MBADMM) for convex and nonconvex quadratic optimization.
result RAC-MBADMM converges linearly and outperforms other algorithms in solution time and quality.

Paper proposes efficient GP hyper-parameter optimization methods.

problem Efficient hyper-parameter optimization for Gaussian process regression.
method Cross-validation and ADMM for O(n2)O(n^2) complexity.
result Proposed methods outperform traditional ML-based routines.