arXiv:2508.02134cs.CV2025-08ICCV被引 3

无需训练即可让视频大模型瞬间理解更长视频,效率更高

Free-MoRef: Instantly Multiplexing Context Perception Capabilities of Video-MLLMs within Single Inference

  • 将视觉帧拆成多参考序列并行处理
  • 在单次推理中实现2到8倍长视频感知
  • 适合需要快速处理长视频的场景

视频多模态大模型在视频理解任务中取得显著进展,但受限于底层语言模型的上下文长度,现有模型在长视频场景下表现不佳。为有效理解更长输入帧,本文借鉴MoE思想,提出无需训练的Free-MoRef方法,在一次推理中即时复用视频大模型的上下文感知能力。具体而言,Free-MoRef将视觉标记重构为多个短序列作为多参考,并引入MoRef注意力机制,从并行参考块中收集线索以生成统一查询激活。在语言模型的影子层后,通过参考融合步骤,整合各并行块的关键标记,生成最终混合推理序列,弥补了MoRef注意力中缺失的跨参考交互。通过拆分与融合长视觉标记序列,Free-MoRef在推理时显著降低计算开销,提升长上下文感知能力。在VideoMME、MLVU、LongVideoBench上的实验表明,该方法可在单张A100 GPU上不使用压缩的情况下,实现2至8倍长度输入帧的完整感知,且响应即时,性能显著超越专门训练的长视频大模型。

原文摘要 · Abstract (English)

Video Multimodal Large Language Models~(Video-MLLM) have achieved remarkable advancements in video understanding tasks. However, constrained by the context length limitation in the underlying LLMs, existing Video-MLLMs typically exhibit suboptimal performance on long video scenarios. To understand extended input frames, common solutions span token compression and streaming inference techniques, which sacrifice feature granularity or inference efficiency. Differently, to efficiently achieve comprehensive understanding of longer frame inputs, we draw ideas from MoE and propose a training-free approach \textbf{Free-MoRef}, which instantly multiplexes the context perception capabilities of Video-MLLMs within one inference pass. Specifically, Free-MoRef reconstructs the vision tokens into several short sequences as multi-references. Subsequently, we introduce MoRef-attention, which gathers clues from the multi-reference chunks in parallel to summarize unified query activations. After the shadow layers in LLMs, a reference fusion step is derived to compose a final mixed reasoning sequence with key tokens from parallel chunks, which compensates the cross-reference vision interactions that are neglected in MoRef-attention. By splitting and fusing the long vision token sequences, Free-MoRef achieves improved performance under much lower computing costs in reasoning multiplexed context length, demonstrating strong efficiency and effectiveness. Experiments on VideoMME, MLVU, LongVideoBench show that Free-MoRef achieves full perception of 2$\times$ to 8$\times$ longer input frames without compression on a single A100 GPU while keeping instant responses, thereby bringing significant performance gains, even surpassing dedicatedly trained long-video-MLLMs. Codes are available at https://github.com/wkfdb/Free-MoRef

视频理解长视频高效推理

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