Towards Understanding Best Practices for Quantization of Vision-Language Models
Gautom Das, Vincent La, Ethan Lau, Abhinav Shrivastava, Matthew Gwilliam

TL;DR
This paper investigates how various quantization methods impact the performance of vision-language models, providing insights into effective low-bit quantization strategies for multimodal systems.
Contribution
It systematically evaluates state-of-the-art quantization techniques on multimodal pipelines, revealing practical guidelines for efficient deployment of vision-language models.
Findings
Lower-bit quantization of LLMs maintains high accuracy.
Vision transformers and LLMs are similarly sensitive to quantization.
Quantization effects vary across different pipeline components.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Natural Language Processing Techniques
