实时联邦进化神经架构搜索

Real-Time Federated Evolutionary Neural Architecture Search

IEEE Transactions on Evolutionary Computation · 2021
被引 76
ABS 4

中文导读

提出一种进化方法用于实时联邦神经架构搜索,通过双采样技术降低通信和计算成本,适合边缘设备上的联邦学习。

Abstract

Federated learning is a distributed machine learning approach to privacy preservation and two major technical challenges prevent a wider application of federated learning. One is that federated learning raises high demands on communication resources, since a large number of model parameters must be transmitted between the server and clients. The other challenge is that training large machine learning models such as deep neural networks in federated learning requires a large amount of computational resources, which may be unrealistic for edge devices such as mobile phones. The problem becomes worse when deep neural architecture search (NAS) is to be carried out in federated learning. To address the above challenges, we propose an evolutionary approach to real-time federated NAS that not only optimizes the model performance but also reduces the local payload. During the search, a double-sampling technique is introduced, in which for each individual, only a randomly sampled submodel is transmitted to a number of randomly sampled clients for training. This way, we effectively reduce computational and communication costs required for evolutionary optimization, making the proposed framework well suitable for real-time federated NAS.

联邦学习神经架构搜索进化算法分布式计算深度学习