paper-with-me

홈 › Papers

Supernet Training for Federated Image Classification under System Heterogeneity

2022-06-03 · Taehyeon Kim, Se-Young Yun

Efficient deployment of deep neural networks across many devices and resource constraints, particularly on edge devices, is one of the most challenging problems in the presence of data-privacy preservation issues. Conventional approaches have evolved to either improve a single global model while keeping each local heterogeneous training data decentralized (i.e. data heterogeneity; Federated Learning (FL)) or to train an overarching network that supports diverse architectural settings to address heterogeneous systems equipped with different computational capabilities (i.e. system heterogeneity; Neural Architecture Search). However, few studies have considered both directions simultaneously. This paper proposes the federation of supernet training (FedSup) framework to consider both scenarios simultaneously, i.e., where clients send and receive a supernet that contains all possible architectures sampled from itself. The approach is inspired by observing that averaging parameters during model aggregation for FL is similar to weight-sharing in supernet training. Thus, the proposed FedSup framework combines a weight-sharing approach widely used for training single shot models with FL averaging (FedAvg). Furthermore, we develop an efficient algorithm (E-FedSup) by sending the sub-model to clients on the broadcast stage to reduce communication costs and training overhead, including several strategies to enhance supernet training in the FL environment. We verify the proposed approach with extensive empirical evaluations. The resulting framework also ensures data and model heterogeneity robustness on several standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2206.01366

Code (1)

Kthyeon/fedsup 공식 구현 pytorch

Tasks

ClassificationFederated Learningimage-classificationImage ClassificationNeural Architecture Search

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

DetNAS: Backbone Search for Object Detection

2019-03-26 · NeurIPS 2019 12 · Yukang Chen, Tong Yang, Xiangyu Zhang, Gaofeng Meng 외

Object detectors are usually equipped with backbone networks designed for image classification. It might be sub-optimal because of the gap between the tasks of image classification and object detection. In this work, we …

General Classificationimage-classificationImage ClassificationNeural Architecture Search+3

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

2023-01-26 · Alind Khare, Animesh Agrawal, Aditya Annavajjala, Payman Behnam 외

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

Federated LearningNeural Architecture SearchPrivacy Preserving

Federated Whole Prostate Segmentation in MRI with Personalized Neural Architectures

2021-07-16 · Holger R. Roth, Dong Yang, Wenqi Li, Andriy Myronenko 외

Building robust deep learning-based models requires diverse training data, ideally from several sources. However, these datasets cannot be combined easily because of patient privacy concerns or regulatory hurdles, especi…

AutoMLFederated LearningNeural Architecture Search

AlphaNet: Improved Training of Supernets with Alpha-Divergence

2021-02-16 · Dilin Wang, Chengyue Gong, Meng Li, Qiang Liu 외

Weight-sharing neural architecture search (NAS) is an effective technique for automating efficient neural architecture design. Weight-sharing NAS builds a supernet that assembles all the architectures as its sub-networks…

Image ClassificationNeural Architecture Search