English

EVC-MF: End-to-end Video Captioning Network with Multi-scale Features

Computer Vision and Pattern Recognition 2024-10-23 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2410.16624,
  title  = {EVC-MF: End-to-end Video Captioning Network with Multi-scale Features},
  author = {Tian-Zi Niu and Zhen-Duo Chen and Xin Luo and Xin-Shun Xu},
  journal= {arXiv preprint arXiv:2410.16624},
  year   = {2024}
}
R2 v1 2026-06-28T19:30:49.214Z