paper-with-me

홈 › Papers

Video Fill In the Blank using LR/RL LSTMs with Spatial-Temporal Attentions

2017-04-15 · ICCV 2017 10 · Amir Mazaheri, Dong Zhang, Mubarak Shah

Given a video and a description sentence with one missing word (we call it the "source sentence"), Video-Fill-In-the-Blank (VFIB) problem is to find the missing word automatically. The contextual information of the sentence, as well as visual cues from the video, are important to infer the missing word accurately. Since the source sentence is broken into two fragments: the sentence's left fragment (before the blank) and the sentence's right fragment (after the blank), traditional Recurrent Neural Networks cannot encode this structure accurately because of many possible variations of the missing word in terms of the location and type of the word in the source sentence. For example, a missing word can be the first word or be in the middle of the sentence and it can be a verb or an adjective. In this paper, we propose a framework to tackle the textual encoding: Two separate LSTMs (the LR and RL LSTMs) are employed to encode the left and right sentence fragments and a novel structure is introduced to combine each fragment with an "external memory" corresponding the opposite fragments. For the visual encoding, end-to-end spatial and temporal attention models are employed to select discriminative visual representations to find the missing word. In the experiments, we demonstrate the superior performance of the proposed method on challenging VFIB problem. Furthermore, we introduce an extended and more generalized version of VFIB, which is not limited to a single blank. Our experiments indicate the generalization capability of our method in dealing with such more realistic scenarios.

📄 PDF Abstract BibTeX arXiv:1704.04689

Code (1)

amirmazaheri1990/VFIB-LRRLLSTMs

Tasks

Sentence

Similar Papers 제목 키워드 기반

Video Fill in the Blank with Merging LSTMs

2016-10-13 · Amir Mazaheri, Dong Zhang, Mubarak Shah

Given a video and its incomplete textural description with missing words, the Video-Fill-in-the-Blank (ViFitB) task is to automatically find the missing word. The contextual information of the sentences are important to …

Video Cloze Procedure for Self-Supervised Spatio-Temporal Learning

2020-01-02 · Dezhao Luo, Chang Liu, Yu Zhou, Dongbao Yang 외

We propose a novel self-supervised method, referred to as Video Cloze Procedure (VCP), to learn rich spatial-temporal representations. VCP first generates "blanks" by withholding video clips and then creates "options" by…

Action RecognitionRepresentation LearningRetrievalSelf-Supervised Action Recognition+3

Fill-in-the-Blank: A Challenging Video Understanding Evaluation Framework

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We propose fill-in-the-blanks as a video understanding evaluation framework. The task tests a model's understanding of a video by requiring the model to predict a masked noun phrase in the caption of the video, given the…

Multiple-choiceQuestion AnsweringVideo CaptioningVideo Question Answering+1

FIBER: Fill-in-the-Blanks as a Challenging Video Understanding Evaluation Framework

2021-04-09 · ACL 2022 5 · Santiago Castro, Ruoyao Wang, Pingxuan Huang, Ian Stewart 외

We propose fill-in-the-blanks as a video understanding evaluation framework and introduce FIBER -- a novel dataset consisting of 28,000 videos and descriptions in support of this evaluation framework. The fill-in-the-bla…

Language ModellingMultiple-choiceQuestion AnsweringVideo Captioning+2

Learning from Videos with Deep Convolutional LSTM Networks

2019-04-09 · Logan Courtney, Ramavarapu Sreenivas

This paper explores the use of convolution LSTMs to simultaneously learn spatial- and temporal-information in videos. A deep network of convolutional LSTMs allows the model to access the entire range of temporal informat…

LipreadingLip Reading