LGJun 15, 2022

Clustered Scheduling and Communication Pipelining For Efficient Resource Management Of Wireless Federated Learning

arXiv:2206.07631v17 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses resource management challenges for wireless federated learning in mobile edge computing, offering an incremental improvement over existing scheduling methods.

The paper tackles the problem of inefficient wireless spectrum utilization and slow convergence in federated learning due to limited sub-channels and client heterogeneity, proposing a method that reduces the number of iterations needed to achieve target accuracy by up to 40% in simulations.

This paper proposes using communication pipelining to enhance the wireless spectrum utilization efficiency and convergence speed of federated learning in mobile edge computing applications. Due to limited wireless sub-channels, a subset of the total clients is scheduled in each iteration of federated learning algorithms. On the other hand, the scheduled clients wait for the slowest client to finish its computation. We propose to first cluster the clients based on the time they need per iteration to compute the local gradients of the federated learning model. Then, we schedule a mixture of clients from all clusters to send their local updates in a pipelined manner. In this way, instead of just waiting for the slower clients to finish their computation, more clients can participate in each iteration. While the time duration of a single iteration does not change, the proposed method can significantly reduce the number of required iterations to achieve a target accuracy. We provide a generic formulation for optimal client clustering under different settings, and we analytically derive an efficient algorithm for obtaining the optimal solution. We also provide numerical results to demonstrate the gains of the proposed method for different datasets and deep learning architectures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes