Understand
Visual Question Answering (VQA) emerges as one of the most fascinating topics in computer vision recently.
- Many state of the art methods naively use holistic visual features with language features into a Long Short-Term Memory (LSTM) module, neglecting the sophisticated interaction between them.
- This coarse modeling also blocks the possibilities of exploring finer-grained local features that contribute to the question answering dynamically over time.
- This paper addresses this fundamental problem by directly modeling the temporal dynamics between language and all possible local image patches.
Reading the bibliography…