LGSep 7, 2022

Modular Federated Learning

arXiv:2209.03090v17 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses robustness challenges in federated learning for edge devices with heterogeneous data, but it is incremental as it builds on the FedPer framework.

The paper tackles the problem of device and data heterogeneity in federated learning by proposing ModFL, a modular framework that splits models into configuration and operation modules, and shows it outperforms FedPer on non-IID CIFAR-10 and STL-10 datasets using CNNs.

Federated learning is an approach to train machine learning models on the edge of the networks, as close as possible where the data is produced, motivated by the emerging problem of the inability to stream and centrally store the large amount of data produced by edge devices as well as by data privacy concerns. This learning paradigm is in need of robust algorithms to device heterogeneity and data heterogeneity. This paper proposes ModFL as a federated learning framework that splits the models into a configuration module and an operation module enabling federated learning of the individual modules. This modular approach makes it possible to extract knowlege from a group of heterogeneous devices as well as from non-IID data produced from its users. This approach can be viewed as an extension of the federated learning with personalisation layers FedPer framework that addresses data heterogeneity. We show that ModFL outperforms FedPer for non-IID data partitions of CIFAR-10 and STL-10 using CNNs. Our results on time-series data with HAPT, RWHAR, and WISDM datasets using RNNs remain inconclusive, we argue that the chosen datasets do not highlight the advantages of ModFL, but in the worst case scenario it performs as well as FedPer.

Foundations

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

Your Notes