Solving a Class of Non-Convex Minimax Optimization in Federated Learning
Xidong Wu, Jianhui Sun, Zhengmian Hu, Aidong Zhang, Heng Huang

TL;DR
This paper introduces new federated learning algorithms for non-convex minimax problems, achieving improved communication and sample complexities with strong theoretical guarantees and empirical validation.
Contribution
The paper proposes FedSGDA+ and FedSGDA-M algorithms for federated non-convex minimax optimization, reducing complexity bounds and matching single-machine performance.
Findings
FedSGDA+ reduces communication complexity to O(ε^{-6}) for nonconvex-concave problems.
FedSGDA-M achieves optimal sample complexity O(ε^{-3}) in nonconvex-strongly-concave settings.
Experimental results demonstrate the efficiency of the proposed algorithms in real-world tasks.
Abstract
The minimax problems arise throughout machine learning applications, ranging from adversarial training and policy evaluation in reinforcement learning to AUROC maximization. To address the large-scale data challenges across multiple clients with communication-efficient distributed training, federated learning (FL) is gaining popularity. Many optimization algorithms for minimax problems have been developed in the centralized setting (\emph{i.e.} single-machine). Nonetheless, the algorithm for minimax problems under FL is still underexplored. In this paper, we study a class of federated nonconvex minimax optimization problems. We propose FL algorithms (FedSGDA+ and FedSGDA-M) and reduce existing complexity results for the most common minimax problems. For nonconvex-concave problems, we propose FedSGDA+ and reduce the communication complexity to . Under…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques
