用混合图文模型生成视频动作与场景双类型描述,提升长视频理解效率。
Controllable Hybrid Captioner for Improved Long-form Video Understanding
- 通过输入触发词控制生成动作或场景描述,实现灵活切换。
- 结合LaViLa与LLaVA模型,使文本记忆更完整,覆盖动作与静态场景。
- 仅用一个模型完成双任务,相比独立模型提速30%以上。
长时视频数据具有极高的密度和维度。基于文本的摘要能以更紧凑的形式表达查询相关的内容,且易于被当前先进的大语言模型(LLMs)处理,从而支持对视频内容进行复杂自然语言问答。为此,我们采用视频字幕生成器对较短视频片段逐段构建文本记忆,使时空建模在计算上可行。我们探索了如何将视频划分为有意义的片段,使文字描述更准确反映内容结构。由于字幕多聚焦于人类动作,而问题可能涉及场景其他信息,因此我们利用视觉语言模型(VLMs,如LLaVA)补充静态场景描述,丰富文本记忆。系统结合LaViLa字幕模型与大语言模型,回答视频相关问题。最终,我们成功微调了LaViLa,使其能同时生成动作与场景字幕,显著提升字幕生成效率,相比使用独立模型分别处理两类任务提升了30%以上。所提出的可控混合字幕生成器可通过特定输入标记识别场景变化,动态切换生成模式。
原文摘要 · Abstract (English)
Video data, especially long-form video, is extremely dense and high-dimensional. Text-based summaries of video content offer a way to represent query-relevant content in a much more compact manner than raw video. In addition, textual representations are easily ingested by state-of-the-art large language models (LLMs), which enable reasoning over video content to answer complex natural language queries. To solve this issue, we rely on the progressive construction of a text-based memory by a video captioner operating on shorter chunks of the video, where spatio-temporal modeling is computationally feasible. We explore ways to improve the quality of the activity log comprised solely of short video captions. Because the video captions tend to be focused on human actions, and questions may pertain to other information in the scene, we seek to enrich the memory with static scene descriptions using Vision Language Models (VLMs). Our video understanding system relies on the LaViLa video captioner in combination with a LLM to answer questions about videos. We first explored different ways of partitioning the video into meaningful segments such that the textual descriptions more accurately reflect the structure of the video content. Furthermore, we incorporated static scene descriptions into the captioning pipeline using LLaVA VLM, resulting in a more detailed and complete caption log and expanding the space of questions that are answerable from the textual memory. Finally, we have successfully fine-tuned the LaViLa video captioner to produce both action and scene captions, significantly improving the efficiency of the captioning pipeline compared to using separate captioning models for the two tasks. Our model, controllable hybrid captioner, can alternate between different types of captions according to special input tokens that signals scene changes detected in the video.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。