LGMay 22, 2022

Test-Time Robust Personalization for Federated Learning

arXiv:2205.10920v464 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses the need for robust personalized federated learning in real-world applications where test data distributions can shift, though it is incremental as it builds on existing personalized FL methods.

The paper tackles the problem of making personalized federated learning models robust to evolving test-time distribution shifts, proposing FedTHE+ which outperforms strong competitors on CIFAR10 and ImageNet with various test distributions.

Federated Learning (FL) is a machine learning paradigm where many clients collaboratively learn a shared global model with decentralized training data. Personalized FL additionally adapts the global model to different clients, achieving promising results on consistent local training and test distributions. However, for real-world personalized FL applications, it is crucial to go one step further: robustifying FL models under the evolving local test set during deployment, where various distribution shifts can arise. In this work, we identify the pitfalls of existing works under test-time distribution shifts and propose Federated Test-time Head Ensemble plus tuning(FedTHE+), which personalizes FL models with robustness to various test-time distribution shifts. We illustrate the advancement of FedTHE+ (and its computationally efficient variant FedTHE) over strong competitors, by training various neural architectures (CNN, ResNet, and Transformer) on CIFAR10 andImageNet with various test distributions. Along with this, we build a benchmark for assessing the performance and robustness of personalized FL methods during deployment. Code: https://github.com/LINs-lab/FedTHE.

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