paper-with-me

홈 › Papers

DP-FedAdamW: An Efficient Optimizer for Differentially Private Federated Large Models

2026-02-23 · Jin Liu, Yinbin Miao, Ning Xi, Junkang Liu arxiv

Balancing convergence efficiency and robustness under Differential Privacy (DP) is a central challenge in Federated Learning (FL). While AdamW accelerates training and fine-tuning in large-scale models, we find that directly applying it to Differentially Private FL (DPFL) suffers from three major issues: (i) data heterogeneity and privacy noise jointly amplify the variance of second-moment estimator, (ii) DP perturbations bias the second-moment estimator, and (iii) DP amplify AdamW sensitivity to local overfitting, worsening client drift. We propose DP-FedAdamW, the first AdamW-based optimizer for DPFL. It restores AdamW under DP by stabilizing second-moment variance, removing DP-induced bias, and aligning local updates to the global descent to curb client drift. Theoretically, we establish an unbiased second-moment estimator and prove a linearly accelerated convergence rate without any heterogeneity assumption, while providing tighter $(\varepsilon,δ)$-DP guarantees. Our empirical results demonstrate the effectiveness of DP-FedAdamW across language and vision Transformers and ResNet-18. On Tiny-ImageNet (Swin-Base, $\varepsilon=1$), DP-FedAdamW outperforms the state-of-the-art (SOTA) by 5.83\%. The code is available in Appendix.

📄 PDF Abstract BibTeX arXiv:2602.19945

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedAdamW: A Communication-Efficient Optimizer with Convergence and Generalization Guarantees for Federated Large Models

2025-10-31 · Junkang Liu, Fanhua Shang, Hongying Liu, Yuxuan Tian 외 arxiv

AdamW has become one of the most effective optimizers for training large-scale models. We have also observed its effectiveness in the context of federated learning (FL). However, directly applying AdamW in federated lear…

Federated Learning

DP$^2$-FedSAM: Enhancing Differentially Private Federated Learning Through Personalized Sharpness-Aware Minimization

2024-09-20 · Zhenxiao Zhang, Yuanxiong Guo, Yanmin Gong

Federated learning (FL) is a distributed machine learning approach that allows multiple clients to collaboratively train a model without sharing their raw data. To prevent sensitive information from being inferred throug…

Federated LearningPersonalized Federated Learning

Efficient Language Model Architectures for Differentially Private Federated Learning

2024-03-12 · Jae Hun Ro, Srinadh Bhojanapalli, Zheng Xu, Yanxiang Zhang 외

Cross-device federated learning (FL) is a technique that trains a model on data distributed across typically millions of edge devices without data leaving the devices. SGD is the standard client optimizer for on device t…

Computational EfficiencyFederated LearningLanguage ModelingLanguage Modelling

Efficient Differentially Private Secure Aggregation for Federated Learning via Hardness of Learning with Errors

2021-12-13 · Timothy Stevens, Christian Skalka, Christelle Vincent, John Ring 외

Federated machine learning leverages edge computing to develop models from network user data, but privacy in federated learning remains a major challenge. Techniques using differential privacy have been proposed to addre…

Edge-computingFederated Learning

FAST DIFFERENTIALLY PRIVATE-SGD VIA JL PROJECTIONS

2021-01-01 · Zhiqi Bu, Sivakanth Gopi, Janardhan Kulkarni, Yin Tat Lee 외

Differentially Private-SGD (DP-SGD) of Abadi et al. (2016) and its variations are the only known algorithms for private training of large scale neural networks. This algorithm requires computation of per-sample gradients…