端到端视频描述生成模型,用多尺度特征提升生成质量
EVC-MF: End-to-end Video Captioning Network with Multi-scale Features
- 直接输入视频帧到Transformer网络,动态学习多尺度视觉特征
- 融合多尺度特征并用掩码编码器减少冗余,提升特征有效性
- 增强解码器利用浅层文本信息,适合需要精准描述的场景
传统视频字幕生成方法依赖多种离线提取的特征,但这些特征因参数固定,仅在图像/视频理解任务上预训练,难以适配视频字幕数据集,且多忽略深层前分类器之前的浅层有用信息。此外,使用多个离线特征可能引入冗余。为此,我们提出一种基于端到端编码器-解码器的视频字幕模型EVC-MF,高效利用多尺度视觉与文本特征生成描述。EVC-MF包含三个模块:首先,不依赖多个特征提取器,直接将视频帧输入Transformer网络,获取多尺度视觉特征并更新参数;其次,融合多尺度特征输入掩码编码器,降低冗余,促进有效特征学习;最后,采用增强型Transformer解码器,可高效利用浅层文本信息生成字幕。在基准数据集上的实验表明,EVC-MF性能优于现有方法。
原文摘要 · Abstract (English)
Conventional approaches for video captioning leverage a variety of offline-extracted features to generate captions. Despite the availability of various offline-feature-extractors that offer diverse information from different perspectives, they have several limitations due to fixed parameters. Concretely, these extractors are solely pre-trained on image/video comprehension tasks, making them less adaptable to video caption datasets. Additionally, most of these extractors only capture features prior to the classifier of the pre-training task, ignoring a significant amount of valuable shallow information. Furthermore, employing multiple offline-features may introduce redundant information. To address these issues, we propose an end-to-end encoder-decoder-based network (EVC-MF) for video captioning, which efficiently utilizes multi-scale visual and textual features to generate video descriptions. Specifically, EVC-MF consists of three modules. Firstly, instead of relying on multiple feature extractors, we directly feed video frames into a transformer-based network to obtain multi-scale visual features and update feature extractor parameters. Secondly, we fuse the multi-scale features and input them into a masked encoder to reduce redundancy and encourage learning useful features. Finally, we utilize an enhanced transformer-based decoder, which can efficiently leverage shallow textual information, to generate video descriptions. To evaluate our proposed model, we conduct extensive experiments on benchmark datasets. The results demonstrate that EVC-MF yields competitive performance compared with the state-of-theart methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。