paper-with-me

Papers

Multimodal Memory Modelling for Video Captioning

2016-11-17 · Junbo Wang, Wei Wang, Yan Huang, Liang Wang, Tieniu Tan

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, e.g., convolutional neural networks (CNNs) and recurrent neural networks (RNNs), video captioning has made great progress. However, learning an effective mapping from visual sequence space to language space is still a challenging problem. In this paper, we propose a Multimodal Memory Model (M3) to describe videos, which builds a visual and textual shared memory to model the long-term visual-textual dependency and further guide global visual attention on described targets. Specifically, the proposed M3 attaches an external memory to store and retrieve both visual and textual contents by interacting with video and sentence with multiple read and write operations. First, text representation in the Long Short-Term Memory (LSTM) based text decoder is written into the memory, and the memory contents will be read out to guide an attention to select related visual targets. Then, the selected visual information is written into the memory, which will be further read out to the text decoder. To evaluate the proposed model, we perform experiments on two publicly benchmark datasets: MSVD and MSR-VTT. The experimental results demonstrate that our method outperforms the state-of-theart methods in terms of BLEU and METEOR.

📄 PDF Abstract BibTeX arXiv:1611.05592

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSentenceVideo Captioning

Similar Papers 제목 키워드 기반

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

Attention is all you need for Videos: Self-attention based Video Summarization using Universal Transformers

2019-06-06 · Manjot Bilkhu, Siyang Wang, Tushar Dobhal

Video Captioning and Summarization have become very popular in the recent years due to advancements in Sequence Modelling, with the resurgence of Long-Short Term Memory networks (LSTMs) and introduction of Gated Recurren…

AllDense Video CaptioningDimensionality ReductionVideo Captioning+1

Bidirectional Long-Short Term Memory for Video Description

2016-06-15 · Yi Bin, Yang Yang, Zi Huang, Fumin Shen 외

Video captioning has been attracting broad research attention in multimedia community. However, most existing approaches either ignore temporal information among video frames or just employ local contextual temporal know…

Language ModelingLanguage ModellingVideo CaptioningVideo Description

MA-LMM: Memory-Augmented Large Multimodal Model for Long-Term Video Understanding

2024-04-08 · CVPR 2024 1 · Bo He, Hengduo Li, Young Kyun Jang, Menglin Jia 외

With the success of large language models (LLMs), integrating the vision model into LLMs to build vision-language foundation models has gained much more interest recently. However, existing LLM-based large multimodal mod…

GPUMultiple-choiceQuestion AnsweringTemporal Relation Extraction+5

MAViC: Multimodal Active Learning for Video Captioning

2022-12-11 · Gyanendra Das, Xavier Thomas, Anant Raj, Vikram Gupta

A large number of annotated video-caption pairs are required for training video captioning models, resulting in high annotation costs. Active learning can be instrumental in reducing these annotation requirements. Howeve…

Active LearningDecoderSemantic SimilaritySemantic Textual Similarity+2