CVCLLGDec 16, 2018

Visual Dialogue without Vision or Dialogue

arXiv:1812.06417v334 citations
Originality Incremental advance
AI Analysis

This work exposes potential flaws in existing Visual Dialogue methods and datasets, which could impact researchers in computer vision and natural language processing by questioning the validity of current benchmarks.

The authors tackled the Visual Dialogue task by developing a simple Canonical Correlation Analysis (CCA) method that ignores visual stimuli and dialogue sequencing, achieving near state-of-the-art performance on mean rank with significantly fewer parameters and faster learning. This result highlights issues in current complex approaches and dataset biases.

We characterise some of the quirks and shortcomings in the exploration of Visual Dialogue - a sequential question-answering task where the questions and corresponding answers are related through given visual stimuli. To do so, we develop an embarrassingly simple method based on Canonical Correlation Analysis (CCA) that, on the standard dataset, achieves near state-of-the-art performance on mean rank (MR). In direct contrast to current complex and over-parametrised architectures that are both compute and time intensive, our method ignores the visual stimuli, ignores the sequencing of dialogue, does not need gradients, uses off-the-shelf feature extractors, has at least an order of magnitude fewer parameters, and learns in practically no time. We argue that these results are indicative of issues in current approaches to Visual Dialogue and conduct analyses to highlight implicit dataset biases and effects of over-constrained evaluation metrics. Our code is publicly available.

Code Implementations2 repos
Foundations

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

Your Notes