CVJul 6, 2018

Dynamic Multimodal Instance Segmentation guided by natural language queries

arXiv:1807.02257v2198 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of precise object segmentation from language queries, which is important for applications like robotics and image editing, but it is incremental as it builds on and combines existing techniques.

The paper tackles the problem of segmenting objects based on natural language descriptions by integrating two existing approaches to better exploit language's recursive structure and using intermediate downsampling information for detail. It outperforms previous methods on six out of eight dataset splits.

We address the problem of segmenting an object given a natural language expression that describes it. Current techniques tackle this task by either (\textit{i}) directly or recursively merging linguistic and visual information in the channel dimension and then performing convolutions; or by (\textit{ii}) mapping the expression to a space in which it can be thought of as a filter, whose response is directly related to the presence of the object at a given spatial coordinate in the image, so that a convolution can be applied to look for the object. We propose a novel method that integrates these two insights in order to fully exploit the recursive nature of language. Additionally, during the upsampling process, we take advantage of the intermediate information generated when downsampling the image, so that detailed segmentations can be obtained. We compare our method against the state-of-the-art approaches in four standard datasets, in which it surpasses all previous methods in six of eight of the splits for this task.

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