LGSPMay 23, 2019

Accelerating DNN Training in Wireless Federated Edge Learning Systems

arXiv:1905.09712v3196 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and privacy issues in federated learning for edge computing, though it is incremental as it extends existing frameworks with optimization techniques.

The paper tackles the problem of slow and resource-intensive DNN training in wireless federated edge learning systems by proposing a joint optimization of batchsize selection and communication resource allocation, which reduces training time and improves learning accuracy as validated by experiments.

Training task in classical machine learning models, such as deep neural networks, is generally implemented at a remote cloud center for centralized learning, which is typically time-consuming and resource-hungry. It also incurs serious privacy issue and long communication latency since a large amount of data are transmitted to the centralized node. To overcome these shortcomings, we consider a newly-emerged framework, namely federated edge learning, to aggregate local learning updates at the network edge in lieu of users' raw data. Aiming at accelerating the training process, we first define a novel performance evaluation criterion, called learning efficiency. We then formulate a training acceleration optimization problem in the CPU scenario, where each user device is equipped with CPU. The closed-form expressions for joint batchsize selection and communication resource allocation are developed and some insightful results are highlighted. Further, we extend our learning framework to the GPU scenario. The optimal solution in this scenario is manifested to have the similar structure as that of the CPU scenario, recommending that our proposed algorithm is applicable in more general systems. Finally, extensive experiments validate the theoretical analysis and demonstrate that the proposed algorithm can reduce the training time and improve the learning accuracy simultaneously.

Foundations

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

Your Notes