CVDec 1, 2022

Unite and Conquer: Plug & Play Multi-Modal Synthesis using Diffusion Models

arXiv:2212.00793v25 citationsh-index: 81
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in content creation by enabling plug-and-play integration of off-the-shelf models, though it is incremental as it builds on existing diffusion model frameworks.

The paper tackled the problem of generating images satisfying multiple constraints without needing paired data or retraining for new modalities, achieving effective multi-modal synthesis using a novel sampling strategy with diffusion models.

Generating photos satisfying multiple constraints find broad utility in the content creation industry. A key hurdle to accomplishing this task is the need for paired data consisting of all modalities (i.e., constraints) and their corresponding output. Moreover, existing methods need retraining using paired data across all modalities to introduce a new condition. This paper proposes a solution to this problem based on denoising diffusion probabilistic models (DDPMs). Our motivation for choosing diffusion models over other generative models comes from the flexible internal structure of diffusion models. Since each sampling step in the DDPM follows a Gaussian distribution, we show that there exists a closed-form solution for generating an image given various constraints. Our method can unite multiple diffusion models trained on multiple sub-tasks and conquer the combined task through our proposed sampling strategy. We also introduce a novel reliability parameter that allows using different off-the-shelf diffusion models trained across various datasets during sampling time alone to guide it to the desired outcome satisfying multiple constraints. We perform experiments on various standard multimodal tasks to demonstrate the effectiveness of our approach. More details can be found in https://nithin-gk.github.io/projectpages/Multidiff/index.html

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