LGJun 27, 2020

Federated Mutual Learning

arXiv:2006.16765v3168 citations
Originality Incremental advance
AI Analysis

This addresses challenges in federated learning for decentralized data scenarios, offering a solution that benefits clients with different models and tasks, though it appears incremental as it builds on existing FL paradigms.

The paper tackles the problem of three types of heterogeneities in federated learning—Non-IID data, differing objectives between server and clients, and client-specific model customization—by proposing Federated Mutual Learning (FML), which allows clients to train both a generalized model collaboratively and personalized models independently, resulting in better performance than alternatives in typical FL settings.

Federated learning (FL) enables collaboratively training deep learning models on decentralized data. However, there are three types of heterogeneities in FL setting bringing about distinctive challenges to the canonical federated learning algorithm (FedAvg). First, due to the Non-IIDness of data, the global shared model may perform worse than local models that solely trained on their private data; Second, the objective of center server and clients may be different, where center server seeks for a generalized model whereas client pursue a personalized model, and clients may run different tasks; Third, clients may need to design their customized model for various scenes and tasks; In this work, we present a novel federated learning paradigm, named Federated Mutual Leaning (FML), dealing with the three heterogeneities. FML allows clients training a generalized model collaboratively and a personalized model independently, and designing their private customized models. Thus, the Non-IIDness of data is no longer a bug but a feature that clients can be personally served better. The experiments show that FML can achieve better performance than alternatives in typical FL setting, and clients can be benefited from FML with different models and tasks.

Code Implementations3 repos
Foundations

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

Your Notes