paper-with-me

홈 › Papers

Architectural Patterns for the Design of Federated Learning Systems

2021-01-07 · Sin Kit Lo, Qinghua Lu, Liming Zhu, Hye-Young Paik, Xiwei Xu, Chen Wang

Federated learning has received fast-growing interests from academia and industry to tackle the challenges of data hungriness and privacy in machine learning. A federated learning system can be viewed as a large-scale distributed system with different components and stakeholders as numerous client devices participate in federated learning. Designing a federated learning system requires software system design thinking apart from machine learning knowledge. Although much effort has been put into federated learning from the machine learning technique aspects, the software architecture design concerns in building federated learning systems have been largely ignored. Therefore, in this paper, we present a collection of architectural patterns to deal with the design challenges of federated learning systems. Architectural patterns present reusable solutions to a commonly occurring problem within a given context during software architecture design. The presented patterns are based on the results of a systematic literature review and include three client management patterns, four model management patterns, three model training patterns, and four model aggregation patterns. The patterns are associated to the particular state transitions in a federated learning model lifecycle, serving as a guidance for effective use of the patterns in the design of federated learning systems.

📄 PDF Abstract BibTeX arXiv:2101.02373

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFederated LearningManagementSystematic Literature Review

Similar Papers 제목 키워드 기반

FLRA: A Reference Architecture for Federated Learning Systems

2021-06-22 · Sin Kit Lo, Qinghua Lu, Hye-Young Paik, Liming Zhu

Federated learning is an emerging machine learning paradigm that enables multiple devices to train models locally and formulate a global model, without sharing the clients' local data. A federated learning system can be …

BIG-bench Machine LearningFederated LearningSystematic Literature Review

Federated Retrieval-Augmented Generation: A Systematic Mapping Study

2025-05-24 · Abhijit Chakraborty, Chahana Dahal, Vivek Gupta

Federated Retrieval-Augmented Generation (Federated RAG) combines Federated Learning (FL), which enables distributed model training without exposing raw data, with Retrieval-Augmented Generation (RAG), which improves the…

Federated LearningPrivacy PreservingRAGRetrieval+1

Principles and Components of Federated Learning Architectures

2025-02-07 · MD Abdullah Al Nasim, Fatema Tuj Johura Soshi, Parag Biswas, A. S. M Anas Ferdous 외

Federated Learning (FL) is a machine learning framework where multiple clients, from mobiles to enterprises, collaboratively construct a model under the orchestration of a central server but still retain the decentralize…

Federated Learning

Handling Data Heterogeneity via Architectural Design for Federated Visual Recognition

2023-09-21 · NeurIPS 2023 11

Federated Learning (FL) is a promising research paradigm that enables the collaborative training of machine learning models among various parties without the need for sensitive information exchange. Nonetheless, retainin…

Decision Models for Selecting Federated Learning Architecture Patterns

2022-04-28 · Sin Kit Lo, Qinghua Lu, Hye-Young Paik, Liming Zhu

Federated machine learning is growing fast in academia and industries as a solution to solve data hungriness and privacy issues in machine learning. Being a widely distributed system, federated machine learning requires …

Federated LearningManagementSystematic Literature Review