ViDiT-Q: Efficient and Accurate Quantization of Diffusion Transformers for Image and Video Generation
About
Diffusion transformers have demonstrated remarkable performance in visual generation tasks, such as generating realistic images or videos based on textual instructions. However, larger model sizes and multi-frame processing for video generation lead to increased computational and memory costs, posing challenges for practical deployment on edge devices. Post-Training Quantization (PTQ) is an effective method for reducing memory costs and computational complexity. When quantizing diffusion transformers, we find that existing quantization methods face challenges when applied to text-to-image and video tasks. To address these challenges, we begin by systematically analyzing the source of quantization error and conclude with the unique challenges posed by DiT quantization. Accordingly, we design an improved quantization scheme: ViDiT-Q (Video & Image Diffusion Transformer Quantization), tailored specifically for DiT models. We validate the effectiveness of ViDiT-Q across a variety of text-to-image and video models, achieving W8A8 and W4A8 with negligible degradation in visual quality and metrics. Additionally, we implement efficient GPU kernels to achieve practical 2-2.5x memory saving and a 1.4-1.7x end-to-end latency speedup.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text-to-Image Generation | GenEval | Overall Score66.75 | 506 | |
| Text-to-Video Generation | VBench | -- | 155 | |
| Video Generation | VBench | -- | 126 | |
| Video Super-Resolution | UDM10 | PSNR23.08 | 48 | |
| Text-to-Video Generation | VBench (test) | Motion Smoothness97.57 | 28 | |
| Text-to-Video Generation | Wan 1.3B 2.1 | CLIPSIM0.19 | 27 | |
| Video Super-Resolution | MVSR4x | PSNR22.56 | 22 | |
| Image Generation | MJHQ 30K (test) | FID15.7 | 21 | |
| Text-to-Video Generation | EvalCrafter (test) | CLIPSIM0.1895 | 21 | |
| Image Generation | sDCI Densely Captioned Images (test) | FID23.5 | 21 |