paper-with-me

홈 › Papers

SAB-LVLM: Significance-Aware Binarization for Large Vision-Language Models

2026-07-02 · Qi Lyu, Jiahua Dong, Baichen Liu, Xudong Wang, Mingfei Han, Yulun Zhang, Fahad Shahbaz Khan, Salman Khan, Lianqing Liu, Zhi Han arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable progress in multimodal understanding, yet their enormous parameter scale and cross-modal computation incur substantial memory and latency overhead, severely limiting real-world deployment on resource-constrained devices. Binarization offers an attractive solution by drastically reducing storage and computational costs. However, existing binarization methods neglect the varying importance of weights across different layers and modalities. This causes parameters irrelevant to downstream tasks to be unnecessarily retained, whereas modality-critical weights may not be adequately optimized, resulting in significant performance degradation. To address these challenges, we develop a novel \underline{S}ignificance-\underline{A}ware \underline{B}inarization for \underline{L}arge \underline{V}ision-\underline{L}anguage \underline{M}odels (SAB-LVLM). Specifically, after constructing Hessian matrices for textual and visual inputs, we propose a spatial significance map to distinguish full-precision weights activated under a single modality from those activated across modalities. We then devise a modality-guided integration strategy to obtain the significance-aware binarization map, which measures weight significance across layers and modalities. Subsequently, this binarization map is incorporated into the binarization objective as an error reweighting term, and binarization fitting is performed through an alternating significance-weighted update scheme. Extensive experiments illustrate the superiority of our SAB-LVLM over existing binary PTQ methods under an approximately 1-bit compression constraint. Our code is accessible at https://github.com/LyuQi127/SAB_LVLM.

📄 PDF Abstract BibTeX arXiv:2607.01876

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stealthy Backdoor Attack in Self-Supervised Learning Vision Encoders for Large Vision Language Models

2025-02-25 · CVPR 2025 1 · Zhaoyi Liu, huan zhang

Self-supervised learning (SSL) vision encoders learn high-quality image representations and thus have become a vital part of developing vision modality of large vision language models (LVLMs). Due to the high cost of tra…

Backdoor AttackHallucinationSelf-Supervised Learning

FoPru: Focal Pruning for Efficient Large Vision-Language Models

2024-11-21 · Lei Jiang, Weizhe Huang, Tongxuan Liu, Yuting Zeng 외

Large Vision-Language Models (LVLMs) represent a significant advancement toward achieving superior multimodal capabilities by enabling powerful Large Language Models (LLMs) to understand visual input. Typically, LVLMs ut…

Fewer Tokens and Fewer Videos: Extending Video Understanding Abilities in Large Vision-Language Models

2024-06-12 · Shimin Chen, Yitian Yuan, Shaoxiang Chen, Zequn Jie 외

Amidst the advancements in image-based Large Vision-Language Models (image-LVLM), the transition to video-based models (video-LVLM) is hindered by the limited availability of quality video data. This paper addresses the …

Video Understanding

Evaluation and Enhancement of Semantic Grounding in Large Vision-Language Models

2023-09-07 · Jiaying Lu, Jinmeng Rao, Kezhen Chen, Xiaoyuan Guo 외

Large Vision-Language Models (LVLMs) offer remarkable benefits for a variety of vision-language tasks. However, a challenge hindering their application in real-world scenarios, particularly regarding safety, robustness, …

Question AnsweringVisual Question Answering

BiViT: Extremely Compressed Binary Vision Transformer

2022-11-14 · Yefei He, Zhenyu Lou, Luoming Zhang, Jing Liu 외

Model binarization can significantly compress model size, reduce energy consumption, and accelerate inference through efficient bit-wise operations. Although binarizing convolutional neural networks have been extensively…

Binarizationobject-detectionObject Detection