基本信息

要点解读

这是什么

该框架利用视觉语言模型在视频的间隔区段生成帧级叙事,并通过检测语义变化来定位事件转换,仅凭有序的事件描述即可在弱监督下完成稠密视频字幕和事件定位。

用在哪里

适用于在未剪辑的长视频中自动发现并描述多个事件的应用,如视频检索、监控和教育内容的结构化。面向从事视频理解、弱监督学习以及多模态模型研发的科研人员和工程师。

可以推断的

推测:采用语义变化点划分事件边界可能提升定位的精度。
推测:逐帧叙事生成会增加计算开销,需要在资源消耗与性能之间做权衡。

来源摘要/节选

Weakly-Supervised Dense Video Captioning aims to localize and describe multiple events in untrimmed videos given only an ordered set of event-level captions per video. Recent work synthesizes auxiliary transition captions via LLM to provide additional vision-language alignment, but these captions lack visual grounding and are rigidly assigned to every inter-event gap at a fixed location and duration. To address these, we propose Seeing Before Synthesizing (SBS), a framework that adaptively provides visually grounded linguistic guidance only where warranted. Leveraging a VLM, we generate frame-level narratives for the inter-event gaps and detect transitions from the semantic variation across them. For identified transitions, we then refine inter-event temporal masks by blending the temporal midpoint with the semantic change point and selecting the width that maximizes vision-language alignment. Experiments on ActivityNet Captions and YouCook2 demonstrate state-of-the-art performance in both captioning and localization.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。