paper-with-me

홈 › Papers

Federated Dropout: Convergence Analysis and Resource Allocation

2024-12-31 · Sijing Xie, Dingzhu Wen, Xiaonan Liu, Changsheng You, Tharmalingam Ratnarajah, Kaibin Huang

Federated Dropout is an efficient technique to overcome both communication and computation bottlenecks for deploying federated learning at the network edge. In each training round, an edge device only needs to update and transmit a sub-model, which is generated by the typical method of dropout in deep learning, and thus effectively reduces the per-round latency. \textcolor{blue}{However, the theoretical convergence analysis for Federated Dropout is still lacking in the literature, particularly regarding the quantitative influence of dropout rate on convergence}. To address this issue, by using the Taylor expansion method, we mathematically show that the gradient variance increases with a scaling factor of $\gamma/(1-\gamma)$, with $\gamma \in [0, \theta)$ denoting the dropout rate and $\theta$ being the maximum dropout rate ensuring the loss function reduction. Based on the above approximation, we provide the convergence analysis for Federated Dropout. Specifically, it is shown that a larger dropout rate of each device leads to a slower convergence rate. This provides a theoretical foundation for reducing the convergence latency by making a tradeoff between the per-round latency and the overall rounds till convergence. Moreover, a low-complexity algorithm is proposed to jointly optimize the dropout rate and the bandwidth allocation for minimizing the loss function in all rounds under a given per-round latency and limited network resources. Finally, numerical results are provided to verify the effectiveness of the proposed algorithm.

📄 PDF Abstract BibTeX arXiv:2501.00379

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

FedDD: Toward Communication-efficient Federated Learning with Differential Parameter Dropout

2023-08-31 · Zhiying Feng, Xu Chen, Qiong Wu, Wen Wu 외

Federated Learning (FL) requires frequent exchange of model parameters, which leads to long communication delay, especially when the network environments of clients vary greatly. Moreover, the parameter server needs to w…

Federated Learning

FedLoDrop: Federated LoRA with Dropout for Generalized LLM Fine-tuning

2025-10-14 · Sijing Xie, Dingzhu Wen, Changsheng You, Qimei Chen 외 arxiv

Fine-tuning (FT) large language models (LLMs) is crucial for adapting general-purpose models to specific tasks, enhancing accuracy and relevance with minimal resources. To further enhance generalization ability while red…

Federated Learning over Wireless Networks: Convergence Analysis and Resource Allocation

2019-10-29 · Canh T. Dinh, Nguyen H. Tran, Minh N. H. Nguyen, Choong Seon Hong 외

There is an increasing interest in a fast-growing machine learning technique called Federated Learning, in which the model training is distributed over mobile user equipments (UEs), exploiting UEs' local computation and …

Federated LearningPrivacy PreservingStochastic Optimization

Joint Optimization of Resource Allocation and Data Selection for Fast and Cost-Efficient Federated Edge Learning

2024-07-03 · Yunjian Jia, Zhen Huang, Jiping Yan, Yulu Zhang 외

Deploying federated learning at the wireless edge introduces federated edge learning (FEEL). Given FEEL's limited communication resources and potential mislabeled data on devices, improper resource allocation or data sel…

Federated Learning

Combating Client Dropout in Federated Learning via Friend Model Substitution

2022-05-26 · Heqiang Wang, Jie Xu

Federated learning (FL) is a new distributed machine learning framework known for its benefits on data privacy and communication efficiency. Since full client participation in many cases is infeasible due to constrained …

Federated Learning