arXiv:2601.22716cs.LGcs.AI2026-01

用连续低秩分解实现高效高精度大模型量化与适配

Breaking the Blocks: Continuous Low-Rank Decomposed Scaling for Unified LLM Quantization and Adaptation

  • 将缩放参数建模为连续低秩矩阵,突破块状结构限制
  • 3比特下比普通浮点量化高27.0%准确率,推理快1.5倍
  • 可在低秩预算内实现高阶权重更新,适合模型压缩与微调

当前大模型量化方法多依赖块状结构以保证效率,但牺牲了表达灵活性。本文提出低秩分解缩放(LoRDS)框架,通过将缩放流形建模为连续低秩矩阵(S = BA),使逐元素量化在效率上可媲美块状量化,同时表达能力更强。该方法打破空间约束,构建了从高保真后训练量化初始化到联合量化感知训练、再到高秩乘法式参数高效微调的无缝效率生命周期。相比加性微调如QLoRA,LoRDS在低秩预算内实现高阶权重更新,且推理无额外开销。基于高度优化的Triton内核,该方法在多个模型族上均超越现有基线。尤其在Llama3-8B上,3比特下较NormalFloat量化准确率提升27.0%,在NVIDIA RTX 4090上实现1.5倍推理加速,并在下游任务中使PEFT性能较4比特QLoRA提升9.6%,提供统一的压缩与适配解决方案。

原文摘要 · Abstract (English)

Current quantization methods for LLMs predominantly rely on block-wise structures to maintain efficiency, often at the cost of representational flexibility. In this work, we demonstrate that element-wise quantization can be made as efficient as block-wise scaling while providing strictly superior expressive power by modeling the scaling manifold as continuous low-rank matrices ($S = BA$). We propose Low-Rank Decomposed Scaling (LoRDS), a unified framework that rethinks quantization granularity through this low-rank decomposition. By "breaking the blocks" of spatial constraints, LoRDS establishes a seamless efficiency lifecycle: it provides high-fidelity PTQ initialization refined via iterative optimization, enables joint QAT of weights and scaling factors, and facilitates high-rank multiplicative PEFT adaptation. Unlike additive PEFT approaches such as QLoRA, LoRDS enables high-rank weight updates within a low-rank budget while incurring no additional inference overhead. Supported by highly optimized Triton kernels, LoRDS consistently outperforms state-of-the-art baselines across various model families in both quantization and downstream fine-tuning tasks. Notably, on Llama3-8B, our method achieves up to a 27.0% accuracy improvement at 3 bits over NormalFloat quantization and delivers a 1.5x inference speedup on NVIDIA RTX 4090 while enhancing PEFT performance by 9.6% on downstream tasks over 4bit QLoRA, offering a robust and integrated solution for unified compression and adaptation of LLMs.

大模型量化低秩分解参数高效微调推理加速

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