English

GeFL: Model-Agnostic Federated Learning with Generative Models

Machine Learning 2025-05-20 v2 Artificial Intelligence

Abstract

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].

Keywords

Cite

@article{arxiv.2412.18460,
  title  = {GeFL: Model-Agnostic Federated Learning with Generative Models},
  author = {Honggu Kang and Seohyeon Cha and Joonhyuk Kang},
  journal= {arXiv preprint arXiv:2412.18460},
  year   = {2025}
}
R2 v1 2026-06-28T20:48:07.509Z