paper-with-me

Papers

Hierarchical Memory Decoding for Video Captioning

2020-02-27 · Aming Wu, Yahong Han

Recent advances of video captioning often employ a recurrent neural network (RNN) as the decoder. However, RNN is prone to diluting long-term information. Recent works have demonstrated memory network (MemNet) has the advantage of storing long-term information. However, as the decoder, it has not been well exploited for video captioning. The reason partially comes from the difficulty of sequence decoding with MemNet. Instead of the common practice, i.e., sequence decoding with RNN, in this paper, we devise a novel memory decoder for video captioning. Concretely, after obtaining representation of each frame through a pre-trained network, we first fuse the visual and lexical information. Then, at each time step, we construct a multi-layer MemNet-based decoder, i.e., in each layer, we employ a memory set to store previous information and an attention mechanism to select the information related to the current input. Thus, this decoder avoids the dilution of long-term information. And the multi-layer architecture is helpful for capturing dependencies between frames and word sequences. Experimental results show that even without the encoding network, our decoder still could obtain competitive performance and outperform the performance of RNN decoder. Furthermore, compared with one-layer RNN decoder, our decoder has fewer parameters.

📄 PDF Abstract BibTeX arXiv:2002.11886

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVideo Captioning

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

HiCM$^2$: Hierarchical Compact Memory Modeling for Dense Video Captioning

2024-12-19 · Minkuk Kim, Hyeon Bae Kim, Jinyoung Moon, Jinwoo Choi 외

With the growing demand for solutions to real-world video challenges, interest in dense video captioning (DVC) has been on the rise. DVC involves the automatic captioning and localization of untrimmed videos. Several stu…

Dense Video CaptioningVideo Captioning

Hierarchical memory decoder for visual narrating

2020-09-01 · IEEE Transactions on Circuits and Systems for Video Technology 2020 9 · Aming Wu, Yahong Han, Zhou Zhao, Yi Yang

Visual narrating focuses on generating semantic descriptions to summarize visual content of images or videos, e.g., visual captioning and visual storytelling. The challenge mainly lies in how to design a decoder to gener…

DecoderImage CaptioningVideo CaptioningVisual Storytelling

Video Captioning with Boundary-aware Hierarchical Language Decoding and Joint Video Prediction

2018-07-08 · Xiangxi Shi, Jianfei Cai, Jiuxiang Gu, Shafiq Joty

The explosion of video data on the internet requires effective and efficient technology to generate captions automatically for people who are not able to watch the videos. Despite the great progress of video captioning r…

DecoderLanguage ModelingLanguage ModellingSentence+3

Streaming Dense Video Captioning

2024-04-01 · CVPR 2024 1 · Xingyi Zhou, Anurag Arnab, Shyamal Buch, Shen Yan 외

An ideal model for dense video captioning -- predicting captions localized temporally in a video -- should be able to handle long input videos, predict rich, detailed textual descriptions, and be able to produce outputs …

Dense Video CaptioningLive Video CaptioningVideo Captioning

NITS-VC System for VATEX Video Captioning Challenge 2020

2020-06-07 · Alok Singh, Thoudam Doren Singh, Sivaji Bandyopadhyay

Video captioning is process of summarising the content, event and action of the video into a short textual form which can be helpful in many research areas such as video guided machine translation, video sentiment analys…

DecoderMachine TranslationSentiment AnalysisTranslation+2