arXiv:2606.04620cs.LGcs.AI2026-06

通过块级压缩与激活缩放,实现大模型高效低精度部署。

QuBLAST: A Framework for Quantizing Large Language Models with Block-Level Compression Approach and Activation Scaling Strategy

论文配图:QuBLAST: A Framework for Quantizing Large Language Models with Block-Level Compression Approach and Activation Scaling Strategy
图 1 · 摘自论文原文
  • 按注意力块差异设置不同量化精度,提升压缩效率。
  • 模型尺寸缩小40%-45.2%,推理性能损失小于5%。
  • 适用于非传统架构大模型,适合边缘设备部署。

大语言模型在自然语言处理任务中表现优异,但其巨大的计算与内存开销限制了在嵌入式系统中的部署。现有方法通常对网络中的注意力块采用统一的后训练量化(PTQ),忽略了同一网络内不同模块可采用不同量化级别的潜力;且为缓解激活值异常点的影响,常引入复杂操作,导致高计算开销。此外,现有方法未针对具有非传统注意力结构(如状态空间模型)的新一代大模型进行量化评估,而这类模型带来新的量化挑战。为此,本文提出 QuBLAST,一种新颖的后训练量化方法,结合块级压缩与激活缩放策略。该方法首先通过交叉熵损失分析预训练模型中各注意力块的敏感度,据此为每个块分配不同的权重量化精度;同时,为每个块设计激活缩放映射,控制激活值范围,有效缓解异常点影响。实验表明,QuBLAST 在 Qwen3-8B、Llama3-8B、Mistral v0.1-8B 与 Falcon H1R-7B 等多种模型上实现了 40%-45.2% 的模型尺寸压缩,且在 WikiText-2 与 WikiText-103 数据集上的困惑度增加不超过 5%。

原文摘要 · Abstract (English)

LLMs have become the state-of-the-art algorithms for solving NLP tasks. However, they typically come at huge computational and memory costs, thus making them difficult to deploy on embedded systems. Toward this, state-of-the-art methods typically employ uniform post-training quantization (PTQ) across attention blocks of the network, hence overlooking the potential of applying different quantization levels in the same network. They also employ complex operations to mitigate the negative impact of activation outliers, hence incurring high computational overheads. Moreover, they have not considered evaluation using emerging LLMs with non-conventional attention architectures (e.g., state-space models), which pose different challenges in applying quantization. To address these limitations, we propose QuBLAST, a novel PTQ methodology that employs block-level compression approach with activation scaling strategy for LLMs. Block-level compression approach enables mixed-precision quantization across blocks of the network, while activation scaling strategy efficiently mitigates the negative impact of activation outliers. Specifically, QuBLAST first analyzes the sensitivity of different attention blocks in the pre-trained model through the cross-entropy loss analysis. QuBLAST leverages this sensitivity analysis to determine the weight quantization level for each attention block in the model. Furthermore, QuBLAST employs the activation scaling map for each block to control the range of activation values and mitigate the negative impact of activation outliers, thereby enabling better quantization results. Experimental results show that, QuBLAST reduces model sizes by 40%-45.2% across different model architectures (i.e., Qwen3-8B, Llama3-8B, Mistral v0.1-8B, and Falcon H1R-7B), while maintaining the performance within 5% perplexity increase for the WikiText-2 and WikiText-103 datasets.

大模型量化混合精度边缘部署

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。