Seeing Before Synthesizing: VLM-Guided Transition Event Discovery for Weakly-Supervised Dense Video Captioning· 在弱监督密集视频标注中以VLM引导过渡事件发现
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.
提出SBS框架改善视频事件描述与定位精度
- 核心方法
- 使用VLM生成帧级叙述,检测过渡并优化事件时间掩码
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 弱监督密集视频标注中过渡事件缺乏视觉基础与灵活性问题
- 关键实验
- 在ActivityNet Captions和YouCook2数据集上展示出当前最佳性能
- 主要贡献
- 提高了视频描述和事件定位的准确性
- 意义与局限
- 改善了弱监督条件下视频内容理解的精度,但依赖于高质量的VLM