TL;DR
This paper introduces WSVD, a novel weighted low-rank approximation technique that significantly accelerates vision-language models while maintaining accuracy, by applying a finer-grained SVD and adaptive importance weighting.
Contribution
The paper proposes Weighted SVD (WSVD), a new method that improves execution speed of VLMs through adaptive importance weighting and quantization, outperforming existing methods.
Findings
Achieves over 1.8x decoding speedup in VLMs.
Maintains model accuracy despite aggressive optimization.
Introduces a finer granularity SVD approach for better latency reduction.
Abstract
Singular Value Decomposition (SVD) has become an important technique for reducing the computational burden of Vision Language Models (VLMs), which play a central role in tasks such as image captioning and visual question answering. Although multiple prior works have proposed efficient SVD variants to enable low-rank operations, we find that in practice it remains difficult to achieve substantial latency reduction during model execution. To address this limitation, we introduce a new computational pattern and apply SVD at a finer granularity, enabling real and measurable improvements in execution latency. Furthermore, recognizing that weight elements differ in their relative importance, we adaptively allocate relative importance to each element during SVD process to better preserve accuracy, then extend this framework with quantization applied to both weights and activations, resulting…
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.
Code & Models
Videos
