# Neural Reasoning, Fast and Slow, for Video Question Answering

**Authors:** Thao Minh Le, Vuong Le, Svetha Venkatesh, Truyen Tran

arXiv: 1907.04553 · 2020-04-14

## TL;DR

This paper introduces a dual-process neural architecture for video question answering, combining fast visual pattern encoding with slow, iterative reasoning, improving multi-step reasoning performance on benchmark datasets.

## Contribution

It proposes a novel dual-process neural model inspired by human reasoning, integrating rapid visual encoding with deliberative multi-step inference for Video QA.

## Key findings

- Achieves competitive results on SVQA and TGIF-QA datasets.
- Significantly improves multi-step reasoning accuracy.
- Demonstrates the effectiveness of dual-process architecture in Video QA.

## Abstract

What does it take to design a machine that learns to answer natural questions about a video? A Video QA system must simultaneously understand language, represent visual content over space-time, and iteratively transform these representations in response to lingual content in the query, and finally arriving at a sensible answer. While recent advances in lingual and visual question answering have enabled sophisticated representations and neural reasoning mechanisms, major challenges in Video QA remain on dynamic grounding of concepts, relations and actions to support the reasoning process. Inspired by the dual-process account of human reasoning, we design a dual process neural architecture, which is composed of a question-guided video processing module (System 1, fast and reactive) followed by a generic reasoning module (System 2, slow and deliberative). System 1 is a hierarchical model that encodes visual patterns about objects, actions and relations in space-time given the textual cues from the question. The encoded representation is a set of high-level visual features, which are then passed to System 2. Here multi-step inference follows to iteratively chain visual elements as instructed by the textual elements. The system is evaluated on the SVQA (synthetic) and TGIF-QA datasets (real), demonstrating competitive results, with a large margin in the case of multi-step reasoning.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04553/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04553/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1907.04553/full.md

---
Source: https://tomesphere.com/paper/1907.04553