Skip to content

โšก VLM Efficiency

๐Ÿ“ท CVPR2025 ยท 3 paper notes

๐Ÿ“Œ Same area in other venues: ๐Ÿ“ท CVPR2026 (63) ยท ๐Ÿ”ฌ ICLR2026 (18) ยท ๐Ÿ’ฌ ACL2026 (6) ยท ๐Ÿงช ICML2026 (4) ยท ๐Ÿค– AAAI2026 (5) ยท ๐Ÿง  NeurIPS2025 (8)

๐Ÿ”ฅ Top topics: Model Compression ร—2

COAP: Memory-Efficient Training with Correlation-Aware Gradient Projection

MBQ: Modality-Balanced Quantization for Large Vision-Language Models

This work identifies that the sensitivity of vision tokens and language tokens to quantization errors in large VLMs differs by more than tenfold. It proposes MBQ, a post-training quantization method that introduces a gradient-based modality-balancing factor during calibration. Under W3A16 and W4A8 configurations, MBQ improves accuracy by up to 4.4% and 11.6%, respectively, while achieving a 1.4ร— end-to-end acceleration.

Quantization without Tears

This paper proposes the QwT (Quantization without Tears) method, which compensates for quantization information loss by adding a lightweight linear compensation layer after each block of the quantized network. The parameters of this compensation layer can be obtained via a closed-form solution in under 2 minutes, significantly improving PTQ accuracy across various tasks including vision, language, and multimodality.