CLJan 17, 2020

Multi-step Joint-Modality Attention Network for Scene-Aware Dialogue System

arXiv:2001.06206v122 citations
AI Analysis

This addresses the problem of scene-aware dialogue systems for tasks like AVSD in DSTC8, but it is incremental as it builds on existing multimodal attention methods.

The paper tackled the challenge of multimodal dialogue systems understanding dynamic scenes and dialogue contexts by proposing a multi-step joint-modality attention network (JMAN) based on RNN for reasoning on videos, achieving relative improvements of 12.1% on ROUGE-L and 22.4% on CIDEr scores compared to the baseline.

Understanding dynamic scenes and dialogue contexts in order to converse with users has been challenging for multimodal dialogue systems. The 8-th Dialog System Technology Challenge (DSTC8) proposed an Audio Visual Scene-Aware Dialog (AVSD) task, which contains multiple modalities including audio, vision, and language, to evaluate how dialogue systems understand different modalities and response to users. In this paper, we proposed a multi-step joint-modality attention network (JMAN) based on recurrent neural network (RNN) to reason on videos. Our model performs a multi-step attention mechanism and jointly considers both visual and textual representations in each reasoning process to better integrate information from the two different modalities. Compared to the baseline released by AVSD organizers, our model achieves a relative 12.1% and 22.4% improvement over the baseline on ROUGE-L score and CIDEr score.

Foundations

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

Your Notes