LGCVJun 24, 2024

Personalized federated learning based on feature fusion

arXiv:2406.16583v12 citations
Originality Incremental advance
AI Analysis

This addresses data heterogeneity in federated learning for distributed clients, but it is incremental as it builds on existing personalized approaches.

The paper tackles the label distribution skew problem in federated learning by proposing pFedPM, which replaces gradient uploading with feature uploading to reduce communication costs and allow heterogeneous models, and it outperforms recent methods on MNIST, FEMNIST, and CIFAR10 datasets with fewer communications.

Federated learning enables distributed clients to collaborate on training while storing their data locally to protect client privacy. However, due to the heterogeneity of data, models, and devices, the final global model may need to perform better for tasks on each client. Communication bottlenecks, data heterogeneity, and model heterogeneity have been common challenges in federated learning. In this work, we considered a label distribution skew problem, a type of data heterogeneity easily overlooked. In the context of classification, we propose a personalized federated learning approach called pFedPM. In our process, we replace traditional gradient uploading with feature uploading, which helps reduce communication costs and allows for heterogeneous client models. These feature representations play a role in preserving privacy to some extent. We use a hyperparameter $a$ to mix local and global features, which enables us to control the degree of personalization. We also introduced a relation network as an additional decision layer, which provides a non-linear learnable classifier to predict labels. Experimental results show that, with an appropriate setting of $a$, our scheme outperforms several recent FL methods on MNIST, FEMNIST, and CRIFAR10 datasets and achieves fewer communications.

Foundations

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

Your Notes