paper-with-me

홈 › Papers

Meaning guided video captioning

2019-12-12 · Rushi J. Babariya, Toru Tamaki

Current video captioning approaches often suffer from problems of missing objects in the video to be described, while generating captions semantically similar with ground truth sentences. In this paper, we propose a new approach to video captioning that can describe objects detected by object detection, and generate captions having similar meaning with correct captions. Our model relies on S2VT, a sequence-to-sequence model for video captioning. Given a sequence of video frames, the encoding RNN takes a frame as well as detected objects in the frame in order to incorporate the information of the objects in the scene. The following decoding RNN outputs are then fed into an attention layer and then to a decoder for generating captions. The caption is compared with the ground truth by learning metric so that vector representations of generated captions are semantically similar to those of ground truth. Experimental results with the MSDV dataset demonstrate that the performance of the proposed approach is much better than the model without the proposed meaning-guided framework, showing the effectiveness of the proposed model. Code are publicly available at https://github.com/captanlevi/Meaning-guided-video-captioning-.

📄 PDF Abstract BibTeX arXiv:1912.05730

Code (1)

captanlevi/Meaning-guided-video-captioning- 공식 구현 pytorch

Tasks

Decoderobject-detectionObject DetectionVideo Captioning

Similar Papers 제목 키워드 기반

A Semantics-Assisted Video Captioning Model Trained with Scheduled Sampling

2019-08-31 · Haoran Chen, Ke Lin, Alexander Maye, Jianming Li 외

Given the features of a video, recurrent neural networks can be used to automatically generate a caption for the video. Existing methods for video captioning have at least three limitations. First, semantic information h…

SentenceVideo Captioning

Semantic-Aware Pretraining for Dense Video Captioning

2022-04-13 · Teng Wang, Zhu Liu, Feng Zheng, Zhichao Lu 외

This report describes the details of our approach for the event dense-captioning task in ActivityNet Challenge 2021. We present a semantic-aware pretraining method for dense video captioning, which empowers the learned f…

Dense CaptioningDense Video CaptioningVideo Captioning

Knowledge Guided Entity-aware Video Captioning and A Basketball Benchmark

2024-01-25 · Zeyu Xi, Ge Shi, Xuefen Li, Junchi Yan 외

Despite the recent emergence of video captioning models, how to generate the text description with specific entity names and fine-grained actions is far from being solved, which however has great applications such as bas…

DecoderVideo Captioning

VATEX Captioning Challenge 2019: Multi-modal Information Fusion and Multi-stage Training Strategy for Video Captioning

2019-10-13 · Ziqi Zhang, Yaya Shi, Jiutong Wei, Chunfeng Yuan 외

Multi-modal information is essential to describe what has happened in a video. In this work, we represent videos by various appearance, motion and audio information guided with video topic. By following multi-stage train…

Video Captioning

Team RUC_AIM3 Technical Report at Activitynet 2020 Task 2: Exploring Sequential Events Detection for Dense Video Captioning

2020-06-14 · Yuqing Song, Shi-Zhe Chen, Yida Zhao, Qin Jin

Detecting meaningful events in an untrimmed video is essential for dense video captioning. In this work, we propose a novel and simple model for event sequence generation and explore temporal relationships of the event s…

Dense CaptioningDense Video CaptioningTask 2Video Captioning