LGAIMay 5, 2025

Lazy But Effective: Collaborative Personalized Federated Learning with Heterogeneous Data

arXiv:2505.02540v11 citationsh-index: 6IJCNN
Originality Incremental advance
AI Analysis

This addresses performance degradation for individual clients in federated learning due to heterogeneous data, such as in keyboard prediction or medical imaging, though it is incremental as it builds on existing personalized methods.

The paper tackles the problem of data heterogeneity in federated learning by proposing a personalized framework (pFedLIA) that clusters clients using a computationally efficient influence approximation, recovering performance drops due to non-IID data and achieving a 17% improvement on CIFAR100.

In Federated Learning, heterogeneity in client data distributions often means that a single global model does not have the best performance for individual clients. Consider for example training a next-word prediction model for keyboards: user-specific language patterns due to demographics (dialect, age, etc.), language proficiency, and writing style result in a highly non-IID dataset across clients. Other examples are medical images taken with different machines, or driving data from different vehicle types. To address this, we propose a simple yet effective personalized federated learning framework (pFedLIA) that utilizes a computationally efficient influence approximation, called `Lazy Influence', to cluster clients in a distributed manner before model aggregation. Within each cluster, data owners collaborate to jointly train a model that captures the specific data patterns of the clients. Our method has been shown to successfully recover the global model's performance drop due to the non-IID-ness in various synthetic and real-world settings, specifically a next-word prediction task on the Nordic languages as well as several benchmark tasks. It matches the performance of a hypothetical Oracle clustering, and significantly improves on existing baselines, e.g., an improvement of 17% on CIFAR100.

Foundations

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

Your Notes