paper-with-me

홈 › Papers

FedFisher: Leveraging Fisher Information for One-Shot Federated Learning

2024-03-19 · Divyansh Jhunjhunwala, Shiqiang Wang, Gauri Joshi

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.

📄 PDF Abstract BibTeX arXiv:2403.12329

Code (1)

divyansh03/fedfisher 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

The Gaussian-Head OFL Family: One-Shot Federated Learning from Client Global Statistics

2026-02-01 · Fabio Turazza, Marco Picone, Marco Mamei arxiv

Classical Federated Learning relies on a multi-round iterative process of model exchange and aggregation between server and clients, with high communication costs and privacy risks from repeated model transmissions. In c…

Knowledge DistillationFederated Learning

Leveraging Function Space Aggregation for Federated Learning at Scale

2023-11-17 · Nikita Dhawan, Nicole Mitchell, Zachary Charles, Zachary Garrett 외

The federated learning paradigm has motivated the development of methods for aggregating multiple client updates into a global server model, without sharing client data. Many federated learning algorithms, including the …

Distributed OptimizationFederated Learning

Technical note on Fisher Information for Robust Federated Cross-Validation

2025-10-04 · Behraj Khan, Tahir Qasim Syed arxiv

When training data are fragmented across batches or federated-learned across different geographic locations, trained models manifest performance degradation. That degradation partly owes to covariate shift induced by dat…

Federated Learning

Enhancing Quantum Federated Learning with Fisher Information-Based Optimization

2025-07-23 · Amandeep Singh Bhatia, Sabre Kais arxiv

Federated Learning (FL) has become increasingly popular across different sectors, offering a way for clients to work together to train a global model without sharing sensitive data. It involves multiple rounds of communi…

Federated Learning

Dynamic Personalized Federated Learning with Adaptive Differential Privacy

2023-09-21 · NeurIPS 2023 11

Personalized federated learning with differential privacy has been considered a feasible solution to address non-IID distribution of data and privacy leakage risks. However, current personalized federated learning method…