arXiv:2602.04864cs.CV2026-02被引 2

用多层级视觉特征减少图像令牌数,推理时灵活调整。

When LLaVA Meets Objects: Token Composition for Vision-Language-Models

论文配图:When LLaVA Meets Objects: Token Composition for Vision-Language-Models
图 1 · 摘自论文原文
  • 融合掩码对象、全局与局部图像块特征生成紧凑表示
  • 仅用少量视觉令牌即达原版LLaVA性能,推理时可动态删减令牌
  • 适合追求高效推理的视觉语言模型部署场景

当前自回归视觉语言模型依赖大量视觉令牌表示图像,导致推理计算开销大。为此,我们提出Mask-LLaVA框架,利用不同层次的视觉特征构建紧凑而信息丰富的视觉表示:结合掩码对象表示、全局令牌和局部图像块令牌。训练时使用所有令牌,但测试时可灵活舍弃部分掩码对象令牌,无需重训练即可动态调整推理令牌数量,且性能损失小。在多个标准基准上评估显示,该方法在仅使用极少量视觉令牌的情况下,性能媲美现有高效令牌方法,并接近原始LLaVA基线。分析表明,多层级特征融合可在减少令牌数的同时实现高效学习,并支持推理阶段动态选择令牌以保持良好性能。

原文摘要 · Abstract (English)

Current autoregressive Vision Language Models (VLMs) usually rely on a large number of visual tokens to represent images, resulting in a need for more compute especially at inference time. To address this problem, we propose Mask-LLaVA, a framework that leverages different levels of visual features to create a compact yet information-rich visual representation for autoregressive VLMs. Namely, we combine mask-based object representations together with global tokens and local patch tokens. While all tokens are used during training, it shows that the resulting model can flexibly drop especially the number of mask-based object-tokens at test time, allowing to adapt the number of tokens during inference without the need to retrain the model and without a significant drop in performance. We evaluate the proposed approach on a suite of standard benchmarks showing results competitive to current token efficient methods and comparable to the original LLaVA baseline using only a fraction of visual tokens. Our analysis demonstrates that combining multi-level features enables efficient learning with fewer tokens while allowing dynamic token selection at test time for good performance.

视觉语言模型令牌压缩动态推理

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