paper-with-me

Papers

Energy-Driven Adaptive Visual Token Pruning for Efficient Vision-Language Models

2026-03-06 · Jialuo He, Huangxun Chen arxiv

Visual token reduction is critical for accelerating Vision-Language Models (VLMs), since visual inputs are represented as token sequences that introduce substantial computational overhead in the LLM backbone. However, most pruning pipelines treat efficiency primarily as a token selection problem and retain a fixed visual token budget across inputs, overlooking the substantial variation in image information density. We propose E-AdaPrune, an energy driven adaptive pruning framework that determines an image specific token budget from the singular value spectrum of the visual feature matrix and passes this budget to existing token selectors. By preserving a certain proportion of spectral energy, our method allocates more tokens to information dense scenes while assigning fewer tokens to redundant scenes, without introducing additional learnable parameters. We evaluate E-AdaPrune across four VLM backbones, three token selectors, and nine benchmarks under matched average token budgets. Results show that E-AdaPrune removes a substantial amount of redundant computation from simple cases and converts the saved budget into larger gains on information rich cases. Notably, on SQA$^\mathrm{I}$ with Qwen2.5-VL-3B, E-AdaPrune uses 35.8\% fewer tokens for simple cases with only a 0.52\% relative performance decrease. The saved budget is redirected to hard cases, which receive 52.5\% more tokens and achieve a 1.94\% relative performance improvement.

📄 PDF Abstract BibTeX arXiv:2603.05950

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Better You Learn, The Smarter You Prune: Towards Efficient Vision-language-action Models via Differentiable Token Pruning

2025-09-16 · Titong Jiang, Xuefeng Jiang, Yuan Ma, Xin Wen 외 arxiv

We present LightVLA, a simple yet effective differentiable token pruning framework for vision-language-action (VLA) models. While VLA models have shown impressive capability in executing real-world robotic tasks, their d…

Evading Visual Aphasia: Contrastive Adaptive Semantic Token Pruning for Vision-Language Models

2026-05-10 · Jie Ma, Yihang Liu, Zhike Qiu, Jiayi Ji 외 arxiv

Are low-attention visual tokens truly redundant in vision-language reasoning? Existing pruning methods often assume so, ranking visual tokens by shallow text-to-image attention and discarding low-scoring patches to accel…

Visual Grounding

ATP-LLaVA: Adaptive Token Pruning for Large Vision Language Models

2024-11-30 · CVPR 2025 1 · Xubing Ye, Yukang Gan, Yixiao Ge, Xiao-Ping Zhang 외

Large Vision Language Models (LVLMs) have achieved significant success across multi-modal tasks. However, the computational cost of processing long visual tokens can be prohibitively expensive on resource-limited devices…

Large Language Model

Mostly Text, Smart Visuals: Asymmetric Text-Visual Pruning for Large Vision-Language Models

2026-03-16 · Sijie Li, Biao Qian, Jungong Han arxiv

Network pruning is an effective technique for enabling lightweight Large Vision-Language Models (LVLMs), which primarily incorporates both weights and activations into the importance metric. However, existing efforts typ…

Network Pruning

ERASE: Eliminating Redundant Visual Tokens via Adaptive Two-Stage Token Pruning

2026-05-11 · Yuna Lee, Kyoungho Min, Yulhwa Kim arxiv

Recent advancements in Vision-Language Models (VLMs) enable large language models (LLMs) to process high-resolution images, significantly improving real-world multimodal understanding. However, this capability introduces…