arXiv:2603.18850cs.CV2026-03

HORNet通过智能选帧,让视觉语言模型更高效准确地回答视频问题。

HORNet: Task-Guided Frame Selection for Video Question Answering with Vision-Language Models

  • 用GRPO训练轻量选帧策略,动态选择对答案最有帮助的视频帧。
  • 选帧减少99%输入量,处理时间降93%,在多个数据集上提升回答准确率。
  • 选帧策略可跨模型复用,无需重训,适合资源受限的视频问答场景。

基于视觉语言模型(VLM)的视频问答(VQA)高度依赖输入视频帧的选择,但现有系统多采用均匀或启发式采样,无法优化下游问答质量。本文提出轻量级帧选择策略HORNet,基于分组相对策略优化(GRPO)训练,学习冻结的VLM回答问题所需的关键帧。HORNet参数少于100万,可将输入帧数减少高达99%,VLM处理时间降低最多93%,在短视频基准上提升答案质量(MSVD-QA F1提升1.7%),在时序推理任务上表现优异(NExT-QA比均匀采样高7.3分)。我们将其形式化为“任意帧选择”(SAF),将视觉输入筛选与VLM推理解耦,并证明GRPO训练的选帧策略在分布外泛化能力优于监督和PPO方法。该策略可跨模型迁移,无需重训,在更强模型上带来额外8.5%相对增益。在涵盖341,877个问答对、114.2小时视频的六个基准上验证,优化‘看什么’是提升效率与性能的有效互补路径。代码已开源。

原文摘要 · Abstract (English)

Video question answering (VQA) with vision-language models (VLMs) depends critically on which frames are selected from the input video, yet most systems rely on uniform or heuristic sampling that cannot be optimized for downstream answering quality. We introduce \textbf{HORNet}, a lightweight frame selection policy trained with Group Relative Policy Optimization (GRPO) to learn which frames a frozen VLM needs to answer questions correctly. With fewer than 1M trainable parameters, HORNet reduces input frames by up to 99\% and VLM processing time by up to 93\%, while improving answer quality on short-form benchmarks (+1.7\% F1 on MSVD-QA) and achieving strong performance on temporal reasoning tasks (+7.3 points over uniform sampling on NExT-QA). We formalize this as Select Any Frames (SAF), a task that decouples visual input curation from VLM reasoning, and show that GRPO-trained selection generalizes better out-of-distribution than supervised and PPO alternatives. HORNet's policy further transfers across VLM answerers without retraining, yielding an additional 8.5\% relative gain when paired with a stronger model. Evaluated across six benchmarks spanning 341,877 QA pairs and 114.2 hours of video, our results demonstrate that optimizing \emph{what} a VLM sees is a practical and complementary alternative to optimizing what it generates while improving efficiency. Code is available at https://github.com/ostadabbas/HORNet.

视频问答帧选择VLM效率优化

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