Generative Federated Learning
- Generative Federated Learning is a framework that federates generative models like GANs, VAEs, and diffusion models across decentralized data to enhance privacy and personalization.
- It facilitates the joint training and aggregation of synthetic data or model parameters to address data heterogeneity and augment scarce modalities.
- GenFL advances robust, efficient, and privacy-preserving distributed learning while introducing challenges in algorithm design and communication efficiency.
Generative Federated Learning (GenFL) is an extension of traditional Federated Learning (FL) in which generative models (such as GANs, VAEs, or diffusion models) are distributedly trained over decentralized client data without explicit data sharing. GenFL systems enable the joint training, exchange, or aggregation of generative models and/or their outputs—synthetic data—across clients, with primary aims including privacy preservation, data heterogeneity mitigation, augmentation of scarce modalities, and personalization. The integration of generative models into FL has catalyzed advances in privacy, robustness, and adaptability across a broad range of distributed learning scenarios, while introducing distinct algorithmic, privacy, and system-level challenges (Puppala et al., 2024, Mukherjee et al., 24 Oct 2025, Gargary et al., 2024).
1. Core Principles and Formal Problem Setting
GenFL augments the standard FL paradigm—which aggregates discriminative model updates—with generative mechanisms that either generate and share synthetic data or federate the generative model parameters themselves (Puppala et al., 2024, Gargary et al., 2024).
- Federated Setting: With clients, each holding private data drawn from , the aim is to learn generative model parameters such that the induced model approximates the global data distribution: .
- Generative Model Types: Key families include:
- Generative Adversarial Networks (GANs), optimizing a minimax objective over generator and discriminator parameters (Puppala et al., 2024, Mukherjee et al., 24 Oct 2025).
- Variational Autoencoders (VAEs), maximizing the evidence lower bound (ELBO) across client datasets (Puppala et al., 2024, Gulati et al., 15 Dec 2025).
- Denoising Diffusion Probabilistic Models (DDPMs), which learn a denoising score or parameter transformation over the parameter or data space (Gargary et al., 2024, Lai et al., 2024).
The GenFL formal objective generalizes the FL aggregation rule to either synthetic data or generative parameters: with a data- or task-dependent client weight.
Distinct GenFL workflows include: (i) sharing synthetic samples instead of, or alongside, model updates (Puppala et al., 2024), (ii) aggregating local generative model updates (Mukherjee et al., 24 Oct 2025), and (iii) leveraging server-side generative modules to actively generate synthetic data in response to global data deficiencies (Qiang et al., 26 Mar 2025).
2. System Architectures and Federated Protocols
GenFL architectures are categorized by the granularity, modality, and flow of generative information:
- Client-Side Model Training and Synthetic Output Exchange: Each client trains a generative model (e.g., GAN, VAE); synthetic samples or generator parameters are transmitted either to a central server for aggregation or directly to peers in decentralized configurations (Pérez et al., 23 Jul 2025, Puppala et al., 2024).
- Server-Side Generative Augmentation: The server maintains a global generative model or pool, synthesizing examples to address label imbalance and data scarcity, and then integrating these into the downstream FL task (Qiang et al., 26 Mar 2025, Zhang et al., 2023).
- Selective/Partial Model Sharing: To reduce communication and privacy costs, methods such as PS-FedGAN only transmit partial model components (e.g., discriminators/seeds, not full generators), updating private or “shadow” server-side generators (Wijesinghe et al., 2023).
- Model Heterogeneity and Personalization: In heterogenous settings (distinct client architectures), frameworks like GeFL enable model-agnostic learning via a shared generative model, facilitating cross-client knowledge transfer through federated synthetic data, supporting clients with incompatible architectures (Kang et al., 2024).
- Diffusion-Based Parameter Aggregation: Approaches such as pFedGPA use diffusion models to aggregate high-dimensional client parameters on a nonlinear manifold, offering improved adaptation and client-specific generation of personalized models (Lai et al., 2024).
- Blockchain Protocols: For tamper-proof auditability and incentive management, blockchain-based protocols integrate validation, consensus, and rewards for generative model contributions, often via smart contracts (Puppala et al., 2024).
3. Algorithmic and Mathematical Foundations
GenFL instantiates several algorithmic recipes, frequently unifying adversarial or probabilistic generative training with federated optimization:
- Federated GAN Training: Clients locally solve:
and transmit updates for aggregation, e.g., FedAvg on generator/discriminator weights (Puppala et al., 2024, Mukherjee et al., 24 Oct 2025).
- Federated VAE Training: With encoder and decoder , clients update parameters to maximize:
and perform FedAvg or other aggregation (Gulati et al., 15 Dec 2025, Puppala et al., 2024).
- Diffusion Models: Either on data or parameter space, as in pFedGPA, server-side diffusion learns to integrate client parameter distributions:
This generative framework decouples local versus global complexity for personalized FL (Lai et al., 2024).
- Data Augmentation in FL: Synthetic data are merged with private data, so local updates minimize:
showing empirical gains versus vanilla FL (Ye et al., 2023).
- Adaptive Aggregation: FedCAR, for generative models, adaptively re-weights client updates via cross-client FID distances, to favor generator contributions that better align with the target distribution (Kim et al., 2024).
4. Privacy, Security, and Communication Constraints
GenFL architectures are often designed to maximize privacy and robustness:
- Data Privacy: By restricting communication to synthetic data, generator weights, or compact prompt representations (not real data or gradients), GenFL reduces privacy risk (Puppala et al., 2024, Zhang et al., 2023, Triastcyn et al., 2019).
- Differential Privacy (DP): Noise is injected in model updates or sample generation to bound adversary information gain, with formal -DP or average-case DAP guarantees (Triastcyn et al., 2019, Gulati et al., 15 Dec 2025, Lomurno et al., 2021). Mechanisms include DP-SGD with adaptive clipping, local per-sample gradient noise, or DP-Adam (Gulati et al., 15 Dec 2025, Lomurno et al., 2021).
- Robustness: Secure aggregation (e.g., via multiparty computation or homomorphic encryption) and blockchain-based validation mitigate against poisoning, collusion, or malicious update injection (Puppala et al., 2024, Gargary et al., 2024).
- Communication Efficiency: Prompt-based systems (e.g., foundation model-driven diffusion generation) can deliver orders-of-magnitude savings over repeated model transmission, with one-shot prompt exchange drastically reducing bandwidth and latency (Zhang et al., 2023, Ye et al., 2023, Kang et al., 2024). Partial-sharing approaches (e.g., PS-FedGAN) further reduce per-round payload (Wijesinghe et al., 2023).
5. Empirical Evaluation and Applications
GenFL frameworks have been evaluated across a variety of verticals and tasks, under both centralized and decentralized, synchronous and asynchronous regimes:
| Context | GenFL Role | Main Empirical Findings | Reference |
|---|---|---|---|
| Healthcare | VAE-based imputation, personalized risk prediction | Federated VAE learning and synthetic sample generation improves privacy and minority class coverage. | (Puppala et al., 2024, Mukherjee et al., 24 Oct 2025) |
| IoT/Edge | Edge GAN generation, decentralized FL | Decentralized GenFL improves robustness, reduces latency, and outperforms classical cloud-centric systems by up to 12% accuracy, with –73% response time. | (Mukherjee et al., 24 Oct 2025) |
| Heterogeneous FL | Model-agnostic/foundation models | Generative prompt-based or feature-level models support arbitrarily diverse architectures and mitigate privacy leakage. | (Kang et al., 2024, Zhang et al., 2023) |
| Medical Imaging | FID-adaptive GAN aggregation | Cross-institutional StyleGAN2 training with FedCAR improves FID scores over centralized and standard FL, even in severe non-IID regimes. | (Kim et al., 2024) |
| Persistent/Continual FL | ACGAN replay + model consolidation | Mitigates catastrophic forgetting, stabilizes generator quality in class-incremental multi-round non-IID streams. | (Qi et al., 2023) |
Synthetic data generated under GenFL is empirically validated to match or, under certain non-IID conditions, surpass centralized baselines in classification accuracy, FID, and resilience to membership inference/model inversion attacks (Triastcyn et al., 2019, Zhang et al., 2023, Gargary et al., 2024, Kim et al., 2024, Ye et al., 2023).
6. Advanced Topics, Limitations, and Open Directions
- Mode Collapse & Heterogeneity: GenFL faces instability in GAN training, and parameter averaging can fail under highly skewed client data. Diffusion-based and cluster-personalized methods are being explored to ameliorate these effects (Lai et al., 2024, Taghiyarrenani et al., 2023, Wijesinghe et al., 2023).
- Scalability: Most GenFL experiments are in the 10–100 client regime. One-shot, prompt-centric, or highly compressed methods are being actively developed for realistic edge/cross-device deployment (Zhang et al., 2023, Gargary et al., 2024).
- Formal Privacy and Utility Tradeoffs: Ongoing research is addressing adaptive DP, tradeoff calibration, and secure aggregation techniques, as well as empirical versus worst-case privacy guarantees (Gulati et al., 15 Dec 2025, Lomurno et al., 2021, Triastcyn et al., 2019, Gargary et al., 2024).
- Decentralized Topologies: Decentralized sufficient-statistics exchange (e.g., CRC) allows GenFL without a central server, providing strong guarantees under extreme network and data fragmentation (Pérez et al., 23 Jul 2025).
- Foundation Models and Cross-modality: Leveraging text-to-image or foundation diffusion models for federated data synthesis achieves robust, privacy-preserving learning but introduces domain-specific generative gaps and reliance on prompt quality (Zhang et al., 2023, Qiang et al., 26 Mar 2025, Ye et al., 2023).
- Future Challenges: Key open questions include: scalable aggregation protocols for ultra-large federations, principled metric learning for generative model quality in FL, bias/fairness correction for synthetic data, and domain-agnosticity for non-vision tasks (Gargary et al., 2024, Puppala et al., 2024, Ye et al., 2023).
7. Representative Evaluation Metrics
GenFL works report both standard discriminative and generative metrics, often including:
- Generative Quality: Fréchet Inception Distance (FID), Inception Score (IS), reconstruction error (ELBO/MSE) (Mukherjee et al., 24 Oct 2025, Gargary et al., 2024).
- Task Performance: Accuracy, precision, recall, F1-score on held-out test data or downstream classifiers trained on synthetic data (Mukherjee et al., 24 Oct 2025, Zhang et al., 2023).
- Privacy: Differential privacy budgets, attack accuracies for membership inference/model inversion (Triastcyn et al., 2019, Gulati et al., 15 Dec 2025, Zhang et al., 2023).
- System: Communication volume, rounds to convergence, energy and latency measurements, especially for edge-aware setups (Mukherjee et al., 24 Oct 2025, Wijesinghe et al., 2023).
- Heterogeneity Robustness: Local–global model divergence, cosine similarity between client feature centroids, label/feature-skew ablations (Ye et al., 2023, Qiang et al., 26 Mar 2025).
Generative Federated Learning synthesizes federated and generative paradigms to unlock privacy-preserving, robust, and data-efficient distributed modeling under diverse and heterogeneous client environments. Ongoing research continues to advance its theory, scalability, privacy analysis, and application breadth (Puppala et al., 2024, Gargary et al., 2024, Mukherjee et al., 24 Oct 2025, Kim et al., 2024).