paper-with-me

Papers

HadaNorm: Diffusion Transformer Quantization through Mean-Centered Transformations

2025-06-11 · Marco Federici, Riccardo Del Chiaro, Boris van Breugel, Paul Whatmough, Markus Nagel

Diffusion models represent the cutting edge in image generation, but their high memory and computational demands hinder deployment on resource-constrained devices. Post-Training Quantization (PTQ) offers a promising solution by reducing the bitwidth of matrix operations. However, standard PTQ methods struggle with outliers, and achieving higher compression often requires transforming model weights and activations before quantization. In this work, we propose HadaNorm, a novel linear transformation that extends existing approaches and effectively mitigates outliers by normalizing activations feature channels before applying Hadamard transformations, enabling more aggressive activation quantization. We demonstrate that HadaNorm consistently reduces quantization error across the various components of transformer blocks, achieving superior efficiency-performance trade-offs when compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2506.09932

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationQuantization

Similar Papers 제목 키워드 기반

TQ-DiT: Efficient Time-Aware Quantization for Diffusion Transformers

2025-02-06 · Younghye Hwang, Hyojin Lee, Joonhyuk Kang

Diffusion transformers (DiTs) combine transformer architectures with diffusion models. However, their computational complexity imposes significant limitations on real-time applications and sustainability of AI systems. I…

Computational EfficiencyQuantization

ViDiT-Q: Efficient and Accurate Quantization of Diffusion Transformers for Image and Video Generation

2024-06-04 · Tianchen Zhao, Tongcheng Fang, Enshu Liu, Rui Wan 외

Diffusion transformers (DiTs) have exhibited remarkable performance in visual generation tasks, such as generating realistic images or videos based on textual instructions. However, larger model sizes and multi-frame pro…

QuantizationVideo Generation

Hardware-Friendly Static Quantization Method for Video Diffusion Transformers

2025-02-20 · Sanghyun Yi, Qingfeng Liu, Mostafa El-Khamy

Diffusion Transformers for video generation have gained significant research interest since the impressive performance of SORA. Efficient deployment of such generative-AI models on GPUs has been demonstrated with dynamic…

QuantizationVideo GenerationVisual Question Answering (VQA)

Qua$^2$SeDiMo: Quantifiable Quantization Sensitivity of Diffusion Models

2024-12-19 · Keith G. Mills, Mohammad Salameh, Ruichen Chen, Negar Hassanpour 외

Diffusion Models (DM) have democratized AI image generation through an iterative denoising process. Quantization is a major technique to alleviate the inference cost and reduce the size of DM denoiser networks. However, …

DenoisingImage GenerationQuantizationSensitivity

SegQuant: A Semantics-Aware and Generalizable Quantization Framework for Diffusion Models

2025-07-20 · Jiaji Zhang, Ruichao Sun, Hailiang Zhao, Jiaju Wu 외 arxiv

Diffusion models have demonstrated exceptional generative capabilities but are computationally intensive, posing significant challenges for deployment in resource-constrained or latency-sensitive environments. Quantizati…