paper-with-me

Papers

Multi-modal Dependency Tree for Video Captioning

2021-12-01 · NeurIPS 2021 12 · Wentian Zhao, Xinxiao wu, Jiebo Luo

Generating fluent and relevant language to describe visual content is critical for the video captioning task. Many existing methods generate captions using sequence models that predict words in a left-to-right order. In this paper, we investigate a graph-structured model for caption generation by explicitly modeling the hierarchical structure in the sentences to further improve the fluency and relevance of sentences. To this end, we propose a novel video captioning method that generates a sentence by first constructing a multi-modal dependency tree and then traversing the constructed tree, where the syntactic structure and semantic relationship in the sentence are represented by the tree topology. To take full advantage of the information from both vision and language, both the visual and textual representation features are encoded into each tree node. Different from existing dependency parsing methods that generate uni-modal dependency trees for language understanding, our method construct s multi-modal dependency trees for language generation of images and videos. We also propose a tree-structured reinforcement learning algorithm to effectively optimize the captioning model where a novel reward is designed by evaluating the semantic consistency between the generated sub-tree and the ground-truth tree. Extensive experiments on several video captioning datasets demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationDependency ParsingSentenceText GenerationVideo Captioning

Similar Papers 제목 키워드 기반

Video Captioning Using Weak Annotation

2020-09-02 · Jingyi Hou, Yunde Jia, Xinxiao wu, Yayun Qi

Video captioning has shown impressive progress in recent years. One key reason of the performance improvements made by existing methods lie in massive paired video-sentence data, but collecting such strong annotation, i.…

SentenceVideo CaptioningVisual Reasoning

M3: Multimodal Memory Modelling for Video Captioning

2018-06-01 · CVPR 2018 6 · Junbo Wang, Wei Wang, Yan Huang, Liang Wang 외

Video captioning which automatically translates video clips into natural language sentences is a very important task in computer vision. By virtue of recent deep learning technologies, video captioning has made great pro…

SentenceVideo Captioning

Multi-Modal interpretable automatic video captioning

2024-11-11 · Antoine Hanna-Asaad, Decky Aspandi, Titus Zaharia

Video captioning aims to describe video contents using natural language format that involves understanding and interpreting scenes, actions and events that occurs simultaneously on the view. Current approaches have mainl…

Decision MakingVideo Captioning

The Aligned Multimodal Movie Treebank: An audio, video, dependency-parse treebank

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Treebanks have traditionally included only text and were derived from written sources such as newspapers or the web. We introduce the Aligned Multimodal Movie Treebank, an English language treebank derived from naturalis…

Parallelized Autoregressive Decoding for Omni-Modal Dense Video Captioning

2026-07-03 · Wenzheng Zeng, Siyi Jiao, Chen Gao, Hwee Tou Ng 외 hf

Dense video captioning aims to generate temporally grounded descriptions of video events, benefiting both event-level video understanding and generation. In this domain, autoregressive video large language models have em…

Dense Video Captioning