# Adversarial Multimodal Network for Movie Question Answering

**Authors:** Zhaoquan Yuan, Siyuan Sun, Lixin Duan, Xiao Wu, Changsheng Xu

arXiv: 1906.09844 · 2020-03-13

## TL;DR

This paper introduces an Adversarial Multimodal Network (AMN) that enhances video story understanding for question answering by learning coherent multimodal features through adversarial training and self-attention mechanisms, outperforming existing methods.

## Contribution

The paper proposes a novel AMN model that uses adversarial learning and self-attention to improve multimodal feature representation for video question answering.

## Key findings

- AMN outperforms state-of-the-art methods on MovieQA dataset.
- Self-attention enforces consistency in multimodal representations.
- Adversarial training enhances the coherence of multimodal features.

## Abstract

Visual question answering by using information from multiple modalities has attracted more and more attention in recent years. However, it is a very challenging task, as the visual content and natural language have quite different statistical properties. In this work, we present a method called Adversarial Multimodal Network (AMN) to better understand video stories for question answering. In AMN, as inspired by generative adversarial networks, we propose to learn multimodal feature representations by finding a more coherent subspace for video clips and the corresponding texts (e.g., subtitles and questions). Moreover, we introduce a self-attention mechanism to enforce the so-called consistency constraints in order to preserve the self-correlation of visual cues of the original video clips in the learned multimodal representations. Extensive experiments on the MovieQA dataset show the effectiveness of our proposed AMN over other published state-of-the-art methods.

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