LGDCSEJan 7, 2021

Architectural Patterns for the Design of Federated Learning Systems

arXiv:2101.02373v384 citations
Originality Synthesis-oriented
AI Analysis

This work provides reusable software design solutions for engineers building federated learning systems, addressing a gap in the existing literature which primarily focuses on machine learning techniques.

This paper addresses the lack of software architecture design considerations in federated learning by presenting a collection of 14 architectural patterns. These patterns are categorized into client management, model management, model training, and model aggregation, and are aligned with the federated learning model lifecycle.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes