CVCLNov 17, 2019

DualVD: An Adaptive Dual Encoding Model for Deep Visual Understanding in Visual Dialogue

arXiv:1911.07251v172 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving visual understanding for AI systems in multi-turn visual dialogue, offering incremental advancements through a novel hybrid approach.

The authors tackled the challenge of learning comprehensive image representations for Visual Dialogue by proposing DualVD, an adaptive dual encoding model that captures both visual and semantic perspectives and adaptively selects question-relevant features. The method achieved state-of-the-art results on benchmark datasets and provides insights into human cognition through modality contribution visualization.

Different from Visual Question Answering task that requires to answer only one question about an image, Visual Dialogue involves multiple questions which cover a broad range of visual content that could be related to any objects, relationships or semantics. The key challenge in Visual Dialogue task is thus to learn a more comprehensive and semantic-rich image representation which may have adaptive attentions on the image for variant questions. In this research, we propose a novel model to depict an image from both visual and semantic perspectives. Specifically, the visual view helps capture the appearance-level information, including objects and their relationships, while the semantic view enables the agent to understand high-level visual semantics from the whole image to the local regions. Futhermore, on top of such multi-view image features, we propose a feature selection framework which is able to adaptively capture question-relevant information hierarchically in fine-grained level. The proposed method achieved state-of-the-art results on benchmark Visual Dialogue datasets. More importantly, we can tell which modality (visual or semantic) has more contribution in answering the current question by visualizing the gate values. It gives us insights in understanding of human cognition in Visual Dialogue.

Code Implementations1 repo
Foundations

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

Your Notes