CVAILGSep 30, 2023

Steered Diffusion: A Generalized Framework for Plug-and-Play Conditional Image Synthesis

arXiv:2310.00224v122 citationsh-index: 37
Originality Incremental advance
AI Analysis

This work addresses the need for flexible, data-efficient conditional image generation for applications like inpainting and super-resolution, though it builds incrementally on existing diffusion models.

The authors tackled the problem of conditional image synthesis requiring large annotated datasets by introducing Steered Diffusion, a framework that enables photorealistic zero-shot conditional generation using an unconditional diffusion model, achieving clear qualitative and quantitative improvements over state-of-the-art methods with negligible computational overhead.

Conditional generative models typically demand large annotated training sets to achieve high-quality synthesis. As a result, there has been significant interest in designing models that perform plug-and-play generation, i.e., to use a predefined or pretrained model, which is not explicitly trained on the generative task, to guide the generative process (e.g., using language). However, such guidance is typically useful only towards synthesizing high-level semantics rather than editing fine-grained details as in image-to-image translation tasks. To this end, and capitalizing on the powerful fine-grained generative control offered by the recent diffusion-based generative models, we introduce Steered Diffusion, a generalized framework for photorealistic zero-shot conditional image generation using a diffusion model trained for unconditional generation. The key idea is to steer the image generation of the diffusion model at inference time via designing a loss using a pre-trained inverse model that characterizes the conditional task. This loss modulates the sampling trajectory of the diffusion process. Our framework allows for easy incorporation of multiple conditions during inference. We present experiments using steered diffusion on several tasks including inpainting, colorization, text-guided semantic editing, and image super-resolution. Our results demonstrate clear qualitative and quantitative improvements over state-of-the-art diffusion-based plug-and-play models while adding negligible additional computational cost.

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