paper-with-me

홈 › Papers

BWLA: Breaking the Barrier of W1AX Post-Training Quantization for LLMs

2026-05-01 · Zhixiong Zhao, Zukang Xu, Dawei Yang arxiv

Large language models (LLMs) have driven major progress in NLP, yet their substantial memory and compute demands still hinder practical deployment. Binarization can compress weights to 1 bit, fundamentally lowering compute and bandwidth cost. However, existing methods cannot address activation heavy tails and thus must keep activations in high precision, preventing true end-to-end acceleration. To overcome this limitation, we propose BWLA (Binarized Weights and Low-bit Activations), the first post-training quantization framework that preserves high accuracy while achieving 1-bit weight quantization together with low-bit activations (e.g., 6 bits). The Orthogonal-Kronecker Transformation (OKT) learns an orthogonal mapping via EM minimization, converting unimodal weights into symmetric bimodal forms while suppressing activation tails and incoherence. The Proximal SVD Projection (PSP) then performs lightweight low-rank refinement through proximal SVD projection, further enhancing quantizability with minimal overhead. On Qwen3-32B, BWLA reaches a Wikitext2 perplexity of 11.92 under 6-bit activations (vs. 38 from SOTA), improves five zero-shot tasks by more than 70%, and delivers 3.26 times inference speedup, demonstrating strong potential for real-world LLM compression and acceleration.

📄 PDF Abstract BibTeX arXiv:2605.00422

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Merge-Friendly Post-Training Quantization for Multi-Target Domain Adaptation

2025-05-29 · JunCheol Shin, Minsang Seok, Seonggon Kim, Eunhyeok Park

Model merging has emerged as a powerful technique for combining task-specific weights, achieving superior performance in multi-target domain adaptation. However, when applied to practical scenarios, such as quantized mod…

Domain AdaptationMulti-target Domain AdaptationQuantization

Breaking Modality Heterogeneity in Low-Bit Quantization for Large Vision-Language Models

2026-05-19 · Yi Zhong, Haotong Qin, Xindong Zhang, Lei Zhang 외 arxiv

Low-bit post-training quantization (PTQ) is a pivotal technique for deploying Vision-Language Models (VLMs) on resource-constrained devices. However, existing PTQ methods often degrade VLMs' accuracy due to the heterogen…

BiLLM: Pushing the Limit of Post-Training Quantization for LLMs

2024-02-06 · Wei Huang, Yangdong Liu, Haotong Qin, Ying Li 외

Pretrained large language models (LLMs) exhibit exceptional general language processing capabilities but come with significant demands on memory and computational resources. As a powerful compression technology, binariza…

BinarizationGPUQuantization

On Jailbreaking Quantized Language Models Through Fault Injection Attacks

2025-07-04 · Noureldin Zahran, Ahmad Tahmasivand, Ihsen Alouani, Khaled Khasawneh 외 arxiv

The safety alignment of Language Models (LMs) is a critical concern, yet their integrity can be challenged by direct parameter manipulation attacks, such as those potentially induced by fault injection. As LMs are increa…

Improving Post Training Neural Quantization: Layer-wise Calibration and Integer Programming

2020-06-14 · Itay Hubara, Yury Nahshan, Yair Hanani, Ron Banner 외

Lately, post-training quantization methods have gained considerable attention, as they are simple to use, and require only a small unlabeled calibration set. This small dataset cannot be used to fine-tune the model witho…

Model CompressionQuantization