paper-with-me

Papers

Federated Learning for Computationally-Constrained Heterogeneous Devices: A Survey

2023-07-18 · Kilian Pfeiffer, Martin Rapp, Ramin Khalili, Jörg Henkel

With an increasing number of smart devices like internet of things (IoT) devices deployed in the field, offloadingtraining of neural networks (NNs) to a central server becomes more and more infeasible. Recent efforts toimprove users' privacy have led to on-device learning emerging as an alternative. However, a model trainedonly on a single device, using only local data, is unlikely to reach a high accuracy. Federated learning (FL)has been introduced as a solution, offering a privacy-preserving trade-off between communication overheadand model accuracy by sharing knowledge between devices but disclosing the devices' private data. Theapplicability and the benefit of applying baseline FL are, however, limited in many relevant use cases dueto the heterogeneity present in such environments. In this survey, we outline the heterogeneity challengesFL has to overcome to be widely applicable in real-world applications. We especially focus on the aspect ofcomputation heterogeneity among the participating devices and provide a comprehensive overview of recentworks on heterogeneity-aware FL. We discuss two groups: works that adapt the NN architecture and worksthat approach heterogeneity on a system level, covering Federated Averaging (FedAvg), distillation, and splitlearning-based approaches, as well as synchronous and asynchronous aggregation schemes.

📄 PDF Abstract BibTeX arXiv:2307.09182

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingSurvey

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Federated Learning in IoT: a Survey from a Resource-Constrained Perspective

2023-08-25 · Ishmeet Kaur andAdwaita Janardhan Jadhav

The IoT ecosystem is able to leverage vast amounts of data for intelligent decision-making. Federated Learning (FL), a decentralized machine learning technique, is widely used to collect and train machine learning models…

Decision MakingFederated Learning

A Comprehensive Survey On Client Selections in Federated Learning

2023-11-12 · Ala Gouissem, Zina Chkirbene, Ridha Hamila

Federated Learning (FL) is a rapidly growing field in machine learning that allows data to be trained across multiple decentralized devices. The selection of clients to participate in the training process is a critical f…

Federated LearningSurvey

Towards One-shot Federated Learning: Advances, Challenges, and Future Directions

2025-05-05 · Flora Amato, Lingyu Qiu, Mohammad Tanveer, Salvatore Cuomo 외

One-shot FL enables collaborative training in a single round, eliminating the need for iterative communication, making it particularly suitable for use in resource-constrained and privacy-sensitive applications. This sur…

Federated LearningSurvey

A Survey on Heterogeneous Federated Learning

2022-10-10 · Dashan Gao, Xin Yao, Qiang Yang

Federated learning (FL) has been proposed to protect data privacy and virtually assemble the isolated data silos by cooperatively training models among organizations without breaching privacy and security. However, FL fa…

Federated LearningSurveyTransfer Learning

AdapterFL: Adaptive Heterogeneous Federated Learning for Resource-constrained Mobile Computing Systems

2023-11-23 · Ruixuan Liu, Ming Hu, Zeke Xia, Jun Xia 외

Federated Learning (FL) enables collaborative learning of large-scale distributed clients without data sharing. However, due to the disparity of computing resources among massive mobile computing devices, the performance…

Federated Learning