arXiv:2603.05950cs.CVcs.AI2026-03被引 3

根据图像信息密度动态调整视觉令牌数量,提升视觉语言模型效率

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

  • 基于特征矩阵奇异值谱的能量分布,自适应分配每张图的令牌数量
  • 简单图像减少35.8%令牌,性能仅降0.52%;复杂图像多用52.5%令牌,性能提升1.94%
  • 无需额外参数,兼容多种模型与剪枝策略,适合高效视觉语言模型部署

视觉令牌压缩对加速视觉语言模型(VLMs)至关重要,因为视觉输入以令牌序列形式表示,给大语言模型骨干带来显著计算开销。然而,多数剪枝方法将效率视为固定令牌数的选择问题,忽略图像信息密度的差异。本文提出E-AdaPrune,一种能量驱动的自适应剪枝框架,从视觉特征矩阵的奇异值谱中确定图像特定的令牌预算,并传递给现有剪枝器。通过保留一定比例的谱能量,该方法在信息密集场景分配更多令牌,在冗余场景分配更少令牌,且不引入额外可学习参数。我们在四个VLM骨干、三种剪枝器和九个基准上评估E-AdaPrune,设定相同平均令牌预算。结果表明,E-AdaPrune在简单案例中大幅去除冗余计算,并将节省的预算用于信息丰富案例,实现更大性能增益。特别地,在SQA$^\mathrm{I}$上使用Qwen2.5-VL-3B时,简单案例令牌减少35.8%,性能仅下降0.52%;节省的预算用于困难案例,其令牌增加52.5%,性能提升1.94%。

原文摘要 · Abstract (English)

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.

视觉语言模型令牌剪枝自适应推理高效计算

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。