LGOct 15, 2021

FedMe: Federated Learning via Model Exchange

arXiv:2110.07868v125 citations
Originality Incremental advance
AI Analysis

This addresses the data heterogeneity problem in federated learning for distributed systems, offering an incremental improvement by automating architecture tuning.

The paper tackles the challenge of tuning model architectures in federated learning without central server access to local data by proposing FedMe, which personalizes models through client model exchange and deep mutual learning, achieving superior performance over state-of-the-art methods on three real datasets.

Federated learning is a distributed machine learning method in which a single server and multiple clients collaboratively build machine learning models without sharing datasets on clients. Numerous methods have been proposed to cope with the data heterogeneity issue in federated learning. Existing solutions require a model architecture tuned by the central server, yet a major technical challenge is that it is difficult to tune the model architecture due to the absence of local data on the central server. In this paper, we propose Federated learning via Model exchange (FedMe), which personalizes models with automatic model architecture tuning during the learning process. The novelty of FedMe lies in its learning process: clients exchange their models for model architecture tuning and model training. First, to optimize the model architectures for local data, clients tune their own personalized models by comparing to exchanged models and picking the one that yields the best performance. Second, clients train both personalized models and exchanged models by using deep mutual learning, in spite of different model architectures across the clients. We perform experiments on three real datasets and show that FedMe outperforms state-of-the-art federated learning methods while tuning model architectures automatically.

Foundations

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

Your Notes