LGDCMLMar 19, 2024

FedFisher: Leveraging Fisher Information for One-Shot Federated Learning

arXiv:2403.12329v127 citationsHas CodeAISTATS
Originality Highly original
AI Analysis

This addresses the challenge of reducing communication costs and privacy risks in federated learning for distributed systems, representing a novel method rather than an incremental improvement.

The paper tackles the problem of communication overhead in federated learning by proposing FedFisher, a one-shot algorithm that uses Fisher information matrices to train a global model in a single round, achieving vanishingly small error with increased network width and local training.

Standard federated learning (FL) algorithms typically require multiple rounds of communication between the server and the clients, which has several drawbacks, including requiring constant network connectivity, repeated investment of computational resources, and susceptibility to privacy attacks. One-Shot FL is a new paradigm that aims to address this challenge by enabling the server to train a global model in a single round of communication. In this work, we present FedFisher, a novel algorithm for one-shot FL that makes use of Fisher information matrices computed on local client models, motivated by a Bayesian perspective of FL. First, we theoretically analyze FedFisher for two-layer over-parameterized ReLU neural networks and show that the error of our one-shot FedFisher global model becomes vanishingly small as the width of the neural networks and amount of local training at clients increases. Next, we propose practical variants of FedFisher using the diagonal Fisher and K-FAC approximation for the full Fisher and highlight their communication and compute efficiency for FL. Finally, we conduct extensive experiments on various datasets, which show that these variants of FedFisher consistently improve over competing baselines.

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