arXiv:2601.15287cs.CV2026-01

研究视觉语言模型量化方法,发现低比特压缩仍能保持高精度。

Towards Understanding Best Practices for Quantization of Vision-Language Models

  • 测试多种量化方法在多模态管道中的效果
  • 低比特量化语言模型可实现高准确率,每权重仅需少量比特
  • 适合部署高效多模态模型的研发人员参考

大型语言模型(LLMs)在多种任务上表现优异,但当前系统依赖高速大内存GPU。为降低内存与延迟,实践者通常采用半精度量化参数。现有研究致力于在更激进的位宽下保持模型性能,部分工作已拓展至视觉变换器等模型。本研究探究了包括GPTQ和AWQ在内的多种量化方法,在由视觉模型、语言模型及其连接组件构成的多模态流水线中的应用效果。分析了位宽、量化方法及量化位置对图像描述、检索与问答任务性能的影响。结果表明,尽管视觉变换器(ViT)与语言模型(LLM)参数量差异显著,二者对整体性能影响相当;且对LLM进行低比特量化可在每权重比特数(bpw)极低的情况下仍保持高精度。这些发现为多模态大模型(MLLMs)的高效部署提供了实用指导,并强调了探索各组件敏感性的价值。代码已开源:https://github.com/gautomdas/mmq。

原文摘要 · Abstract (English)

Large language models (LLMs) deliver impressive results for a variety of tasks, but state-of-the-art systems require fast GPUs with large amounts of memory. To reduce both the memory and latency of these systems, practitioners quantize their learned parameters, typically at half precision. A growing body of research focuses on preserving the model performance with more aggressive bit widths, and some work has been done to apply these strategies to other models, like vision transformers. In our study we investigate how a variety of quantization methods, including state-of-the-art GPTQ and AWQ, can be applied effectively to multimodal pipelines comprised of vision models, language models, and their connectors. We address how performance on captioning, retrieval, and question answering can be affected by bit width, quantization method, and which portion of the pipeline the quantization is used for. Results reveal that ViT and LLM exhibit comparable importance in model performance, despite significant differences in parameter size, and that lower-bit quantization of the LLM achieves high accuracy at reduced bits per weight (bpw). These findings provide practical insights for efficient deployment of MLLMs and highlight the value of exploration for understanding component sensitivities in multimodal models. Our code is available at https://github.com/gautomdas/mmq.

量化多模态大模型

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