CLCVDec 22, 2016

Understanding Image and Text Simultaneously: a Dual Vision-Language Machine Comprehension Task

arXiv:1612.07833v19 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving multi-modal understanding for AI systems, though it is incremental as it builds on existing datasets and tasks.

The authors introduced a new multi-modal vision-language comprehension task requiring systems to select the most suitable text for a scene from similar options, and they created a large-scale dataset from COCO images and captions with baseline approaches showing utility in advancing comprehension.

We introduce a new multi-modal task for computer systems, posed as a combined vision-language comprehension challenge: identifying the most suitable text describing a scene, given several similar options. Accomplishing the task entails demonstrating comprehension beyond just recognizing "keywords" (or key-phrases) and their corresponding visual concepts. Instead, it requires an alignment between the representations of the two modalities that achieves a visually-grounded "understanding" of various linguistic elements and their dependencies. This new task also admits an easy-to-compute and well-studied metric: the accuracy in detecting the true target among the decoys. The paper makes several contributions: an effective and extensible mechanism for generating decoys from (human-created) image captions; an instance of applying this mechanism, yielding a large-scale machine comprehension dataset (based on the COCO images and captions) that we make publicly available; human evaluation results on this dataset, informing a performance upper-bound; and several baseline and competitive learning approaches that illustrate the utility of the proposed task and dataset in advancing both image and language comprehension. We also show that, in a multi-task learning setting, the performance on the proposed task is positively correlated with the end-to-end task of image captioning.

Foundations

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

Your Notes