通过建模视频帧间语义关系,实现零样本视频描述生成
SGCap: Decoding Semantic Group for Zero-shot Video Captioning
- 引入语义分组解码策略,利用多帧信息并捕捉帧间时间关系
- 在多个基准上超越现有零样本方法,接近全监督模型性能
- 适合关注视频理解与零样本生成的研究者和开发者
零样本视频字幕生成旨在不依赖视频-文本配对数据的情况下生成描述句子,仍处于探索阶段。现有零样本图像字幕方法通常采用纯文本训练范式,由语言解码器重建来自CLIP的单句嵌入。然而直接扩展至视频领域效果不佳,因平均池化所有帧会忽略时间动态。为此,我们提出语义分组字幕(SGCap)方法。其核心是语义分组解码(SGD)策略,利用多帧信息并显式建模帧间时间关系。此外,现有方法依赖余弦相似度检索句子,并以单帧级字幕进行监督,缺乏充分的视频级监督。为此,我们引入关键句子选择(KSS)模块和概率采样监督(PSS)模块,构建语义多样化的句子组,建模时间动态并引导模型捕捉句间因果关系,从而提升泛化能力。在多个基准上的实验结果表明,SGCap显著优于以往最优零样本方法,甚至达到与全监督模型相当的性能。代码已开源:https://github.com/mlvccn/SGCap_Video。
原文摘要 · Abstract (English)
Zero-shot video captioning aims to generate sentences for describing videos without training the model on video-text pairs, which remains underexplored. Existing zero-shot image captioning methods typically adopt a text-only training paradigm, where a language decoder reconstructs single-sentence embeddings obtained from CLIP. However, directly extending them to the video domain is suboptimal, as applying average pooling over all frames neglects temporal dynamics. To address this challenge, we propose a Semantic Group Captioning (SGCap) method for zero-shot video captioning. In particular, it develops the Semantic Group Decoding (SGD) strategy to employ multi-frame information while explicitly modeling inter-frame temporal relationships. Furthermore, existing zero-shot captioning methods that rely on cosine similarity for sentence retrieval and reconstruct the description supervised by a single frame-level caption, fail to provide sufficient video-level supervision. To alleviate this, we introduce two key components, including the Key Sentences Selection (KSS) module and the Probability Sampling Supervision (PSS) module. The two modules construct semantically-diverse sentence groups that models temporal dynamics and guide the model to capture inter-sentence causal relationships, thereby enhancing its generalization ability to video captioning. Experimental results on several benchmarks demonstrate that SGCap significantly outperforms previous state-of-the-art zero-shot alternatives and even achieves performance competitive with fully supervised ones. Code is available at https://github.com/mlvccn/SGCap_Video.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。