LGAIDec 24, 2024

GeFL: Model-Agnostic Federated Learning with Generative Models

arXiv:2412.18460v21 citationsh-index: 6Has CodeIEEE Trans Mob Comput
Originality Incremental advance
AI Analysis

This addresses privacy-preserving collaborative learning for edge devices with varying hardware or proprietary constraints, though it is incremental with limitations in scalability and privacy.

The paper tackles the problem of model-heterogeneous federated learning, where clients use different model architectures, by proposing GeFL and GeFL-F frameworks that use generative models for cross-client knowledge sharing, achieving competitive performance in image classification tasks.

Federated learning (FL) is a distributed training paradigm that enables collaborative learning across clients without sharing local data, thereby preserving privacy. However, the increasing scale and complexity of modern deep models often exceed the computational or memory capabilities of edge devices. Furthermore, clients may be constrained to use heterogeneous model architectures due to hardware variability (e.g., ASICs, FPGAs) or proprietary requirements that prevent the disclosure or modification of local model structures. These practical considerations motivate the need for model-heterogeneous FL, where clients participate using distinct model architectures. In this work, we propose Generative Model-Aided Federated Learning (GeFL), a framework that enables cross-client knowledge sharing via a generative model trained in a federated manner. This generative model captures global data semantics and facilitates local training without requiring model homogeneity across clients. While GeFL achieves strong performance, empirical analysis reveals limitations in scalability and potential privacy leakage due to generative sample memorization. To address these concerns, we propose GeFL-F, which utilizes feature-level generative modeling. This approach enhances scalability to large client populations and mitigates privacy risks. Extensive experiments across image classification tasks demonstrate that both GeFL and GeFL-F offer competitive performance in heterogeneous settings. Code is available at [1].

Foundations

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

Your Notes