arXiv:2604.08084cs.CV2026-04

用扩散模型实现视频字幕并行生成,速度快且质量高

DiffVC: A Non-autoregressive Framework Based on Diffusion Model for Video Captioning

  • 基于扩散模型设计非自回归框架,支持并行解码
  • 在MSVD等数据集上CIDEr提升9.9,B@4提升2.6
  • 适合追求生成速度与高质量字幕的应用场景

当前视频字幕方法多采用编码器-解码器结构进行自回归生成,但存在生成慢、误差累积等问题。现有非自回归方法因多模态交互建模不足,生成质量有限。为此,我们提出基于扩散模型的非自回归视频字幕框架DiffVC。其并行解码有效缓解生成速度慢与误差累积问题。通过判别式条件扩散模型,在视觉表征约束下逐步去噪生成文本表示,并输入非自回归语言模型生成字幕。训练时对真实字幕文本添加高斯噪声,推理时直接从高斯分布采样。在MSVD、MSR-VTT和VATEX数据集上的实验表明,该方法优于以往非自回归方法,且达到与自回归方法相当的性能:最大提升CIDEr达9.9,B@4提升2.6,同时生成速度更快。源代码将很快公开。

原文摘要 · Abstract (English)

Current video captioning methods usually use an encoder-decoder structure to generate text autoregressively. However, autoregressive methods have inherent limitations such as slow generation speed and large cumulative error. Furthermore, the few non-autoregressive counterparts suffer from deficiencies in generation quality due to the lack of sufficient multimodal interaction modeling. Therefore, we propose a non-autoregressive framework based on Diffusion model for Video Captioning (DiffVC) to address these issues. Its parallel decoding can effectively solve the problems of generation speed and cumulative error. At the same time, our proposed discriminative conditional Diffusion Model can generate higher-quality textual descriptions. Specifically, we first encode the video into a visual representation. During training, Gaussian noise is added to the textual representation of the ground-truth caption. Then, a new textual representation is generated via the discriminative denoiser with the visual representation as a conditional constraint. Finally, we input the new textual representation into a non-autoregressive language model to generate captions. During inference, we directly sample noise from the Gaussian distribution for generation. Experiments on MSVD, MSR-VTT, and VATEX show that our method can outperform previous non-autoregressive methods and achieve comparable performance to autoregressive methods, e.g., it achieved a maximum improvement of 9.9 on the CIDEr and improvement of 2.6 on the B@4, while having faster generation speed. The source code will be available soon.

视频字幕扩散模型非自回归

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。