paper-with-me

Papers

Federated Learning with Flexible Architectures

2024-06-14 · Jong-Ik Park, Carlee Joe-Wong

Traditional federated learning (FL) methods have limited support for clients with varying computational and communication abilities, leading to inefficiencies and potential inaccuracies in model training. This limitation hinders the widespread adoption of FL in diverse and resource-constrained environments, such as those with client devices ranging from powerful servers to mobile devices. To address this need, this paper introduces Federated Learning with Flexible Architectures (FedFA), an FL training algorithm that allows clients to train models of different widths and depths. Each client can select a network architecture suitable for its resources, with shallower and thinner networks requiring fewer computing resources for training. Unlike prior work in this area, FedFA incorporates the layer grafting technique to align clients' local architectures with the largest network architecture in the FL system during model aggregation. Layer grafting ensures that all client contributions are uniformly integrated into the global model, thereby minimizing the risk of any individual client's data skewing the model's parameters disproportionately and introducing security benefits. Moreover, FedFA introduces the scalable aggregation method to manage scale variations in weights among different network architectures. Experimentally, FedFA outperforms previous width and depth flexible aggregation strategies. Furthermore, FedFA demonstrates increased robustness against performance degradation in backdoor attack scenarios compared to earlier strategies.

📄 PDF Abstract BibTeX arXiv:2406.09877

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackFederated Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Federated Distillation: A Survey

2024-04-02 · Lin Li, Jianping Gou, Baosheng Yu, Lan Du 외

Federated Learning (FL) seeks to train a model collaboratively without sharing private training data from individual clients. Despite its promise, FL encounters challenges such as high communication costs for large-scale…

Federated LearningKnowledge DistillationSurveyTransfer Learning

Communication-Efficient Federated Distillation with Active Data Sampling

2022-03-14 · Lumin Liu, Jun Zhang, S. H. Song, Khaled B. Letaief

Federated learning (FL) is a promising paradigm to enable privacy-preserving deep learning from distributed data. Most previous works are based on federated average (FedAvg), which, however, faces several critical issues…

Federated LearningPrivacy PreservingPrivacy Preserving Deep Learning

Scatterbrained: A flexible and expandable pattern for decentralized machine learning

2021-12-14 · Miller Wilt, Jordan K. Matelsky, Andrew S. Gearhart

Federated machine learning is a technique for training a model across multiple devices without exchanging data between them. Because data remains local to each compute node, federated learning is well-suited for use-case…

BIG-bench Machine LearningFederated Learning

Flexible Parallel Learning in Edge Scenarios: Communication, Computational and Energy Cost

2022-01-19 · Francesco Malandrino, Carla Fabiana Chiasserini

Traditionally, distributed machine learning takes the guise of (i) different nodes training the same model (as in federated learning), or (ii) one model being split among multiple nodes (as in distributed stochastic grad…

Federated Learning

Towards Flexible Device Participation in Federated Learning

2020-06-12 · Yichen Ruan, Xiaoxi Zhang, Shu-Che Liang, Carlee Joe-Wong

Traditional federated learning algorithms impose strict requirements on the participation rates of devices, which limit the potential reach of federated learning. This paper extends the current learning paradigm to inclu…

Federated Learning