paper-with-me

홈 › Papers

Quant-dLLM: Post-Training Extreme Low-Bit Quantization for Diffusion Large Language Models

2025-09-27 · Tianao Zhang, Zhiteng Li, Xianglong Yan, Haotong Qin, Yong Guo, Yulun Zhang arxiv

Diffusion large language models (dLLMs), which offer bidirectional context and flexible masked-denoising generation, are emerging as a compelling alternative to autoregressive (AR) LLMs. However, like AR LLMs, their model sizes continue to grow, motivating weight compression for deployment. Although post-training quantization (PTQ) is effective for AR LLMs, directly transferring it to dLLMs at 2-bit leads to unsatisfactory performance. To tackle these challenges, we propose Quant-dLLM, an ultra-low-bit PTQ framework tailored to dLLMs. Since masked-denoising activations in dLLMs differ from the fully visible signals assumed by standard PTQ methods, we introduce Masked Calibration Simulation (MCS) to align calibration with the timestep-dependent masking, which yields more reliable calibrations. Moreover, we propose a Data-aware Any-order Quantizer (DAQ) that learns ultra-low-bit weight representations via an optimization algorithm. It performs iterative approximation guided by our simulated calibration data. In addition, under a strict 2-bit budget, we introduce Adaptive Blockwise Mixed Precision (ABMP), a sensitivity-based precision allocation scheme that adaptively assigns bit width across channel groups. When restricted to 2-bit precision, Quant-dLLM consistently achieves higher accuracy than state-of-the-art (SOTA) AR-transfer PTQ methods on dLLMs. The code and models will be available at: https://github.com/ZTA2785/Quant-dLLM.

📄 PDF Abstract BibTeX arXiv:2510.03274

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantization Meets dLLMs: A Systematic Study of Post-training Quantization for Diffusion LLMs

2025-08-20 · Haokun Lin, Haobo Xu, Yichen Wu, Ziyu Guo 외 arxiv

Recent advances in diffusion large language models (dLLMs) have introduced a promising alternative to autoregressive (AR) LLMs for natural language generation tasks, leveraging full attention and denoising-based decoding…

STaR-Quant: State-Time Consistent Post-Training Quantization for Diffusion Large Language Models

2026-06-03 · Xin Yan, Aqiang Wang, Zhenglin Wan, Xingrui Yu 외 arxiv

Diffusion large language models (DLLMs) have recently emerged as a promising alternative to autoregressive LLMs by generating text through iterative masked denoising with bidirectional context. However, their large model…

DLLMQuant: Quantizing Diffusion-based Large Language Models

2025-08-14 · Chen Xu, Dawei Yang arxiv

Diffusion-based large language models (DLLMs) have shown promise for non-autoregressive text generation, but their deployment is constrained by large model sizes and heavy computational costs. Post-training quantization …

Text Generation

FAIR-Calib: Frontier-Aware Instability-Reweighted Calibration for Post-Training Quantization of Diffusion Large Language Models

2026-06-04 · Haoyu Huang, Linlin Yang, Sheng Xu, Boyu Liu 외 arxiv

Diffusion Large Language Models (dLLMs) refine tokens iteratively but commit them irreversibly, leading to a "stability lag" where early decisions remain fragile even after being written. We reveal that Post-Training Qua…

PTQ1.61: Push the Real Limit of Extremely Low-Bit Post-Training Quantization Methods for Large Language Models

2025-02-18 · Jiaqi Zhao, Miao Zhang, Ming Wang, Yuzhang Shang 외

Large Language Models (LLMs) suffer severe performance degradation when facing extremely low-bit (sub 2-bit) quantization. Several existing sub 2-bit post-training quantization (PTQ) methods utilize a mix-precision schem…

BinarizationQuantization