CVMar 29, 2018

Motion-Appearance Co-Memory Networks for Video Question Answering

arXiv:1803.10906v1261 citations
Originality Incremental advance
AI Analysis

This work improves video understanding for AI systems, though it appears incremental as it builds on existing Dynamic Memory Network concepts.

The paper tackled video question answering by proposing a motion-appearance co-memory network that addresses unique video attributes like long sequences and correlated motion-appearance cues, achieving state-of-the-art results on all four tasks of the TGIF-QA dataset.

Video Question Answering (QA) is an important task in understanding video temporal structure. We observe that there are three unique attributes of video QA compared with image QA: (1) it deals with long sequences of images containing richer information not only in quantity but also in variety; (2) motion and appearance information are usually correlated with each other and able to provide useful attention cues to the other; (3) different questions require different number of frames to infer the answer. Based these observations, we propose a motion-appearance comemory network for video QA. Our networks are built on concepts from Dynamic Memory Network (DMN) and introduces new mechanisms for video QA. Specifically, there are three salient aspects: (1) a co-memory attention mechanism that utilizes cues from both motion and appearance to generate attention; (2) a temporal conv-deconv network to generate multi-level contextual facts; (3) a dynamic fact ensemble method to construct temporal representation dynamically for different questions. We evaluate our method on TGIF-QA dataset, and the results outperform state-of-the-art significantly on all four tasks of TGIF-QA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes