paper-with-me

Papers

Visual Commonsense-aware Representation Network for Video Captioning

2022-11-17 · Pengpeng Zeng, Haonan Zhang, Lianli Gao, Xiangpeng Li, Jin Qian, Heng Tao Shen

Generating consecutive descriptions for videos, i.e., Video Captioning, requires taking full advantage of visual representation along with the generation process. Existing video captioning methods focus on making an exploration of spatial-temporal representations and their relationships to produce inferences. However, such methods only exploit the superficial association contained in the video itself without considering the intrinsic visual commonsense knowledge that existed in a video dataset, which may hinder their capabilities of knowledge cognitive to reason accurate descriptions. To address this problem, we propose a simple yet effective method, called Visual Commonsense-aware Representation Network (VCRN), for video captioning. Specifically, we construct a Video Dictionary, a plug-and-play component, obtained by clustering all video features from the total dataset into multiple clustered centers without additional annotation. Each center implicitly represents a visual commonsense concept in the video domain, which is utilized in our proposed Visual Concept Selection (VCS) to obtain a video-related concept feature. Next, a Conceptual Integration Generation (CIG) is proposed to enhance the caption generation. Extensive experiments on three publicly video captioning benchmarks: MSVD, MSR-VTT, and VATEX, demonstrate that our method reaches state-of-the-art performance, indicating the effectiveness of our method. In addition, our approach is integrated into the existing method of video question answering and improves this performance, further showing the generalization of our method. Source code has been released at https://github.com/zchoi/VCRN.

📄 PDF Abstract BibTeX arXiv:2211.09469

Code (1)

zchoi/vcrn 공식 구현 pytorch

Tasks

Caption GenerationQuestion AnsweringVideo CaptioningVideo Question Answering

Similar Papers 제목 키워드 기반

Implicit and Explicit Commonsense for Multi-sentence Video Captioning

2023-03-14 · Shih-Han Chou, James J. Little, Leonid Sigal

Existing dense or paragraph video captioning approaches rely on holistic representations of videos, possibly coupled with learned object/action representations, to condition hierarchical language decoders. However, they …

Imitation LearningSentenceVideo Captioning

Relational Reasoning using Prior Knowledge for Visual Captioning

2019-06-04 · Jingyi Hou, Xinxiao Wu, Yayun Qi, Wentian Zhao 외

Exploiting relationships among objects has achieved remarkable progress in interpreting images or videos by natural language. Most existing methods resort to first detecting objects and their relationships, and then gene…

Image Captioningobject-detectionObject DetectionRelational Reasoning+2

Video2Commonsense: Generating Commonsense Descriptions to Enrich Video Captioning

2020-03-11 · EMNLP 2020 11 · Zhiyuan Fang, Tejas Gokhale, Pratyay Banerjee, Chitta Baral 외

Captioning is a crucial and challenging task for video understanding. In videos that involve active agents such as humans, the agent's actions can bring about myriad changes in the scene. Observable changes such as movem…

Question AnsweringVideo CaptioningVideo Understanding

On the Effects of Video Grounding on Language Models

2022-10-01 · MMMPIE (COLING) 2022 10 · Ehsan Doostmohammadi, Marco Kuhlmann

Transformer-based models trained on text and vision modalities try to improve the performance on multimodal downstream tasks or tackle the problem Transformer-based models trained on text and vision modalities try to imp…

Image CaptioningQuestion AnsweringVideo GroundingVisual Question Answering+1

Learning Commonsense-aware Moment-Text Alignment for Fast Video Temporal Grounding

2022-04-04 · Ziyue Wu, Junyu Gao, Shucheng Huang, Changsheng Xu

Grounding temporal video segments described in natural language queries effectively and efficiently is a crucial capability needed in vision-and-language fields. In this paper, we deal with the fast video temporal ground…

cross-modal alignmentNatural Language Queries