paper-with-me

Papers

FedRepOpt: Gradient Re-parametrized Optimizers in Federated Learning

2024-09-24 · Kin Wai Lau, Yasar Abbas Ur Rehman, Pedro Porto Buarque de Gusmão, Lai-Man Po, Lan Ma, Yuyang Xie

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.

📄 PDF Abstract BibTeX arXiv:2409.15898

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Gradient Correction in Federated Learning with Adaptive Optimization

2025-02-04 · Evan Chen, Shiqiang Wang, Jianing Zhang, Dong-Jun Han 외

In federated learning (FL), model training performance is strongly impacted by data heterogeneity across clients. Client-drift compensation methods have recently emerged as a solution to this issue, introducing correctio…

Federated Learning

Stochastic Unrolled Federated Learning

2023-05-24 · Samar Hadou, Navid Naderializadeh, Alejandro Ribeiro

Algorithm unrolling has emerged as a learning-based optimization paradigm that unfolds truncated iterative algorithms in trainable neural-network optimizers. We introduce Stochastic UnRolled Federated learning (SURF), a …

Federated LearningGraph Neural NetworkRolling Shutter Correction

SMoFi: Step-wise Momentum Fusion for Split Federated Learning on Heterogeneous Data

2025-11-13 · Mingkun Yang, Ran Zhu, Qing Wang, Jie Yang arxiv

Split Federated Learning is a system-efficient federated learning paradigm that leverages the rich computing resources at a central server to train model partitions. Data heterogeneity across silos, however, presents a m…

Federated Learning

FedCluster: Boosting the Convergence of Federated Learning via Cluster-Cycling

2020-09-22 · Cheng Chen, Ziyi Chen, Yi Zhou, Bhavya Kailkhura

We develop FedCluster--a novel federated learning framework with improved optimization efficiency, and investigate its theoretical convergence properties. The FedCluster groups the devices into multiple clusters that per…

Federated Learning

Adaptive Federated Optimization

2020-02-29 · ICLR 2021 1 · Sashank Reddi, Zachary Charles, Manzil Zaheer, Zachary Garrett 외

Federated learning is a distributed machine learning paradigm in which a large number of clients coordinate with a central server to learn a model without sharing their own training data. Standard federated optimization …

Federated Learning