Weak-to-Strong Diffusion with Reflection
Lichen Bai, Masashi Sugiyama, Zeke Xie
TL;DR
Weak-to-Strong Diffusion (W2SD) introduces a reflection-based inference framework to bridge the gap between strong diffusion models and the inaccessible ideal data distribution by exploiting the estimated density-gradient difference between weak and strong models. The core insight is that the reflective update tilde{x}_t = x_t + \sigma^{2t} \Delta t (\nabla_{x_t} \log p_t^{\mathrm{s}}(x_t) - \nabla_{x_t} \log p_t^{\mathrm{w}}(x_t)) steers latent trajectories toward real data regions, with a theoretical basis linking Δ1 to Δ2. Empirically, W2SD yields state-of-the-art or near-SOTA improvements across images and videos, multiple architectures (UNet, DiT, MoE), and diverse settings (weight, guidance, prompts, pipelines), often with modest overhead. The method unifies prior inference enhancements (e.g., Re-Sampling, Z-Sampling, Auto-guidance) under the same weak-to-strong difference principle and demonstrates cumulative gains when combining model-difference types, enabling robust, scalable improvements in practical diffusion pipelines.
Abstract
The goal of diffusion generative models is to align the learned distribution with the real data distribution through gradient score matching. However, inherent limitations in training data quality, modeling strategies, and architectural design lead to inevitable gap between generated outputs and real data. To reduce this gap, we propose Weak-to-Strong Diffusion (W2SD), a novel framework that utilizes the estimated difference between existing weak and strong models (i.e., weak-to-strong difference) to bridge the gap between an ideal model and a strong model. By employing a reflective operation that alternates between denoising and inversion with weak-to-strong difference, we theoretically understand that W2SD steers latent variables along sampling trajectories toward regions of the real data distribution. W2SD is highly flexible and broadly applicable, enabling diverse improvements through the strategic selection of weak-to-strong model pairs (e.g., DreamShaper vs. SD1.5, good experts vs. bad experts in MoE). Extensive experiments demonstrate that W2SD significantly improves human preference, aesthetic quality, and prompt adherence, achieving SOTA performance across various modalities (e.g., image, video), architectures (e.g., UNet-based, DiT-based, MoE), and benchmarks. For example, Juggernaut-XL with W2SD can improve with the HPSv2 winning rate up to 90% over the original results. Moreover, the performance gains achieved by W2SD markedly outweigh its additional computational overhead, while the cumulative improvements from different weak-to-strong difference further solidify its practical utility and deployability.
