SGMD: Score Gradient Matching Distillation for Few-Step Video Diffusion Distillation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, extended

Summary

Score Gradient Matching Distillation (SGMD) is a novel method for accelerating few-step video diffusion models, addressing key limitations of existing Distribution Matching Distillation (DMD) approaches. DMD-style methods face challenges with high training costs due to continuously tracking an evolving generator and conservative reverse-KL matching that can suppress motion dynamics. SGMD tackles this by directly optimizing the fake score towards the teacher using a stable teacher stop-gradient Fisher objective. It employs dual potentials—negative-residual (NR) for generator updates and residual-contraction (RC) for fake-score updates—to decouple outer-loop correction from inner-loop tracking. Benchmarked against DMD2 using the Wan2.1-T2V-14B teacher model, SGMD demonstrated an approximate ~3x training speedup and substantially improved motion dynamics for 4-step distilled models, while maintaining temporal consistency. Human evaluations confirmed SGMD's superiority in motion quality and overall preference, with visual quality and text alignment remaining comparable.

Key takeaway

For Machine Learning Engineers optimizing video diffusion models for faster inference, SGMD offers a compelling alternative to DMD-style methods. You should consider implementing SGMD to achieve an approximate 3x training speedup and significantly enhance motion dynamics in 4-step distilled models. Experiment with a moderate λ value, such as 0.1, to balance distribution matching and tracking correction, ensuring stable training and superior perceptual quality.

Key insights

SGMD accelerates video diffusion distillation by directly optimizing fake scores with stable Fisher objectives and dual potentials.

Principles

Method

SGMD uses a two-step update: generator updates with Fisher objective + negative-residual (NR) potential, then fake score updates with residual-contraction (RC) potential.

In practice

Topics

Code references

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.