paper-with-me

홈 › Papers

Pruning All-Rounder: Rethinking and Improving Inference Efficiency for Large Vision Language Models

2024-12-09 · Wei Suo, Ji Ma, Mengyang Sun, Lin Yuanbo Wu, Peng Wang, Yanning Zhang

Although Large Vision-Language Models (LVLMs) have achieved impressive results, their high computational cost poses a significant barrier to wider application. To enhance inference efficiency, most existing approaches depend on parameter-dependent or token-dependent strategies to reduce computational demands. However, these methods typically require complex training processes and struggle to consistently select the most relevant tokens. In this paper, we systematically analyze the above challenges and provide a series of valuable insights for inference acceleration. Based on these findings, we propose a novel framework, the Pruning All-Rounder (PAR). Different from previous works, PAR develops a meta-router to adaptively organize pruning flows across both tokens and layers. With a self-supervised learning manner, our method achieves a superior balance between performance and efficiency. Notably, PAR is highly flexible, offering multiple pruning versions to address a range of pruning scenarios. The code for this work will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2412.06458

Code (0)

등록된 구현이 없습니다.

Tasks

AllSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Suspected Object Matters: Rethinking Model's Prediction for One-stage Visual Grounding

2022-03-10 · Yang Jiao, Zequn Jie, Jingjing Chen, Lin Ma 외

Recently, one-stage visual grounders attract high attention due to their comparable accuracy but significantly higher efficiency than two-stage grounders. However, inter-object relation modeling has not been well studied…

ObjectVisual Grounding

When Fewer Layers Break More Chains: Layer Pruning Harms Test-Time Scaling in LLMs

2025-10-25 · Keyu Wang, Tian Lyu, Guinan Su, Jonas Geiping 외 arxiv

Layer pruning has emerged as a widely adopted technique for improving the efficiency of large language models (LLMs). Although existing methods demonstrate strong performance retention on general knowledge tasks, their e…

General Knowledge

Rethinking Layer Redundancy: Calibration Matters More Than Search in LLM Depth Pruning

2026-04-27 · Minkyu Kim, Vincent-Daniel Yun, Youngrae Kim, Suin Cho 외 arxiv

Depth pruning improves the inference efficiency of large language models by removing Transformer blocks. Prior work typically treats layer redundancy as an inherent structural property of pretrained networks, emphasizing…

Rethinking the Value of Network Pruning

2018-10-11 · ICLR 2019 5 · Zhuang Liu, Ming-Jie Sun, Tinghui Zhou, Gao Huang 외

Network pruning is widely used for reducing the heavy inference cost of deep models in low-resource settings. A typical pruning algorithm is a three-stage pipeline, i.e., training (a large model), pruning and fine-tuning…

Network PruningNeural Architecture Search

LearnPruner: Rethinking Attention-based Token Pruning in Vision Language Models

2026-04-27 · Rinyoichi Takezoe, Yaqian Li, Zihao Bo, Anzhou Hou 외 arxiv

Vision-Language Models (VLMs) have recently demonstrated remarkable capabilities in visual understanding and reasoning, but they also impose significant computational burdens due to long visual sequence inputs. Recent wo…