Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Confidence-aware Personalized Federated Learning via Variational Expectation Maximization

About

Federated Learning (FL) is a distributed learning scheme to train a shared model across clients. One common and fundamental challenge in FL is that the sets of data across clients could be non-identically distributed and have different sizes. Personalized Federated Learning (PFL) attempts to solve this challenge via locally adapted models. In this work, we present a novel framework for PFL based on hierarchical Bayesian modeling and variational inference. A global model is introduced as a latent variable to augment the joint distribution of clients' parameters and capture the common trends of different clients, optimization is derived based on the principle of maximizing the marginal likelihood and conducted using variational expectation maximization. Our algorithm gives rise to a closed-form estimation of a confidence value which comprises the uncertainty of clients' parameters and local model deviations from the global model. The confidence value is used to weigh clients' parameters in the aggregation stage and adjust the regularization effect of the global model. We evaluate our method through extensive empirical studies on multiple datasets. Experimental results show that our approach obtains competitive results under mild heterogeneous circumstances while significantly outperforming state-of-the-art PFL frameworks in highly heterogeneous settings. Our code is available at https://github.com/JunyiZhu-AI/confidence_aware_PFL.

Junyi Zhu, Xingchen Ma, Matthew B. Blaschko• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR10 (test)
Accuracy73.2
585
ClassificationfMNIST (test)
Accuracy91.8
149
Image ClassificationSUN397 (test)
Top-1 Accuracy91.1
136
Image ClassificationDigit-Five 50 clients (test)
Test Accuracy92.7
7
Image ClassificationDigit-Five 100 clients (test)
Accuracy91.1
7
Image ClassificationDigit-Five 200 clients (test)
Test Accuracy89.8
7
Showing 6 of 6 rows

Other info

Code

Follow for update