paper-with-me

Papers

Progressive Attention Memory Network for Movie Story Question Answering

2019-04-18 · CVPR 2019 6 · Junyeong Kim, Minuk Ma, Kyung-Su Kim, Sungjin Kim, Chang D. Yoo

This paper proposes the progressive attention memory network (PAMN) for movie story question answering (QA). Movie story QA is challenging compared to VQA in two aspects: (1) pinpointing the temporal parts relevant to answer the question is difficult as the movies are typically longer than an hour, (2) it has both video and subtitle where different questions require different modality to infer the answer. To overcome these challenges, PAMN involves three main features: (1) progressive attention mechanism that utilizes cues from both question and answer to progressively prune out irrelevant temporal parts in memory, (2) dynamic modality fusion that adaptively determines the contribution of each modality for answering the current question, and (3) belief correction answering scheme that successively corrects the prediction score on each candidate answer. Experiments on publicly available benchmark datasets, MovieQA and TVQA, demonstrate that each feature contributes to our movie story QA architecture, PAMN, and improves performance to achieve the state-of-the-art result. Qualitative analysis by visualizing the inference mechanism of PAMN is also provided.

📄 PDF Abstract BibTeX arXiv:1904.08607

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVideo Story QAVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Multimodal Dual Attention Memory for Video Story Question Answering

2018-09-21 · ECCV 2018 9 · Kyung-Min Kim, Seong-Ho Choi, Jin-Hwa Kim, Byoung-Tak Zhang

We propose a video story question-answering (QA) architecture, Multimodal Dual Attention Memory (MDAM). The key idea is to use a dual attention mechanism with late fusion. MDAM uses self-attention to learn the latent con…

Question Answering

DeepStory: Video Story QA by Deep Embedded Memory Networks

2017-07-04 · Kyung-Min Kim, Min-Oh Heo, Seong-Ho Choi, Byoung-Tak Zhang

Question-answering (QA) on video contents is a significant challenge for achieving human-level intelligence as it involves both vision and language in real-world settings. Here we demonstrate the possibility of an AI age…

AI AgentQuestion AnsweringTripletVideo Story QA

Neural Event Extraction from Movies Description

2018-06-01 · WS 2018 6 · Alex Tozzo, Dejan Jovanovi{\'c}, Mohamed Amer

We present a novel approach for event extraction and abstraction from movie descriptions. Our event frame consists of {``}who{''}, {``}did what{''} {``}to whom{''}, {``}where{''}, and {``}when{''}. We formulate our probl…

Event ExtractionMachine TranslationQuestion AnsweringStory Completion+1

A Read-Write Memory Network for Movie Story Understanding

2017-09-27 · ICCV 2017 10 · Seil Na, Sang-ho Lee, Ji-Sung Kim, Gunhee Kim

We propose a novel memory network model named Read-Write Memory Network (RWMN) to perform question and answering tasks for large-scale, multimodal movie story understanding. The key focus of our RWMN model is to design t…

Video Story QA

Video Dialog via Progressive Inference and Cross-Transformer

2019-11-01 · IJCNLP 2019 11 · Weike Jin, Zhou Zhao, Mao Gu, Jun Xiao 외

Video dialog is a new and challenging task, which requires the agent to answer questions combining video information with dialog history. And different from single-turn video question answering, the additional dialog his…

Answer GenerationQuestion AnsweringQuestion GenerationQuestion-Generation+2