Q-DiT4SR: Exploration of Detail-Preserving Diffusion Transformer Quantization for Real-World Image Super-Resolution
Abstract
Lay Summary
Many real-world photos are blurry, noisy, or low-resolution, and image super-resolution aims to turn them into sharper and more detailed images. Recently, Diffusion Transformers have shown strong ability to generate realistic textures for this task, but they are usually large and computationally expensive, which makes them difficult to deploy in real-world applications. This paper proposes Q-DiT4SR, a compression framework designed specifically for Diffusion Transformer-based real-world image super-resolution. Directly using existing compression methods can noticeably damage local details such as hair, fabric, text, or building edges. To address this, our method carefully preserves important image details while reducing the numerical precision used inside the model. It decides which parts of the model need higher precision and which parts can be compressed more aggressively, and it also uses a lightweight correction strategy to better maintain both overall image structure and fine local textures. Experiments on several real-world image super-resolution benchmarks show that Q-DiT4SR produces higher-quality results than previous compression methods. Under strong compression settings, it significantly reduces both model size and computational cost, making Diffusion Transformer-based image enhancement more practical for real-world use.