# Multimodal Transformer Networks for End-to-End Video-Grounded Dialogue   Systems

**Authors:** Hung Le, Doyen Sahoo, Nancy F. Chen, Steven C.H. Hoi

arXiv: 1907.01166 · 2020-02-26

## TL;DR

This paper introduces Multimodal Transformer Networks (MTN) for video-grounded dialogue systems, effectively capturing complex dependencies across multiple modalities and outperforming existing models on DSTC7.

## Contribution

The paper proposes a novel Multimodal Transformer architecture with query-aware attention and a token-level decoding training procedure for improved video-grounded dialogue.

## Key findings

- Achieved state-of-the-art results on DSTC7.
- Model generalizes well to other multimodal dialogue tasks.
- Effective encoding of long-term dependencies in videos.

## Abstract

Developing Video-Grounded Dialogue Systems (VGDS), where a dialogue is conducted based on visual and audio aspects of a given video, is significantly more challenging than traditional image or text-grounded dialogue systems because (1) feature space of videos span across multiple picture frames, making it difficult to obtain semantic information; and (2) a dialogue agent must perceive and process information from different modalities (audio, video, caption, etc.) to obtain a comprehensive understanding. Most existing work is based on RNNs and sequence-to-sequence architectures, which are not very effective for capturing complex long-term dependencies (like in videos). To overcome this, we propose Multimodal Transformer Networks (MTN) to encode videos and incorporate information from different modalities. We also propose query-aware attention through an auto-encoder to extract query-aware features from non-text modalities. We develop a training procedure to simulate token-level decoding to improve the quality of generated responses during inference. We get state of the art performance on Dialogue System Technology Challenge 7 (DSTC7). Our model also generalizes to another multimodal visual-grounded dialogue task, and obtains promising performance. We implemented our models using PyTorch and the code is released at https://github.com/henryhungle/MTN.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01166/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1907.01166/full.md

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