paper-with-me

홈 › Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2003.02793

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFederated LearningNeural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Designing Sustainable Federated Learning as a Service using Neural Architecture Search

2026-08-14 · Keya Patel, Sajib Mistry, Sheik Fattah, Deepak Kanneganti 외 arxiv

The sustainability constraints of FLaaS consumers pose significant challenges to maintaining carbon-feasible federated training in FLaaS environments. These constraints often lead to infeasible consumer participation and…

Neural Architecture SearchFederated Learning

Quantum-Evolutionary Neural Networks for Multi-Agent Federated Learning

2025-05-16 · Aarav Lala, Kalyan Cherukuri

As artificial intelligence continues to drive innovation in complex, decentralized environments, the need for scalable, adaptive, and privacy-preserving decision-making systems has become critical. This paper introduces …

Decision MakingEvolutionary AlgorithmsFederated LearningPrivacy Preserving

FL-AGCNS: Federated Learning Framework for Automatic Graph Convolutional Network Search

2021-04-09 · Chunnan Wang, Bozhou Chen, Geng Li, Hongzhi Wang

Recently, some Neural Architecture Search (NAS) techniques are proposed for the automatic design of Graph Convolutional Network (GCN) architectures. They bring great convenience to the use of GCN, but could hardly apply …

Federated LearningNeural Architecture Search

A Federated Data-Driven Evolutionary Algorithm for Expensive Multi/Many-objective Optimization

2021-06-22 · Jinjin Xu, Yaochu Jin, Wenli Du

Data-driven optimization has found many successful applications in the real world and received increased attention in the field of evolutionary optimization. Most existing algorithms assume that the data used for optimiz…

Evolutionary AlgorithmsFederated Learning

A Federated Data-Driven Evolutionary Algorithm

2021-02-16 · Jinjin Xu, Yaochu Jin, Wenli Du, Sai Gu

Data-driven evolutionary optimization has witnessed great success in solving complex real-world optimization problems. However, existing data-driven optimization algorithms require that all data are centrally stored, whi…

Federated LearningManagement