EMAG: Self-Rectifying Diffusion Sampling with Exponential Moving Average Guidance
Ankit Yadav, Ta Duc Huy, Lingqiao Liu
TL;DR
This work tackles the limitations of classifier-free guidance by introducing Exponential Moving Average Guidance (EMAG), a training-free method that perturb-attends via attention-space EMA and adaptive layer selection to generate semantically faithful hard negatives. By controlling high-frequency degradation through EMA and targeting middle layers, EMAG surfaces subtle failure modes that the denoiser can correct, boosting human-preference scores while preserving global structure. EMAG is shown to consistently improve HPS across conditional and unconditional tasks, and it integrates smoothly with advanced guidance strategies like APG and CADS, offering additive gains without sacrificing other quality metrics. The approach, validated on transformer-based diffusion backbones (DiT-XL/2 and SD3-Medium), provides a practical, plug-in enhancement for high-fidelity image synthesis with strong alignment to human judgments.
Abstract
In diffusion and flow-matching generative models, guidance techniques are widely used to improve sample quality and consistency. Classifier-free guidance (CFG) is the de facto choice in modern systems and achieves this by contrasting conditional and unconditional samples. Recent work explores contrasting negative samples at inference using a weaker model, via strong/weak model pairs, attention-based masking, stochastic block dropping, or perturbations to the self-attention energy landscape. While these strategies refine the generation quality, they still lack reliable control over the granularity or difficulty of the negative samples, and target-layer selection is often fixed. We propose Exponential Moving Average Guidance (EMAG), a training-free mechanism that modifies attention at inference time in diffusion transformers, with a statistics-based, adaptive layer-selection rule. Unlike prior methods, EMAG produces harder, semantically faithful negatives (fine-grained degradations), surfacing difficult failure modes, enabling the denoiser to refine subtle artifacts, boosting the quality and human preference score (HPS) by +0.46 over CFG. We further demonstrate that EMAG naturally composes with advanced guidance techniques, such as APG and CADS, further improving HPS.
