arXiv:2507.20842cs.CV2025-07ICCV被引 2

通过多阶段剪枝,让多视觉编码的视觉语言模型更高效

METEOR: Multi-Encoder Collaborative Token Pruning for Efficient Vision Language Models

  • 分三阶段剪枝:编码、融合、解码时逐步去除冗余视觉标记
  • 比EAGLE少76%视觉标记,性能仅下降0.3%(11项评测)
  • 适合追求高效率多视觉模型的开发者与研究者

视觉编码器是多模态理解的核心。单编码器架构如CLIP在跨任务泛化上存在固有局限,而现有基于多视觉编码器的融合方法虽性能优越,却带来高昂计算开销。为此,我们提出一种渐进式剪枝框架METEOR,针对多编码器视觉语言模型,在编码、融合与解码阶段均去除冗余视觉标记。在多视觉编码阶段,采用基于秩的协同标记分配策略,剔除各编码器内的冗余标记;在多视觉融合阶段,融合不同编码器特征的同时,通过协作剪枝减少跨编码器冗余;最后在大语言模型解码阶段,依据文本提示动态调整剪枝比例,自适应删除无关标记。据我们所知,这是首个成功实现多编码器视觉语言模型多阶段剪枝的方案。在11个基准测试中,相比典型多编码器模型EAGLE,METEOR将视觉标记减少76%,平均性能仅下降0.3%。代码已开源:https://github.com/YuchenLiu98/METEOR。

原文摘要 · Abstract (English)

Vision encoders serve as the cornerstone of multimodal understanding. Single-encoder architectures like CLIP exhibit inherent constraints in generalizing across diverse multimodal tasks, while recent multi-encoder fusion methods introduce prohibitive computational overhead to achieve superior performance using complementary visual representations from multiple vision encoders. To address this, we propose a progressive pruning framework, namely Multi-Encoder collaboraTivE tOken pRuning (METEOR), that eliminates redundant visual tokens across the encoding, fusion, and decoding stages for multi-encoder MLLMs. For multi-vision encoding, we discard redundant tokens within each encoder via a rank guided collaborative token assignment strategy. Subsequently, for multi-vision fusion, we combine the visual features from different encoders while reducing cross-encoder redundancy with cooperative pruning. Finally, we propose an adaptive token pruning method in the LLM decoding stage to further discard irrelevant tokens based on the text prompts with dynamically adjusting pruning ratios for specific task demands. To our best knowledge, this is the first successful attempt that achieves an efficient multi-encoder based vision language model with multi-stage pruning strategies. Extensive experiments on 11 benchmarks demonstrate the effectiveness of our proposed approach. Compared with EAGLE, a typical multi-encoder MLLMs, METEOR reduces 76% visual tokens with only 0.3% performance drop in average. The code is available at https://github.com/YuchenLiu98/METEOR.

多模态模型剪枝视觉语言模型

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