LGNEOct 13, 2020

Direct Federated Neural Architecture Search

arXiv:2010.06223v321 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and automated model design in federated learning systems, which is incremental as it builds on existing NAS and FL techniques.

The paper tackles the problem of applying Neural Architecture Search (NAS) to Federated Learning (FL) by proposing a direct federated NAS approach that is hardware agnostic and computationally lightweight, resulting in an order of magnitude reduction in resource consumption while achieving higher accuracy than prior methods.

Neural Architecture Search (NAS) is a collection of methods to craft the way neural networks are built. We apply this idea to Federated Learning (FL), wherein predefined neural network models are trained on the client/device data. This approach is not optimal as the model developers can't observe the local data, and hence, are unable to build highly accurate and efficient models. NAS is promising for FL which can search for global and personalized models automatically for the non-IID data. Most NAS methods are computationally expensive and require fine-tuning after the search, making it a two-stage complex process with possible human intervention. Thus there is a need for end-to-end NAS which can run on the heterogeneous data and resource distribution typically seen in the FL scenario. In this paper, we present an effective approach for direct federated NAS which is hardware agnostic, computationally lightweight, and a one-stage method to search for ready-to-deploy neural network models. Our results show an order of magnitude reduction in resource consumption while edging out prior art in accuracy. This opens up a window of opportunity to create optimized and computationally efficient federated learning systems.

Foundations

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

Your Notes