paper-with-me

Papers

A Decentralized Adaptive Momentum Method for Solving a Class of Min-Max Optimization Problems

2021-06-10 · Babak Barazandeh, Tianjian Huang, George Michailidis

Min-max saddle point games have recently been intensely studied, due to their wide range of applications, including training Generative Adversarial Networks (GANs). However, most of the recent efforts for solving them are limited to special regimes such as convex-concave games. Further, it is customarily assumed that the underlying optimization problem is solved either by a single machine or in the case of multiple machines connected in centralized fashion, wherein each one communicates with a central node. The latter approach becomes challenging, when the underlying communications network has low bandwidth. In addition, privacy considerations may dictate that certain nodes can communicate with a subset of other nodes. Hence, it is of interest to develop methods that solve min-max games in a decentralized manner. To that end, we develop a decentralized adaptive momentum (ADAM)-type algorithm for solving min-max optimization problem under the condition that the objective function satisfies a Minty Variational Inequality condition, which is a generalization to convex-concave case. The proposed method overcomes shortcomings of recent non-adaptive gradient-based decentralized algorithms for min-max optimization problems that do not perform well in practice and require careful tuning. In this paper, we obtain non-asymptotic rates of convergence of the proposed algorithm (coined DADAM$^3$) for finding a (stochastic) first-order Nash equilibrium point and subsequently evaluate its performance on training GANs. The extensive empirical evaluation shows that DADAM$^3$ outperforms recently developed methods, including decentralized optimistic stochastic gradient for solving such min-max problems.

📄 PDF Abstract BibTeX arXiv:2106.06075

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compressed Decentralized Momentum Stochastic Gradient Methods for Nonconvex Optimization

2025-08-07 · Wei Liu, Anweshit Panda, Ujwal Pandey, Christopher Brissette 외 arxiv

In this paper, we design two compressed decentralized algorithms for solving nonconvex stochastic optimization under two different scenarios. Both algorithms adopt a momentum technique to achieve fast convergence and a m…

Stochastic Optimization

Solving a class of non-convex min-max games using adaptive momentum methods

2021-04-26 · Babak Barazandeh, Davoud Ataee Tarzanagh, George Michailidis

Adaptive momentum methods have recently attracted a lot of attention for training of deep neural networks. They use an exponential moving average of past gradients of the objective function to update both search directio…

Unified Convergence Analysis for Adaptive Optimization with Moving Average Estimator

2021-04-30 · Zhishuai Guo, Yi Xu, Wotao Yin, Rong Jin 외

Although adaptive optimization algorithms have been successful in many applications, there are still some mysteries in terms of convergence analysis that have not been unraveled. This paper provides a novel non-convex an…

Bilevel Optimization

Training Deep Neural Networks with Adaptive Momentum Inspired by the Quadratic Optimization

2021-10-18 · Tao Sun, Huaming Ling, Zuoqiang Shi, Dongsheng Li 외

Heavy ball momentum is crucial in accelerating (stochastic) gradient-based optimization algorithms for machine learning. Existing heavy ball momentum is usually weighted by a uniform hyperparameter, which relies on exces…

BIG-bench Machine Learningimage-classificationImage ClassificationLanguage Modeling+3

SQuARM-SGD: Communication-Efficient Momentum SGD for Decentralized Optimization

2020-05-13 · Navjot Singh, Deepesh Data, Jemin George, Suhas Diggavi

In this paper, we propose and analyze SQuARM-SGD, a communication-efficient algorithm for decentralized training of large-scale machine learning models over a network. In SQuARM-SGD, each node performs a fixed number of …