paper-with-me

Papers

Advancing Multimodal Large Language Models with Quantization-Aware Scale Learning for Efficient Adaptation

2024-08-07 · Jingjing Xie, Yuxin Zhang, Mingbao Lin, Liujuan Cao, Rongrong Ji

This paper presents the first study to explore the potential of parameter quantization for multimodal large language models to alleviate the significant resource constraint encountered during vision-language instruction tuning. We introduce a Quantization-aware Scale LeArning method based on multimodal Warmup, termed QSLAW. This method is grounded in two key innovations: (1) The learning of group-wise scale factors for quantized LLM weights to mitigate the quantization error arising from activation outliers and achieve more effective vision-language instruction tuning; (2) The implementation of a multimodal warmup that progressively integrates linguistic and multimodal training samples, thereby preventing overfitting of the quantized model to multimodal data while ensuring stable adaptation of multimodal large language models to downstream vision-language tasks. Extensive experiments demonstrate that models quantized by QSLAW perform on par with, or even surpass, their full-precision counterparts, while facilitating up to 1.4 times reduction in VL tuning time and GPU consumption. Our code is released at https://github.com/xjjxmu/QSLAW.

📄 PDF Abstract BibTeX arXiv:2408.03735

Code (1)

xjjxmu/qslaw 공식 구현 pytorch

Tasks

GPUQuantization

Similar Papers 제목 키워드 기반

AKVQ-VL: Attention-Aware KV Cache Adaptive 2-Bit Quantization for Vision-Language Models

2025-01-25 · Zunhai Su, Wang Shen, Linge Li, Zhe Chen 외

Vision-language models (VLMs) show remarkable performance in multimodal tasks. However, excessively long multimodal inputs lead to oversized Key-Value (KV) caches, resulting in significant memory consumption and I/O bott…

Quantization

MASQuant: Modality-Aware Smoothing Quantization for Multimodal Large Language Models

2026-03-05 · Lulu Hu, Wenhu Xiao, Xin Chen, Xinhua Xu 외 arxiv

Post-training quantization (PTQ) with computational invariance for Large Language Models~(LLMs) have demonstrated remarkable advances, however, their application to Multimodal Large Language Models~(MLLMs) presents subst…

CASP: Compression of Large Multimodal Models Based on Attention Sparsity

2025-03-07 · CVPR 2025 1 · Mohsen Gholami, Mohammad Akbari, Kevin Cannons, Yong Zhang

In this work, we propose an extreme compression technique for Large Multimodal Models (LMMs). While previous studies have explored quantization as an efficient post-training compression method for Large Language Models (…

Model CompressionQuantization

Evaluating the Impact of Post-Training Quantization on Reliable VQA with Multimodal LLMs

2026-02-08 · Paul Jonas Kurz, Tobias Jan Wieczorek, Mohamed A. Abdelsalam, Rahaf Aljundi 외 arxiv

Multimodal Large Language Models (MLLM) are increasingly deployed in domains where both reliability and efficiency are critical. However, current models remain overconfident, producing highly certain but incorrect answer…

Visual Question Answering

QAPruner: Quantization-Aware Vision Token Pruning for Multimodal Large Language Models

2026-04-03 · Xinhao Wang, Zhonyu Xia, Zhiwei Lin, Zhe Li 외 arxiv

Multimodal Large Language Models (MLLMs) have shown strong reasoning ability, but their high computational and memory costs hinder deployment in resource-constrained settings. While Post-Training Quantization (PTQ) and v…