paper-with-me

홈 › Papers

On the Quantization Robustness of Diffusion Language Models in Coding Benchmarks

2026-04-22 · Aarav Gupta, Gururaj Deshpande, Chandreyi Chakraborty arxiv

Auto-regressive Large Language Models (LLMs) achieve strong performance on coding tasks, but incur high memory and inference costs. Diffusion-based language models (d-LLMs) offer bounded inference cost via iterative denoising, but their behavior under post-training quantization (PTQ) has been sparsely explored. We investigate the application and robustness of PTQ techniques, specifically GPTQ and a modified Hessian-Aware Quantization (HAWQ) algorithm, on a diffusion-based coding LLM (CoDA) and observe that these methods applied to CoDA exhibit greater robustness at low bitwidths compared to Qwen3-1.7B, its auto-regressive counterpart, under a standardized evaluation pipeline. We find that in our setup, CoDA exhibits greater robustness at low bitwidths (2-4 bits), with smaller accuracy degradation across HumanEval and MBPP benchmarks. Additionally, mixed-precision configurations derived from HAWQ provide smooth trade-offs across accuracy, latency, and memory. The results suggest that diffusion LLMs may offer advantages for efficient deployment due to more quantization-resilience.

📄 PDF Abstract BibTeX arXiv:2604.20079

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Image and Video Tokenization with Binary Spherical Quantization

2024-06-11 · Yue Zhao, Yuanjun Xiong, Philipp Krähenbühl

We propose a new transformer-based image and video tokenizer with Binary Spherical Quantization (BSQ). BSQ projects the high-dimensional visual embedding to a lower-dimensional hypersphere and then applies binary quantiz…

DecoderImage GenerationQuantizationVideo Compression+1

DiSTAR: Diffusion over a Scalable Token Autoregressive Representation for Speech Generation

2025-10-14 · Yakun Song, Xiaobin Zhuang, Jiawei Chen, Zhikang Niu 외 arxiv

Recent attempts to interleave autoregressive (AR) sketchers with diffusion-based refiners over continuous speech representations have shown promise, but they remain brittle under distribution shift and offer limited leve…

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…

Enhancing Trustworthiness with Mixed Precision: Benchmarks, Opportunities, and Challenges

2025-11-27 · Guanxi Lu, Hao Mark Chen, Zhiqiang Que, Wayne Luk 외 arxiv

Large language models (LLMs) have shown promising performance across various tasks. However, their autoregressive decoding process poses significant challenges for efficient deployment on existing AI hardware. Quantizati…

Adversarial RobustnessModel Compression

Fast-dVLM: Efficient Block-Diffusion VLM via Direct Conversion from Autoregressive VLM

2026-04-08 · Chengyue Wu, Shiyi Lan, Yonggan Fu, Sensen Gao 외 arxiv

Vision-language models (VLMs) predominantly rely on autoregressive decoding, which generates tokens one at a time and fundamentally limits inference throughput. This limitation is especially acute in physical AI scenario…

Autonomous DrivingText Generation