CVMar 23, 2017

Recurrent Multimodal Interaction for Referring Image Segmentation

arXiv:1703.07939v2299 citations
Originality Incremental advance
AI Analysis

This work addresses image segmentation from natural language descriptions, which is an incremental improvement for computer vision and natural language processing applications.

The paper tackles the problem of referring image segmentation by proposing a convolutional multimodal LSTM to encode sequential interactions between words, visual, and spatial information, outperforming baseline models on benchmark datasets.

In this paper we are interested in the problem of image segmentation given natural language descriptions, i.e. referring expressions. Existing works tackle this problem by first modeling images and sentences independently and then segment images by combining these two types of representations. We argue that learning word-to-image interaction is more native in the sense of jointly modeling two modalities for the image segmentation task, and we propose convolutional multimodal LSTM to encode the sequential interactions between individual words, visual information, and spatial information. We show that our proposed model outperforms the baseline model on benchmark datasets. In addition, we analyze the intermediate output of the proposed multimodal LSTM approach and empirically explain how this approach enforces a more effective word-to-image interaction.

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