CVAILGMar 26, 2024

Self-Rectifying Diffusion Sampling with Perturbed-Attention Guidance

arXiv:2403.17377v298 citationsh-index: 8ECCV
Originality Incremental advance
AI Analysis

This addresses a bottleneck in diffusion models for researchers and practitioners by enabling better sample quality in scenarios where existing guidance methods fail, though it is an incremental improvement over current guidance techniques.

The paper tackles the problem that diffusion model sample quality depends on guidance techniques like classifier guidance or classifier-free guidance, which are not applicable in unconditional generation or some downstream tasks, and proposes Perturbed-Attention Guidance (PAG) to improve quality across both unconditional and conditional settings without extra training or modules, achieving significant improvements in tasks like ControlNet with empty prompts and image restoration.

Recent studies have demonstrated that diffusion models are capable of generating high-quality samples, but their quality heavily depends on sampling guidance techniques, such as classifier guidance (CG) and classifier-free guidance (CFG). These techniques are often not applicable in unconditional generation or in various downstream tasks such as image restoration. In this paper, we propose a novel sampling guidance, called Perturbed-Attention Guidance (PAG), which improves diffusion sample quality across both unconditional and conditional settings, achieving this without requiring additional training or the integration of external modules. PAG is designed to progressively enhance the structure of samples throughout the denoising process. It involves generating intermediate samples with degraded structure by substituting selected self-attention maps in diffusion U-Net with an identity matrix, by considering the self-attention mechanisms' ability to capture structural information, and guiding the denoising process away from these degraded samples. In both ADM and Stable Diffusion, PAG surprisingly improves sample quality in conditional and even unconditional scenarios. Moreover, PAG significantly improves the baseline performance in various downstream tasks where existing guidances such as CG or CFG cannot be fully utilized, including ControlNet with empty prompts and image restoration such as inpainting and deblurring.

Code Implementations3 repos
Foundations

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

Your Notes