LGMLNov 17, 2021

Personalized Federated Learning through Local Memorization

arXiv:2111.09360v3124 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of personalized model training for clients with heterogeneous data distributions in federated learning, representing an incremental improvement over existing methods.

The paper tackles the problem of client data heterogeneity in federated learning by proposing a personalization mechanism based on local memorization, which interpolates a global model with a local k-nearest neighbors model using shared representations, and achieves significantly higher accuracy and fairness than state-of-the-art methods on federated datasets.

Federated learning allows clients to collaboratively learn statistical models while keeping their data local. Federated learning was originally used to train a unique global model to be served to all clients, but this approach might be sub-optimal when clients' local data distributions are heterogeneous. In order to tackle this limitation, recent personalized federated learning methods train a separate model for each client while still leveraging the knowledge available at other clients. In this work, we exploit the ability of deep neural networks to extract high quality vectorial representations (embeddings) from non-tabular data, e.g., images and text, to propose a personalization mechanism based on local memorization. Personalization is obtained by interpolating a collectively trained global model with a local $k$-nearest neighbors (kNN) model based on the shared representation provided by the global model. We provide generalization bounds for the proposed approach in the case of binary classification, and we show on a suite of federated datasets that this approach achieves significantly higher accuracy and fairness than state-of-the-art methods.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes