Federated Dropout: Convergence Analysis and Resource Allocation
Sijing Xie, Dingzhu Wen, Xiaonan Liu, Changsheng You, Tharmalingam, Ratnarajah, Kaibin Huang

TL;DR
Federated Dropout reduces communication and computation in federated learning by updating sub-models, with a new convergence analysis showing how dropout rate affects convergence speed, and an algorithm to optimize resource allocation.
Contribution
The paper provides the first theoretical convergence analysis of Federated Dropout and proposes a resource optimization algorithm for better performance.
Findings
Gradient variance increases with dropout rate.
Larger dropout rates slow convergence.
Optimized resource allocation improves training efficiency.
Abstract
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 , with denoting the dropout rate and being the maximum dropout rate ensuring the loss function reduction. Based on the above…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCloud Computing and Resource Management · IoT and Edge/Fog Computing · Advanced Data Storage Technologies
MethodsDropout
