English

FedRepOpt: Gradient Re-parametrized Optimizers in Federated Learning

Machine Learning 2024-10-11 v4 Computer Vision and Pattern Recognition Distributed, Parallel, and Cluster Computing

Abstract

Federated Learning (FL) has emerged as a privacy-preserving method for training machine learning models in a distributed manner on edge devices. However, on-device models face inherent computational power and memory limitations, potentially resulting in constrained gradient updates. As the model's size increases, the frequency of gradient updates on edge devices decreases, ultimately leading to suboptimal training outcomes during any particular FL round. This limits the feasibility of deploying advanced and large-scale models on edge devices, hindering the potential for performance enhancements. To address this issue, we propose FedRepOpt, a gradient re-parameterized optimizer for FL. The gradient re-parameterized method allows training a simple local model with a similar performance as a complex model by modifying the optimizer's gradients according to a set of model-specific hyperparameters obtained from the complex models. In this work, we focus on VGG-style and Ghost-style models in the FL environment. Extensive experiments demonstrate that models using FedRepOpt obtain a significant boost in performance of 16.7% and 11.4% compared to the RepGhost-style and RepVGG-style networks, while also demonstrating a faster convergence time of 11.7% and 57.4% compared to their complex structure.

Keywords

Cite

@article{arxiv.2409.15898,
  title  = {FedRepOpt: Gradient Re-parametrized Optimizers in Federated Learning},
  author = {Kin Wai Lau and Yasar Abbas Ur Rehman and Pedro Porto Buarque de Gusmão and Lai-Man Po and Lan Ma and Yuyang Xie},
  journal= {arXiv preprint arXiv:2409.15898},
  year   = {2024}
}

Comments

Accepted by ACCV 2024

R2 v1 2026-06-28T18:55:03.830Z