Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/8/4 16:49:53
When and Where to Look: Adaptive Visual Evidence Scheduling for Efficient Long Video Understanding
AI 中文解读
核心亮点:这项研究让AI看长视频时更“聪明”了,知道该什么时候细看、该看哪里,既省时间又看得准。
通俗解读:以前AI理解长视频,要么一次性随机抽几帧画面,容易漏掉关键细节;要么像无头苍蝇一样反复搜索,耗时又费力。现在这个叫EcoFrame的新方法,让AI像人一样看视频——先扫一眼,如果信息不够,就自动在关键片段多停留几帧仔细看,注意力集中在哪里就往哪里深挖。整个过程不用额外训练,AI自己就能判断“该加料了”还是“够了”,速度比同类方法快十几倍,准确性还更高。
实际影响:以后用AI处理监控录像、剪辑素材、搜索视频内容时,速度会大幅提升,成本也降低。比如你上传一段两小时的讲座视频,AI能快速找到你关心的知识点,而不是傻等它逐帧扫描。对普通用户来说,视频搜索、智能摘要这类功能会变得更流畅,手机和电脑上跑起来也不卡顿,用AI看长视频的体验会明显改善。
Efficient long-video understanding requires vision--language models (VLMs) to reason over a small number of frames selected as sparse visual evidence. Existing relevance-based methods rely on static one-shot selection with fixed frame budgets and candidate pools, while agent-based schedulers achieve adaptivity through costly multi-round reasoning and interactive search. We propose EcoFrame, a training-free framework for low-overhead query-adaptive visual evidence scheduling. EcoFrame leverages the VLM's inference feedback to determine when to increase the frame budget and where to search for additional candidate evidence. Specifically, entropy-gated budget scheduling uses output uncertainty to stop early when the current evidence is sufficient or progressively expand the frame budget otherwise. Meanwhile, attention-guided candidate proposal converts frame-level attention into a temporal prior, enabling dense local search in informative regions while preserving global coverage when attention is diffuse. Experiments on Video-MME, LongVideoBench, and MLVU demonstrate that EcoFrame achieves a better accuracy--efficiency trade-off across multiple VLM backbones. On Qwen2.5-VL, EcoFrame achieves an average accuracy of 64.4, surpassing BOLT at 63.5, while providing a $1.85\times$ speedup over AKS and BOLT. Compared with the agent-based A.I.R., EcoFrame maintains comparable accuracy with up to a $13.5\times$ inference speedup. Code will be available at https://github.com/AK-DREAM/EcoFrame.
分享
阅读原文 ↗