English

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

Computation and Language 2026-03-17 v3 Artificial Intelligence

Abstract

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 strategies. However, the deployment of these models on edge devices remains challenging due to their massive parameter scale and high resource demands. While post-training quantization (PTQ) has emerged as a widely adopted technique for compressing AR LLMs, its applicability to dLLMs remains largely unexplored. In this work, we present the first systematic study on quantizing diffusion-based language models. We begin by identifying the presence of activation outliers, characterized by abnormally large activation values that dominate the dynamic range. These outliers pose a key challenge to low-bit quantization, as they make it difficult to preserve precision for the majority of values. More importantly, we implement state-of-the-art PTQ methods and conduct a comprehensive evaluation across multiple task types and model variants. Our analysis is structured along four key dimensions: bit-width, quantization method, task category, and model type. Through this multi-perspective evaluation, we offer practical insights into the quantization behavior of dLLMs under different configurations. We hope our findings provide a foundation for future research in efficient dLLM deployment. Our code is publicly available at https://github.com/FelixMessi/QDLM.

Keywords

Cite

@article{arxiv.2508.14896,
  title  = {Quantization Meets dLLMs: A Systematic Study of Post-training Quantization for Diffusion LLMs},
  author = {Haokun Lin and Haobo Xu and Yichen Wu and Ziyu Guo and Renrui Zhang and Zhichao Lu and Ying Wei and Qingfu Zhang and Zhenan Sun},
  journal= {arXiv preprint arXiv:2508.14896},
  year   = {2026}
}

Comments

Published in Machine Intelligence Research, DOI: 10.1007/s11633-025-1624-x

R2 v1 2026-07-01T04:58:48.668Z