paper-with-me

홈 › Papers

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

2026-06-03 · Xin Yan, Aqiang Wang, Zhenglin Wan, Xingrui Yu, Ivor Tsang 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 sizes and iterative denoising process introduce substantial memory and computational overhead, motivating post-training quantization for efficient deployment. In this paper, we identify two key challenges for low-bit DLLM quantization: state-dependent activation disparity and temporal error accumulation. Masked and unmasked tokens exhibit different activation distributions within each denoising step, while quantization errors can accumulate across steps during iterative decoding. To address these challenges, we propose STaR-Quant, a state-time consistent PTQ framework for DLLMs. STaR-Quant introduces State-Guided Activation Transformation (SGAT) to assign masked and unmasked tokens to different activation transformation spaces with a unified static weight-side transformation. It further introduces Temporal Attention Compensation (TAC) to correct the quantized attention representation via a lightweight block-diagonal affine mapping. Experiments on representative DLLMs demonstrate that STaR-Quant consistently improves low-bit weight-activation quantization over strong PTQ baselines, while delivering up to 1.69x speedup and 3.14x memory saving over FP16 deployment.

📄 PDF Abstract BibTeX arXiv:2606.04945

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

STAR: Detecting Inference-time Backdoors in LLM Reasoning via State-Transition Amplification Ratio

2026-01-13 · Seong-Gyu Park, Sohee Park, Jisu Lee, Hyunsik Na 외 arxiv

Recent LLMs increasingly integrate reasoning mechanisms like Chain-of-Thought (CoT). However, this explicit reasoning exposes a new attack surface for inference-time backdoors, which inject malicious reasoning paths with…

General Knowledge

PoTPTQ: A Two-step Power-of-Two Post-training for LLMs

2025-07-16 · Xinyu Wang, Vahid Partovi Nia, Peng Lu, Jerry Huang 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable performance across various natural language processing (NLP) tasks. However, their deployment is challenging due to the substantial computational resources requir…

Guiding Posterior Exploration with Optimizer-Derived Geometry

2026-07-28 · Moritz Schlager, Emanuel Sommer, Thomas Möllenhoff, David Rügamer arxiv

Sampling-based methods offer a principled approach to uncertainty quantification in Bayesian neural networks. Their practical use, however, is often challenged by the computational cost of exploring high-dimensional and …

UniSVQ: 2-bit Unified Scalar-Vector Quantization

2026-06-09 · Haoyu Wang, Haiyan Zhao, Xingyu Yu, Zhangyang Yao 외 arxiv

Post-training quantization at the 2-bit level enables low-cost deployment and inference acceleration for large language models (LLMs). Scalar quantization (SQ) and vector quantization (VQ) are two primary quantization me…

Sharpness-Aware Pretraining Mitigates Catastrophic Forgetting

2026-05-04 · Ishaan Watts, Catherine Li, Sachin Goyal, Jacob Mitchell Springer 외 arxiv

Pretraining optimizers are tuned to produce the strongest possible base model, on the assumption that a stronger starting point yields a stronger model after subsequent changes like post-training and quantization. This o…