Optimization

Alternating Direction Method of Multipliers

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 then easier to handle. It takes the form of a decomposition-coordination procedure, in which the solutions to small local subproblems are coordinated to find a solution to a large global problem. ADMM can be viewed as an attempt to blend the benefits of dual decomposition and augmented Lagrangian methods for constrained optimization. It turns out to be equivalent or closely related to many other algorithms as well, such as Douglas-Rachford splitting from numerical analysis, Spingarn’s method of partial inverses, Dykstra’s alternating projections method, Bregman iterative algorithms for l1 problems in signal processing, proximal methods, and many others.

Text Source: https://stanford.edu/~boyd/papers/pdf/admm_distr_stats.pdf

Image Source: here

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Denoising 27 7.96%
Clustering 16 4.72%
BIG-bench Machine Learning 15 4.42%
Image Reconstruction 14 4.13%
Quantization 14 4.13%
Image Denoising 13 3.83%
Federated Learning 12 3.54%
Image Restoration 11 3.24%
Model Compression 10 2.95%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories