Zigzag Diffusion Sampling: Diffusion Models Can Self-Improve via Self-Reflection
Lichen Bai, Shitong Shao, Zikai Zhou, Zipeng Qi, Zhiqiang Xu, Haoyi Xiong, Zeke Xie
TL;DR
This work tackles the trade-off between image fidelity and prompt adherence in diffusion models by introducing diffusion self-reflection and Zigzag Diffusion Sampling (Z-Sampling). It identifies a semantic information latent in the guidance gap between denoising and inversion and leverages it through a stepwise zigzag denoise-invert process to accumulate semantic cues along the sampling path. The authors provide theoretical insights showing the cumulative semantic information gain in Z-Sampling surpasses end-to-end injection, and demonstrate broad empirical gains across multiple datasets, models, and metrics, including compatibility with orthogonal methods. The results indicate that Z-Sampling robustly improves generation quality and alignment for challenging prompts while maintaining efficiency, suggesting practical impact for high-fidelity, semantically accurate image synthesis. This approach opens avenues for applying self-reflection concepts to other diffusion-based tasks (e.g., video, 3D) and motivates further theoretical understanding of semantic information flow in latent spaces.
Abstract
Diffusion models, the most popular generative paradigm so far, can inject conditional information into the generation path to guide the latent towards desired directions. However, existing text-to-image diffusion models often fail to maintain high image quality and high prompt-image alignment for those challenging prompts. To mitigate this issue and enhance existing pretrained diffusion models, we mainly made three contributions in this paper. First, we propose diffusion self-reflection that alternately performs denoising and inversion and demonstrate that such diffusion self-reflection can leverage the guidance gap between denoising and inversion to capture prompt-related semantic information with theoretical and empirical evidence. Second, motivated by theoretical analysis, we derive Zigzag Diffusion Sampling (Z-Sampling), a novel self-reflection-based diffusion sampling method that leverages the guidance gap between denosing and inversion to accumulate semantic information step by step along the sampling path, leading to improved sampling results. Moreover, as a plug-and-play method, Z-Sampling can be generally applied to various diffusion models (e.g., accelerated ones and Transformer-based ones) with very limited coding and computational costs. Third, our extensive experiments demonstrate that Z-Sampling can generally and significantly enhance generation quality across various benchmark datasets, diffusion models, and performance evaluation metrics. For example, DreamShaper with Z-Sampling can self-improve with the HPSv2 winning rate up to 94% over the original results. Moreover, Z-Sampling can further enhance existing diffusion models combined with other orthogonal methods, including Diffusion-DPO.
