paper-with-me

Papers

Differentially Private SGDA for Minimax Problems

2022-01-22 · Zhenhuan Yang, Shu Hu, Yunwen Lei, Kush R. Varshney, Siwei Lyu, Yiming Ying

Stochastic gradient descent ascent (SGDA) and its variants have been the workhorse for solving minimax problems. However, in contrast to the well-studied stochastic gradient descent (SGD) with differential privacy (DP) constraints, there is little work on understanding the generalization (utility) of SGDA with DP constraints. In this paper, we use the algorithmic stability approach to establish the generalization (utility) of DP-SGDA in different settings. In particular, for the convex-concave setting, we prove that the DP-SGDA can achieve an optimal utility rate in terms of the weak primal-dual population risk in both smooth and non-smooth cases. To our best knowledge, this is the first-ever-known result for DP-SGDA in the non-smooth case. We further provide its utility analysis in the nonconvex-strongly-concave setting which is the first-ever-known result in terms of the primal population risk. The convergence and generalization results for this nonconvex setting are new even in the non-private setting. Finally, numerical experiments are conducted to demonstrate the effectiveness of DP-SGDA for both convex and nonconvex cases.

📄 PDF Abstract BibTeX arXiv:2201.09046

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Solving a Class of Non-Convex Minimax Optimization in Federated Learning

2023-10-05 · NeurIPS 2023 11 · Xidong Wu, Jianhui Sun, Zhengmian Hu, Aidong Zhang 외

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

Federated Learning

SGDA with shuffling: faster convergence for nonconvex-PŁ minimax optimization

2022-10-12 · Hanseul Cho, Chulhee Yun

Stochastic gradient descent-ascent (SGDA) is one of the main workhorses for solving finite-sum minimax optimization problems. Most practical implementations of SGDA randomly reshuffle components and sequentially use them…

Improved Rates of Differentially Private Nonconvex-Strongly-Concave Minimax Optimization

2025-03-24 · Ruijia Zhang, Mingxi Lei, Meng Ding, Zihang Xiang 외

In this paper, we study the problem of (finite sum) minimax optimization in the Differential Privacy (DP) model. Unlike most of the previous studies on the (strongly) convex-concave settings or loss functions satisfying …

Federated Minimax Optimization: Improved Convergence Analyses and Algorithms

2022-03-09 · Pranay Sharma, Rohan Panda, Gauri Joshi, Pramod K. Varshney

In this paper, we consider nonconvex minimax optimization, which is gaining prominence in many modern machine learning applications such as GANs. Large-scale edge-based collection of training data in these applications c…

Distributed OptimizationFederated Learning

Stability and Generalization of Differentially Private Minimax Problems

2022-04-11 · Yilin Kang, Yong liu, Jian Li, Weiping Wang

In the field of machine learning, many problems can be formulated as the minimax problem, including reinforcement learning, generative adversarial networks, to just name a few. So the minimax problem has attracted a huge…