arXiv:2510.27684cs.CV2025-10被引 15

用分段分数匹配提升多步生成模型的多样性和质量

Phased DMD: Few-step Distribution Matching Distillation via Score Matching within Subintervals

  • 将噪声水平分段,逐步优化生成分布
  • 在视频生成中提升运动连贯性,图像生成更丰富多样
  • 适合需要高质量多步生成的视觉任务

分布匹配蒸馏(DMD)可将基于分数的生成模型压缩为单步高效生成器,无需与教师模型采样轨迹一一对应。但单步模型容量有限,导致生成多样性下降,在复杂任务如文本到视频生成中性能不佳。直接扩展为多步蒸馏会增加内存与计算开销,引发不稳定性。已有工作尝试随机梯度截断,但显著降低图像生成多样性,减缓视频运动动态,性能退化至单步水平。为此,本文提出分段DMD(Phased DMD),融合分阶段蒸馏与专家混合(MoE)思想,降低学习难度并增强模型容量。核心包含两个机制:逐级分布匹配与子区间内分数匹配。模型将信噪比(SNR)范围划分为子区间,逐步向高SNR逼近,更好捕捉复杂分布;并在每个子区间推导严格数学目标函数以确保训练精度。在Qwen-Image-20B和Wan2.2-28B等前沿图像与视频生成模型上验证,结果表明Phased DMD显著提升视频运动连续性、图像视觉保真度,并增强生成多样性。代码与模型已开源。

原文摘要 · Abstract (English)

Distribution Matching Distillation (DMD) distills score-based generative models into efficient one-step generators, without requiring a one-to-one correspondence with the sampling trajectories of their teachers. Yet, the limited capacity of one-step distilled models compromises generative diversity and degrades performance in complex generative tasks, e.g., generating intricate object motions in text-to-video task. Directly extending DMD to multi-step distillation increases memory usage and computational depth, leading to instability and reduced efficiency. While prior works propose stochastic gradient truncation as a potential solution, we observe that it substantially reduces the generative diversity in text-to-image generation and slows motion dynamics in video generation, reducing performance to the level of one-step models. To address these limitations, we propose Phased DMD, a multi-step distillation framework that bridges the idea of phase-wise distillation with Mixture-of-Experts (MoE), reducing learning difficulty while enhancing model capacity. Phased DMD incorporates two key ideas: progressive distribution matching and score matching within subintervals. First, our model divides the SNR range into subintervals, progressively refining the model to higher SNR levels, to better capture complex distributions. Next, to ensure accurate training within each subinterval, we derive rigorous mathematical formulations for the objective. We validate Phased DMD by distilling state-of-the-art image and video generation models, including Qwen-Image-20B and Wan2.2-28B. Experiments demonstrate that Phased DMD enhances motion dynamics, improves visual fidelity in video generation, and increases output diversity in image generation. Our code and models are available at https://x-niper.github.io/projects/Phased-DMD/.

生成模型分数匹配多步蒸馏视频生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。