paper-with-me

Papers

SlimVLM: Sensitivity-aware Dynamic Structured Pruning with Adaptive Visual Token Selection for Efficient Vision-Language Models

2026-08-04 · Yaozhi Wen, Jialong Guo, Zhenliang Ni, Han Shu, Xinghao Chen arxiv

While Vision-Language Models (VLMs) have demonstrated remarkable performance in processing and understanding both text and images, their large parameter sizes lead to significant computational overhead, limiting their deployment on resource-constrained devices. While pruning has been effective for compressing Large Language Models (LLMs), directly applying it to VLMs leads to significant performance drops, largely due to redundant visual tokens interfering with importance estimation. To this end, we propose SlimVLM, a structured pruning framework designed to compress VLMs while preserving their task performance. We introduce an adaptive visual token selection strategy for VLMs that leverages average text-to-visual attention scores to assess the importance of visual tokens, removing redundant ones during pruning based on a set threshold, thereby optimizing the importance calculation. Recognizing the varying tolerance to sparsity across different modules, we also propose a Sensitivity-aware dynamic pruning mechanism that determines the appropriate pruning ratio for each module by calculating the linear reconstruction error between the outputs of the pruned and unpruned modules, ensuring overall performance stability. Experimental results show that SlimVLM outperforms existing methods across multiple multimodal benchmarks, achieving state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2608.03580

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hessian-Aware Pruning and Optimal Neural Implant

2021-01-22 · Shixing Yu, Zhewei Yao, Amir Gholami, Zhen Dong 외

Pruning is an effective method to reduce the memory footprint and FLOPs associated with neural network models. However, existing structured-pruning methods often result in significant accuracy degradation for moderate pr…

Sensitivity

Single Shot Structured Pruning Before Training

2020-07-01 · Joost van Amersfoort, Milad Alizadeh, Sebastian Farquhar, Nicholas Lane 외

We introduce a method to speed up training by 2x and inference by 3x in deep neural networks using structured pruning applied before training. Unlike previous works on pruning before training which prune individual weigh…

Sensitivity

TraceNAS: Zero-shot LLM Pruning via Gradient Trace Correlation

2026-02-02 · Prajna G. Malettira, Manish Nagaraj, Arjun Roy, Shubham Negi 외 arxiv

Structured pruning is essential for efficient deployment of Large Language Models (LLMs). The varying sensitivity of LLM sub-blocks to pruning necessitates the identification of optimal non-uniformly pruned models. Exist…

Neural Architecture Search

Structural Pruning via Spatial-aware Information Redundancy for Semantic Segmentation

2024-12-17 · Dongyue Wu, Zilin Guo, Li Yu, Nong Sang 외

In recent years, semantic segmentation has flourished in various applications. However, the high computational cost remains a significant challenge that hinders its further adoption. The filter pruning method for structu…

image-classificationImage ClassificationSegmentationSemantic Segmentation

MuCRASP: Multimodal Chain-of-thought Reasoning aware Structured Pruning

2026-05-25 · Aritra Dutta, Somak Aditya arxiv

Vision-language models (VLMs) increasingly rely on chain-of-thought (CoT) reasoning to solve complex multimodal tasks, but their large parameter sizes make deployment expensive. Structured pruning offers a natural soluti…