LGDCJun 24, 2021

Personalized Federated Learning with Contextualized Generalization

arXiv:2106.13044v245 citations
Originality Incremental advance
AI Analysis

This work addresses the generalization-personalization trade-off in federated learning for clients with diverse data distributions, offering an incremental improvement over existing solutions.

The paper tackles the problem of deviated context knowledge transfer in personalized federated learning by proposing contextualized generalization, which provides fine-grained context knowledge to clients, resulting in faster convergence and improved test accuracy over state-of-the-art methods.

The prevalent personalized federated learning (PFL) usually pursues a trade-off between personalization and generalization by maintaining a shared global model to guide the training process of local models. However, the sole global model may easily transfer deviated context knowledge to some local models when multiple latent contexts exist across the local datasets. In this paper, we propose a novel concept called contextualized generalization (CG) to provide each client with fine-grained context knowledge that can better fit the local data distributions and facilitate faster model convergence, based on which we properly design a framework of PFL, dubbed CGPFL. We conduct detailed theoretical analysis, in which the convergence guarantee is presented and $\mathcal{O}(\sqrt{K})$ speedup over most existing methods is granted. To quantitatively study the generalization-personalization trade-off, we introduce the 'generalization error' measure and prove that the proposed CGPFL can achieve a better trade-off than existing solutions. Moreover, our theoretical analysis further inspires a heuristic algorithm to find a near-optimal trade-off in CGPFL. Experimental results on multiple real-world datasets show that our approach surpasses the state-of-the-art methods on test accuracy by a significant margin.

Foundations

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

Your Notes