paper-with-me

Papers

FedSPU: Personalized Federated Learning for Resource-constrained Devices with Stochastic Parameter Update

2024-03-18 · Ziru Niu, Hai Dong, A. K. Qin

Personalized Federated Learning (PFL) is widely employed in IoT applications to handle high-volume, non-iid client data while ensuring data privacy. However, heterogeneous edge devices owned by clients may impose varying degrees of resource constraints, causing computation and communication bottlenecks for PFL. Federated Dropout has emerged as a popular strategy to address this challenge, wherein only a subset of the global model, i.e. a sub-model, is trained on a client's device, thereby reducing computation and communication overheads. Nevertheless, the dropout-based model-pruning strategy may introduce bias, particularly towards non-iid local data. When biased sub-models absorb highly divergent parameters from other clients, performance degradation becomes inevitable. In response, we propose federated learning with stochastic parameter update (FedSPU). Unlike dropout that tailors the global model to small-size local sub-models, FedSPU maintains the full model architecture on each device but randomly freezes a certain percentage of neurons in the local model during training while updating the remaining neurons. This approach ensures that a portion of the local model remains personalized, thereby enhancing the model's robustness against biased parameters from other clients. Experimental results demonstrate that FedSPU outperforms federated dropout by 7.57% on average in terms of accuracy. Furthermore, an introduced early stopping scheme leads to a significant reduction of the training time by 24.8%-70.4% while maintaining high accuracy.

📄 PDF Abstract BibTeX arXiv:2403.11464

Code (1)

ziruniu0/fedspu 공식 구현 pytorch

Tasks

Federated LearningPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

FedOBP: Federated Optimal Brain Personalization through Cloud-Edge Element-wise Decoupling

2026-04-17 · Xingyan Chen, Tian Du, Changqiao Xu, Fuzhen Zhuang 외 arxiv

Federated Learning (FL) faces challenges from client data heterogeneity and resource-constrained mobile devices, which can degrade model accuracy. Personalized Federated Learning (PFL) addresses this issue by adapting sh…

Personalized Federated Learning

SubFLOT: Submodel Extraction for Efficient and Personalized Federated Learning via Optimal Transport

2026-04-08 · Zheng Jiang, Nan He, Yiming Chen, Lifeng Sun arxiv

Federated Learning (FL) enables collaborative model training while preserving data privacy, but its practical deployment is hampered by system and statistical heterogeneity. While federated network pruning offers a path …

Personalized Federated LearningNetwork Pruning

UAV-assisted Online Machine Learning over Multi-Tiered Networks: A Hierarchical Nested Personalized Federated Learning Approach

2021-06-29 · Su Wang, Seyyedali Hosseinalipour, Maria Gorlatova, Christopher G. Brinton 외

We investigate training machine learning (ML) models across a set of geo-distributed, resource-constrained clusters of devices through unmanned aerial vehicles (UAV) swarms. The presence of time-varying data heterogeneit…

Decision MakingDeep Reinforcement LearningFederated LearningPersonalized Federated Learning+1

Split Federated Learning Over Heterogeneous Edge Devices: Algorithm and Optimization

2024-11-21 · Yunrui Sun, Gang Hu, Yinglei Teng, Dunbo Cai

Split Learning (SL) is a promising collaborative machine learning approach, enabling resource-constrained devices to train models without sharing raw data, while reducing computational load and preserving privacy simulta…

Federated Learning

FADE: Enabling Federated Adversarial Training on Heterogeneous Resource-Constrained Edge Devices

2022-09-08 · Minxue Tang, Jianyi Zhang, Mingyuan Ma, Louis DiValentin 외

Federated adversarial training can effectively complement adversarial robustness into the privacy-preserving federated learning systems. However, the high demand for memory capacity and computing power makes large-scale …

Adversarial RobustnessFederated LearningPrivacy Preserving