FedDM: Enhancing Communication Efficiency and Handling Data Heterogeneity in Federated Diffusion Models
Jayneel Vora, Nader Bouacida, Aditya Krishnan, Prasant Mohapatra
TL;DR
FedDM introduces a federated learning framework for diffusion models with theoretical convergence guarantees and three variants to balance accuracy and communication efficiency under data heterogeneity. It defines FedDM-vanilla, FedDM-prox, and FedDM-Quant, combining contraction-based convergence analysis, a proximal term for non-IID data, and post-training quantization to reduce update size. Empirical results across DDPMs and LDMs on datasets from 28x28 to 256x256 demonstrate that FedDM maintains quality with notable communication savings, especially with quantized updates, albeit with some degradation at higher resolutions. The work advances privacy-preserving, scalable training of diffusion models and highlights directions for privacy analysis and extension to other modalities and conditional generation.
Abstract
We introduce FedDM, a novel training framework designed for the federated training of diffusion models. Our theoretical analysis establishes the convergence of diffusion models when trained in a federated setting, presenting the specific conditions under which this convergence is guaranteed. We propose a suite of training algorithms that leverage the U-Net architecture as the backbone for our diffusion models. These include a basic Federated Averaging variant, FedDM-vanilla, FedDM-prox to handle data heterogeneity among clients, and FedDM-quant, which incorporates a quantization module to reduce the model update size, thereby enhancing communication efficiency across the federated network. We evaluate our algorithms on FashionMNIST (28x28 resolution), CIFAR-10 (32x32 resolution), and CelebA (64x64 resolution) for DDPMs, as well as LSUN Church Outdoors (256x256 resolution) for LDMs, focusing exclusively on the imaging modality. Our evaluation results demonstrate that FedDM algorithms maintain high generation quality across image resolutions. At the same time, the use of quantized updates and proximal terms in the local training objective significantly enhances communication efficiency (up to 4x) and model convergence, particularly in non-IID data settings, at the cost of increased FID scores (up to 1.75x).
