LGAICVJun 20, 2024

CollaFuse: Collaborative Diffusion Models

arXiv:2406.14429v23 citations
Originality Incremental advance
AI Analysis

This work addresses computational and privacy issues for distributed machine learning applications, such as edge computing, but is incremental as it builds on split learning and federated learning concepts.

The paper tackles the challenges of data availability, computational requirements, and privacy in diffusion models by introducing a collaborative training approach that reduces client computational burdens during image synthesis, demonstrating enhanced privacy on the CelebA dataset.

In the landscape of generative artificial intelligence, diffusion-based models have emerged as a promising method for generating synthetic images. However, the application of diffusion models poses numerous challenges, particularly concerning data availability, computational requirements, and privacy. Traditional approaches to address these shortcomings, like federated learning, often impose significant computational burdens on individual clients, especially those with constrained resources. In response to these challenges, we introduce a novel approach for distributed collaborative diffusion models inspired by split learning. Our approach facilitates collaborative training of diffusion models while alleviating client computational burdens during image synthesis. This reduced computational burden is achieved by retaining data and computationally inexpensive processes locally at each client while outsourcing the computationally expensive processes to shared, more efficient server resources. Through experiments on the common CelebA dataset, our approach demonstrates enhanced privacy by reducing the necessity for sharing raw data. These capabilities hold significant potential across various application areas, including the design of edge computing solutions. Thus, our work advances distributed machine learning by contributing to the evolution of collaborative diffusion models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes