LGDCMLMar 4, 2020

Real-time Federated Evolutionary Neural Architecture Search

arXiv:2003.02793v189 citations
AI Analysis

This addresses efficiency challenges in federated learning for edge devices, though it is incremental as it builds on existing evolutionary and federated methods.

The paper tackles the high communication and computational costs of federated neural architecture search by proposing an evolutionary approach with a double-sampling technique, which reduces local payload and optimizes model performance for real-time applications.

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, since a large number of model parameters must be transmitted between the server and the 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 is to be carried out in federated learning. To address the above challenges, we propose an evolutionary approach to real-time federated neural architecture search that not only optimize the model performance but also reduces the local payload. During the search, a double-sampling technique is introduced, in which for each individual, a randomly sampled sub-model of a master model is transmitted to a number of randomly sampled clients for training without reinitialization. This way, we effectively reduce computational and communication costs required for evolutionary optimization and avoid big performance fluctuations of the local models, making the proposed framework well suited for real-time federated neural architecture search.

Foundations

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

Your Notes