paper-with-me

Papers

Gradient-Aligned Calibration for Post-Training Quantization of Diffusion Models

2026-02-01 · Dung Anh Hoang, Cuong Pham anh Trung Le, Jianfei Cai, Thanh-Toan Do arxiv

Diffusion models have shown remarkable performance in image synthesis by progressively estimating a smooth transition from a Gaussian distribution of noise to a real image. Unfortunately, their practical deployment is limited by slow inference speed, high memory usage, and the computational demands of the noise estimation process. Post-training quantization (PTQ) emerges as a promising solution to accelerate sampling and reduce memory overhead for diffusion models. Existing PTQ methods for diffusion models typically apply uniform weights to calibration samples across timesteps, which is sub-optimal since data at different timesteps may contribute differently to the diffusion process. Additionally, due to varying activation distributions and gradients across timesteps, a uniform quantization approach is sub-optimal. Each timestep requires a different gradient direction for optimal quantization, and treating them equally can lead to conflicting gradients that degrade performance. In this paper, we propose a novel PTQ method that addresses these challenges by assigning appropriate weights to calibration samples. Specifically, our approach learns to assign optimal weights to calibration samples to align the quantized model's gradients across timesteps, facilitating the quantization process. Extensive experiments on CIFAR-10, LSUN-Bedrooms, and ImageNet demonstrate the superiority of our method compared to other PTQ methods for diffusion models.

📄 PDF Abstract BibTeX arXiv:2602.01289

Code (0)

등록된 구현이 없습니다.

Tasks

Noise Estimation

Similar Papers 제목 키워드 기반

ConQuR: Corner Aligned Activation Quantization via Optimized Rotations for LLMs

2026-05-11 · Chayne Thrash, Ali Abbasi, Soheil Kolouri arxiv

Large language models (LLMs) are costly to deploy due to their large memory footprint and high inference cost. Weight-activation quantization can reduce these costs, but low-bit activation quantization remains difficult …

Common Sense Reasoning

Rethinking Practical and Efficient Quantization Calibration for Vision-Language Models

2026-02-08 · Zhenhao Shang, Haizhao Jing, Guoting Wei, Haokui Zhang 외 arxiv

Post-training quantization (PTQ) is a primary approach for deploying large language models without fine-tuning, and the quantized performance is often strongly affected by the calibration in PTQ. By contrast, in vision-l…

Rethinking Output Alignment For 1-bit Post-Training Quantization of Large Language Models

2025-12-25 · Dung Anh Hoang, Cuong Pham, Cuong Nguyen, Trung le 외 arxiv

Large Language Models (LLMs) deliver strong performance across a wide range of NLP tasks, but their massive sizes hinder deployment on resource-constrained devices. To reduce their computational and memory burden, variou…

Computational EfficiencyKnowledge Distillation

GaugeQuant: Online Learning of Quantization-Optimal Bases from LLM Symmetries

2026-07-22 · Miguel P. Bento, João Seabra arxiv

Transformers are known to have internal continuous symmetries that leave outputs invariant, while modifying quantization. GaugeQuant leverages this in-training by introducing a LogSumExp term to the loss that breaks the …

Gradient-Based Post-Training Quantization: Challenging the Status Quo

2023-08-15 · Edouard Yvinec, Arnaud Dapogny, Kevin Bailly

Quantization has become a crucial step for the efficient deployment of deep neural networks, where floating point operations are converted to simpler fixed point operations. In its most naive form, it simply consists in …

Quantization