A Distributed Generative AI Approach for Heterogeneous Multi-Domain Environments under Data Sharing constraints
Youssef Tawfilis, Hossam Amer, Minar El-Aasser, Tallal Elshabrawy
TL;DR
HuSCF-GAN presents a comprehensive framework for distributed generative AI in heterogeneous, multi-domain environments under strict data-sharing constraints by combining four-cut heterogeneous U-Shaped Split Learning with Clustered Federated Learning. A genetic algorithm optimizes per-client cut points, while KL-based intra-cluster weighting and discriminator activation clustering address non-IID data, enabling scalable federation with privacy-preserving exchanges of activations/gradients. Empirical evaluations across MNIST family, higher-resolution images, medical imaging, and audio demonstrate consistent gains in image generation quality and classifier performance, along with substantial latency reductions relative to existing decentralized GAN approaches. The approach is extensible to other generative architectures and modalities, offering a practical pathway toward privacy-preserving, scalable distributed training on edge and IoT devices, with noted limitations and directions for future work including fully decentralized cut-point strategies and stronger privacy guarantees.
Abstract
Federated Learning has gained increasing attention for its ability to enable multiple nodes to collaboratively train machine learning models without sharing their raw data. At the same time, Generative AI -- particularly Generative Adversarial Networks (GANs) -- have achieved remarkable success across a wide range of domains, such as healthcare, security, and Image Generation. However, training generative models typically requires large datasets and significant computational resources, which are often unavailable in real-world settings. Acquiring such resources can be costly and inefficient, especially when many underutilized devices -- such as IoT devices and edge devices -- with varying capabilities remain idle. Moreover, obtaining large datasets is challenging due to privacy concerns and copyright restrictions, as most devices are unwilling to share their data. To address these challenges, we propose a novel approach for decentralized GAN training that enables the utilization of distributed data and underutilized, low-capability devices while not sharing data in its raw form. Our approach is designed to tackle key challenges in decentralized environments, combining KLD-weighted Clustered Federated Learning to address the issues of data heterogeneity and multi-domain datasets, with Heterogeneous U-Shaped split learning to tackle the challenge of device heterogeneity under strict data sharing constraints -- ensuring that no labels or raw data, whether real or synthetic, are ever shared between nodes. Experiments show that our approach demonstrates significant improvements across key metrics, where it achieves an average 10% boost in classification metrics (up to 60% in multi-domain non-IID settings), 1.1x -- 3x higher image generation scores for the MNIST family datasets, and 2x -- 70x lower FID scores for higher resolution datasets. Find our code at https://github.com/youssefga28/HuSCF-GAN.
