vix.ing · top · new · best · stats · spec

MixDiT: Accelerating Image Diffusion Transformer Inference with Mixed-Precision MX Quantization

2025/04/11 by D. Kim, Jinwoo Hwang, Kim, Daeun +5 · 2 citations
Computer Science · Engineering · #FOS: Computer and information sciences #Hardware Architecture (cs.AR) #Image Processing Techniques and Applications #Image and Signal Denoising Methods #Machine Learning (cs.LG) #Medical Image Segmentation Techniques

paper · pdf · doi:10.48550/arxiv.2504.08398

openalex publication_date 2025/04/11 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Diffusion Transformer (DiT) has driven significant progress in image generation tasks. However, DiT inferencing is notoriously compute-intensive and incurs long latency even on datacenter-scale GPUs, primarily due to its iterative nature and heavy reliance on GEMM operations inherent to its encoder-based structure. To address the challenge, prior work has explored quantization, but achieving low-precision quantization for DiT inferencing with both high accuracy and substantial speedup remains an open problem. To this end, this paper proposes MixDiT, an algorithm-hardware co-designed acceleration solution that exploits mixed Microscaling (MX) formats to quantize DiT activation values. MixDiT quantizes the DiT activation tensors by selectively applying higher precision to magnitude-based outliers, which produce mixed-precision GEMM operations. To achieve tangible speedup from the mixed-precision arithmetic, we design a MixDiT accelerator that enables precision-flexible multiplications and efficient MX precision conversions. Our experimental results show that MixDiT delivers a speedup of 2.10-5.32 times over RTX 3090, with no loss in FID.

Cited by

Related