LGDCNov 12, 2023

pFedES: Model Heterogeneous Personalized Federated Learning with Feature Extractor Sharing

arXiv:2311.06879v111 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses privacy-preserving collaborative learning for clients with heterogeneous data and models, offering a practical solution with low costs, though it is incremental in improving existing MHPFL methods.

The paper tackles the problem of model-heterogeneous personalized federated learning by proposing pFedES, which uses shared feature extractors to enable knowledge transfer without public datasets, achieving 1.61% higher test accuracy and reducing communication and computation costs by 99.6% and 82.9% compared to the best baseline.

As a privacy-preserving collaborative machine learning paradigm, federated learning (FL) has attracted significant interest from academia and the industry alike. To allow each data owner (a.k.a., FL clients) to train a heterogeneous and personalized local model based on its local data distribution, system resources and requirements on model structure, the field of model-heterogeneous personalized federated learning (MHPFL) has emerged. Existing MHPFL approaches either rely on the availability of a public dataset with special characteristics to facilitate knowledge transfer, incur high computation and communication costs, or face potential model leakage risks. To address these limitations, we propose a model-heterogeneous personalized Federated learning approach based on feature Extractor Sharing (pFedES). It incorporates a small homogeneous feature extractor into each client's heterogeneous local model. Clients train them via the proposed iterative learning method to enable the exchange of global generalized knowledge and local personalized knowledge. The small local homogeneous extractors produced after local training are uploaded to the FL server and for aggregation to facilitate easy knowledge sharing among clients. We theoretically prove that pFedES can converge over wall-to-wall time. Extensive experiments on two real-world datasets against six state-of-the-art methods demonstrate that pFedES builds the most accurate model, while incurring low communication and computation costs. Compared with the best-performing baseline, it achieves 1.61% higher test accuracy, while reducing communication and computation costs by 99.6% and 82.9%, respectively.

Foundations

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

Your Notes