paper-with-me

홈 › Papers

SuperFedNAS: Cost-Efficient Federated Neural Architecture Search for On-Device Inference

2023-01-26 · Alind Khare, Animesh Agrawal, Aditya Annavajjala, Payman Behnam, Myungjin Lee, Hugo Latapie, Alexey Tumanov

Neural Architecture Search (NAS) for Federated Learning (FL) is an emerging field. It automates the design and training of Deep Neural Networks (DNNs) when data cannot be centralized due to privacy, communication costs, or regulatory restrictions. Recent federated NAS methods not only reduce manual effort but also help achieve higher accuracy than traditional FL methods like FedAvg. Despite the success, existing federated NAS methods still fall short in satisfying diverse deployment targets common in on-device inference like hardware, latency budgets, or variable battery levels. Most federated NAS methods search for only a limited range of neuro-architectural patterns, repeat them in a DNN, thereby restricting achievable performance. Moreover, these methods incur prohibitive training costs to satisfy deployment targets. They perform the training and search of DNN architectures repeatedly for each case. SuperFedNAS addresses these challenges by decoupling the training and search in federated NAS. SuperFedNAS co-trains a large number of diverse DNN architectures contained inside one supernet in the FL setting. Post-training, clients perform NAS locally to find specialized DNNs by extracting different parts of the trained supernet with no additional training. SuperFedNAS takes O(1) (instead of O(N)) cost to find specialized DNN architectures in FL for any N deployment targets. As part of SuperFedNAS, we introduce MaxNet - a novel FL training algorithm that performs multi-objective federated optimization of a large number of DNN architectures ($\approx 5*10^8$) under different client data distributions. Overall, SuperFedNAS achieves upto 37.7% higher accuracy for the same MACs or upto 8.13x reduction in MACs for the same accuracy than existing federated NAS methods.

📄 PDF Abstract BibTeX arXiv:2301.10879

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningNeural Architecture SearchPrivacy Preserving

Similar Papers 제목 키워드 기반

DeepFedNAS: Efficient Hardware-Aware Architecture Adaptation for Heterogeneous IoT Federations via Pareto-Guided Supernet Training

2026-01-21 · Bostan Khan, Masoud Daneshtalab arxiv

Deploying federated learning across heterogeneous IoT device fleets requires tailored neural network architectures for each device class, yet existing Federated Neural Architecture Search (FedNAS) methods suffer from ung…

Neural Architecture SearchFederated Learning

Towards Tailored Models on Private AIoT Devices: Federated Direct Neural Architecture Search

2022-02-23 · Chunhui Zhang, Xiaoming Yuan, Qianyun Zhang, Guangxu Zhu 외

Neural networks often encounter various stringent resource constraints while deploying on edge devices. To tackle these problems with less human efforts, automated machine learning becomes popular in finding various neur…

Federated LearningMeta-LearningNeural Architecture Search

Real-time Federated Evolutionary Neural Architecture Search

2020-03-04 · Hangyu Zhu, Yaochu Jin

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 deman…

BIG-bench Machine LearningFederated LearningNeural Architecture Search

Resource-Aware Heterogeneous Federated Learning using Neural Architecture Search

2022-11-09 · Sixing Yu, J. Pablo Muñoz, Ali Jannesari

Federated Learning (FL) is extensively used to train AI/ML models in distributed and privacy-preserving settings. Participant edge devices in FL systems typically contain non-independent and identically distributed (Non-…

Federated LearningNeural Architecture SearchPrivacy Preserving

FedorAS: Federated Architecture Search under system heterogeneity

2022-06-22 · Lukasz Dudziak, Stefanos Laskaridis, Javier Fernandez-Marques

Federated learning (FL) has recently gained considerable attention due to its ability to learn on decentralised data while preserving client privacy. However, it also poses additional challenges related to the heterogene…

Federated LearningNeural Architecture Search