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

Personalized Federated Learning with Gaussian Processes

About

Federated learning aims to learn a global model that performs well on client devices with limited cross-client communication. Personalized federated learning (PFL) further extends this setup to handle data heterogeneity between clients by learning personalized models. A key challenge in this setting is to learn effectively across clients even though each client has unique data that is often limited in size. Here we present pFedGP, a solution to PFL that is based on Gaussian processes (GPs) with deep kernel learning. GPs are highly expressive models that work well in the low data regime due to their Bayesian nature. However, applying GPs to PFL raises multiple challenges. Mainly, GPs performance depends heavily on access to a good kernel function, and learning a kernel requires a large training set. Therefore, we propose learning a shared kernel function across all clients, parameterized by a neural network, with a personal GP classifier for each client. We further extend pFedGP to include inducing points using two novel methods, the first helps to improve generalization in the low data regime and the second reduces the computational cost. We derive a PAC-Bayes generalization bound on novel clients and empirically show that it gives non-vacuous guarantees. Extensive experiments on standard PFL benchmarks with CIFAR-10, CIFAR-100, and CINIC-10, and on a new setup of learning under input noise show that pFedGP achieves well-calibrated predictions while significantly outperforming baseline methods, reaching up to 21% in accuracy gain.

Idan Achituve, Aviv Shamsian, Aviv Navon, Gal Chechik, Ethan Fetaya• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy63.3
3518
Image ClassificationCIFAR-10 (test)
Accuracy91.67
3381
Image ClassificationFashionMNIST (test)--
218
Image ClassificationCINIC-10 (test)
Accuracy72
177
Image ClassificationCIFAR-100 (non-IID alpha=1.0)
Accuracy62.51
20
Image ClassificationCIFAR-100 non-IID alpha=0.1
Accuracy45.99
20
Image ClassificationiNaturalist 2017 (test)--
20
Image ClassificationCIFAR-100 Noisy 100 clients (test)
Relative Accuracy Decrease (%)-19.2
8
Image ClassificationFashion-MNIST IID
Communication Rounds24
8
Image ClassificationFashion-MNIST alpha = 0.5
Communication Rounds45
8
Showing 10 of 10 rows

Other info

Code

Follow for update