FedNAR: Federated Optimization with Normalized Annealing Regularization
Junbo Li, Ang Li, Chong Tian, Qirong Ho, Eric P. Xing, Hongyi Wang

TL;DR
FedNAR introduces a normalized annealing regularization technique for federated learning that improves convergence speed and model accuracy, while being robust to hyperparameter choices and adaptable to various algorithms.
Contribution
The paper proposes FedNAR, a novel regularization method that enhances federated learning by regulating update magnitudes, with theoretical convergence analysis and extensive empirical validation.
Findings
FedNAR accelerates convergence in federated learning.
FedNAR improves model accuracy across datasets.
FedNAR is robust to hyperparameter variations.
Abstract
Weight decay is a standard technique to improve generalization performance in modern deep neural network optimization, and is also widely adopted in federated learning (FL) to prevent overfitting in local clients. In this paper, we first explore the choices of weight decay and identify that weight decay value appreciably influences the convergence of existing FL algorithms. While preventing overfitting is crucial, weight decay can introduce a different optimization goal towards the global objective, which is further amplified in FL due to multiple local updates and heterogeneous data distribution. To address this challenge, we develop {\it Federated optimization with Normalized Annealing Regularization} (FedNAR), a simple yet effective and versatile algorithmic plug-in that can be seamlessly integrated into any existing FL algorithms. Essentially, we regulate the magnitude of each…
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.
Videos
Taxonomy
TopicsMachine Learning and ELM · Stochastic Gradient Optimization Techniques · Advanced Neural Network Applications
