MLLGJul 21, 2021

Fed-ensemble: Improving Generalization through Model Ensembling in Federated Learning

arXiv:2107.10663v146 citations
Originality Incremental advance
AI Analysis

This addresses generalization challenges in federated learning for distributed applications, but it is incremental as it builds on existing FL methods with a simple ensembling approach.

The paper tackles the problem of improving generalization in federated learning by proposing Fed-ensemble, which uses model ensembling instead of aggregating to a single global model, resulting in superior performance across various datasets and heterogeneous settings.

In this paper we propose Fed-ensemble: a simple approach that bringsmodel ensembling to federated learning (FL). Instead of aggregating localmodels to update a single global model, Fed-ensemble uses random permutations to update a group of K models and then obtains predictions through model averaging. Fed-ensemble can be readily utilized within established FL methods and does not impose a computational overhead as it only requires one of the K models to be sent to a client in each communication round. Theoretically, we show that predictions on newdata from all K models belong to the same predictive posterior distribution under a neural tangent kernel regime. This result in turn sheds light onthe generalization advantages of model averaging. We also illustrate thatFed-ensemble has an elegant Bayesian interpretation. Empirical results show that our model has superior performance over several FL algorithms,on a wide range of data sets, and excels in heterogeneous settings often encountered in FL applications.

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