Training Diffusion Models with Federated Learning
The training of diffusion-based models for image generation is predominantly controlled by a select few Big Tech companies, raising concerns about privacy, copyright, and data authority due to their lack of transparency regarding training data. To ad-dress this issue, we propose a federated diffusion model scheme that enables the independent and collaborative training of diffusion models without exposing local data. Our approach adapts the Federated Averaging (FedAvg) algorithm to train a Denoising Diffusion Model (DDPM). Through a novel utilization of the underlying UNet backbone, we achieve a significant reduction of up to 74% in the number of parameters exchanged during training,compared to the naive FedAvg approach, whilst simultaneously maintaining image quality comparable to the centralized setting, as evaluated by the FID score.
Code (0)
등록된 구현이 없습니다.
Tasks
DenoisingFederated LearningImage GenerationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
On-demand Quantization for Green Federated Generative Diffusion in Mobile Edge Networks
Generative Artificial Intelligence (GAI) shows remarkable productivity and creativity in Mobile Edge Networks, such as the metaverse and the Industrial Internet of Things. Federated learning is a promising technique for …
DiversityFederated LearningQuantizationFedDifRC: Unlocking the Potential of Text-to-Image Diffusion Models in Heterogeneous Federated Learning
Federated learning aims at training models collaboratively across participants while protecting privacy. However, one major challenge for this paradigm is the data heterogeneity issue, where biased data preferences acros…
Contrastive LearningFederated LearningFederated Discrete Denoising Diffusion Model for Molecular Generation with OpenFL
Generating unique molecules with biochemically desired properties to serve as viable drug candidates is a difficult task that requires specialized domain expertise. In recent years, diffusion models have shown promising …
DenoisingDrug DesignFederated LearningPrivacy PreservingFedDM: Enhancing Communication Efficiency and Handling Data Heterogeneity in Federated Diffusion Models
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, presen…
QuantizationFederated Learning with Diffusion Models for Privacy-Sensitive Vision Tasks
Diffusion models have shown great potential for vision-related tasks, particularly for image generation. However, their training is typically conducted in a centralized manner, relying on data collected from publicly ava…
Federated LearningImage GenerationPrivacy Preserving