Lazy But Effective: Collaborative Personalized Federated Learning with Heterogeneous Data
Ljubomir Rokvic, Panayiotis Danassis, Boi Faltings
TL;DR
The paper tackles the challenge of non-IID data across clients in Federated Learning by introducing pFedLIA, a clustering-based personalized FL framework that uses a Lazy Influence Approximation to cheaply estimate cross-client influence and form client clusters. The method supports both centralized and peer-to-peer clustering and is compatible with any FL aggregator, without requiring a priori knowledge of the number of clusters. Experiments on next-word prediction for Nordic languages and standard vision benchmarks show that pFedLIA matches Oracle clustering performance and outperforms strong baselines by up to 17%, while offering substantial computational efficiency gains. This approach enables personalized, cluster-specific models that improve per-client performance in heterogeneous FL settings and scales to decentralized training scenarios.
Abstract
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.
