paper-with-me

Papers

GRIP-VLM: Group-Relative Importance Pruning for Efficient Vision-Language Models

2026-05-13 · Mingzhe Huang, Weijun Wang, Xin Ding, Liang Mi, Hao Wen, Yuanchun Li, Lichen Pang, Shansong Yang, Yunxin Liu, Ting Cao arxiv

In Vision-Language Models (VLMs), processing a massive number of visual tokens incurs prohibitive computational overhead. While recent training-aware pruning methods attempt to selectively discard redundant tokens, they largely rely on continuous-gradient relaxations. However, visual token pruning is inherently a discrete, non-convex combinatorial problem; consequently, these continuous approximations frequently trap the optimization in sub-optimal local minima, especially under aggressive compression budgets. To overcome this fundamental bottleneck, we propose GRIP-VLM, a Group-Relative Importance Pruning framework driven by Reinforcement Learning. Rather than relying on smooth-gradient assumptions, GRIP-VLM formulates pruning as a Markov Decision Process, employing a Group Relative Policy Optimization (GRPO) paradigm anchored by supervised warm-up to directly explore the discrete selection space. Integrated with a budget-aware scorer, our lightweight agent dynamically evaluates per-token importance and adapts to arbitrary compression ratios without retraining. Extensive experiments across diverse multimodal benchmarks demonstrate that GRIP-VLM consistently outperforms heuristic and supervised-learning baselines, achieving a superior Pareto frontier and delivering up to a 15\% inference speedup at equal accuracy.

📄 PDF Abstract BibTeX arXiv:2605.13375

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

FairGRAPE: Fairness-aware GRAdient Pruning mEthod for Face Attribute Classification

2022-07-22 · Xiaofeng Lin, Seungbae Kim, Jungseock Joo

Existing pruning techniques preserve deep neural networks' overall ability to make correct predictions but may also amplify hidden biases during the compression process. We propose a novel pruning method, Fairness-aware …

AttributeFairness

Component-Aware Pruning Framework for Neural Network Controllers via Gradient-Based Importance Estimation

2026-01-27 · Ganesh Sundaram, Jonas Ulmen, Daniel Görges arxiv

The transition from monolithic to multi-component neural architectures in advanced neural network controllers poses substantial challenges due to the high computational complexity of the latter. Conventional model compre…

Model Compression

Isomorphic Pruning for Vision Models

2024-07-05 · Gongfan Fang, Xinyin Ma, Michael Bi Mi, Xinchao Wang

Structured pruning reduces the computational overhead of deep neural networks by removing redundant sub-structures. However, assessing the relative importance of different sub-structures remains a significant challenge, …

Structured Pruning for Efficient ConvNets via Incremental Regularization

2018-11-20 · NIPS Workshop CDNNRIA 2018 · Huan Wang, Qiming Zhang, Yuehai Wang, Haoji Hu

Parameter pruning is a promising approach for CNN compression and acceleration by eliminating redundant model parameters with tolerable performance loss. Despite its effectiveness, existing regularization-based parameter…

Influence of Gripper Design on Human Demonstration Quality for Robot Learning

2026-03-17 · Gina L. Georgadarellis, Natalija Beslic, Seonhun Lee, Frank C. Sup 외 arxiv

Opening sterile medical packaging is routine for healthcare workers but remains challenging for robots. Learning from demonstration enables robots to acquire manipulation skills directly from humans, and handheld gripper…