LGAIAug 31, 2021

GRP-FED: Addressing Client Imbalance in Federated Learning via Global-Regularized Personalization

arXiv:2108.13858v117 citations
Originality Incremental advance
AI Analysis

This addresses client imbalance in federated learning for applications with long-tailed data, but it is incremental as it builds on existing personalization methods.

The paper tackles the problem of data imbalance in federated learning by proposing GRP-FED, which uses global and local models with adversarial regularization, resulting in improved performance on MIT-BIH and CIFAR-10 datasets.

Since data is presented long-tailed in reality, it is challenging for Federated Learning (FL) to train across decentralized clients as practical applications. We present Global-Regularized Personalization (GRP-FED) to tackle the data imbalanced issue by considering a single global model and multiple local models for each client. With adaptive aggregation, the global model treats multiple clients fairly and mitigates the global long-tailed issue. Each local model is learned from the local data and aligns with its distribution for customization. To prevent the local model from just overfitting, GRP-FED applies an adversarial discriminator to regularize between the learned global-local features. Extensive results show that our GRP-FED improves under both global and local scenarios on real-world MIT-BIH and synthesis CIFAR-10 datasets, achieving comparable performance and addressing client imbalance.

Foundations

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

Your Notes