CVNov 17, 2017

Parallel Attention: A Unified Framework for Visual Object Discovery through Dialogs and Queries

arXiv:1711.06370v1147 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of referring expression comprehension in computer vision, enabling more flexible object recognition beyond fixed labels, though it is incremental as it builds on existing attention-based methods.

The authors tackled the problem of visual object discovery using natural language descriptions, from short queries to multi-round dialogs, by proposing the ParalleL AttentioN (PLAN) network, which outperformed state-of-the-art methods on benchmarks like RefCOCO, RefCOCO+, and GuessWhat?!.

Recognising objects according to a pre-defined fixed set of class labels has been well studied in the Computer Vision. There are a great many practical applications where the subjects that may be of interest are not known beforehand, or so easily delineated, however. In many of these cases natural language dialog is a natural way to specify the subject of interest, and the task achieving this capability (a.k.a, Referring Expression Comprehension) has recently attracted attention. To this end we propose a unified framework, the ParalleL AttentioN (PLAN) network, to discover the object in an image that is being referred to in variable length natural expression descriptions, from short phrases query to long multi-round dialogs. The PLAN network has two attention mechanisms that relate parts of the expressions to both the global visual content and also directly to object candidates. Furthermore, the attention mechanisms are recurrent, making the referring process visualizable and explainable. The attended information from these dual sources are combined to reason about the referred object. These two attention mechanisms can be trained in parallel and we find the combined system outperforms the state-of-art on several benchmarked datasets with different length language input, such as RefCOCO, RefCOCO+ and GuessWhat?!.

Foundations

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

Your Notes