LGDCMar 8, 2023

Model-Agnostic Federated Learning

arXiv:2303.04906v28 citationsh-index: 28
Originality Incremental advance
AI Analysis

It addresses the problem of enabling federated learning for non-DNN-based use cases, which is incremental by extending existing frameworks.

The paper tackles the limitation of federated learning being tied to deep neural networks by proposing MAFL, a model-agnostic federated learning system that achieved a 5.5x speedup on a standard scenario and scales up to 64 nodes.

Since its debut in 2016, Federated Learning (FL) has been tied to the inner workings of Deep Neural Networks (DNNs). On the one hand, this allowed its development and widespread use as DNNs proliferated. On the other hand, it neglected all those scenarios in which using DNNs is not possible or advantageous. The fact that most current FL frameworks only allow training DNNs reinforces this problem. To address the lack of FL solutions for non-DNN-based use cases, we propose MAFL (Model-Agnostic Federated Learning). MAFL marries a model-agnostic FL algorithm, AdaBoost.F, with an open industry-grade FL framework: Intel OpenFL. MAFL is the first FL system not tied to any specific type of machine learning model, allowing exploration of FL scenarios beyond DNNs and trees. We test MAFL from multiple points of view, assessing its correctness, flexibility and scaling properties up to 64 nodes. We optimised the base software achieving a 5.5x speedup on a standard FL scenario. MAFL is compatible with x86-64, ARM-v8, Power and RISC-V.

Code Implementations1 repo
Foundations

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

Your Notes