Segmentation from Natural Language Expressions
Ronghang Hu, Marcus Rohrbach, Trevor Darrell

TL;DR
This paper introduces a novel end-to-end neural network model that segments images based on natural language expressions, enabling more flexible and precise image segmentation compared to traditional class-based methods.
Contribution
The paper presents a new neural network architecture combining recurrent and convolutional components for language-guided image segmentation, outperforming previous fixed-category approaches.
Findings
The model achieves high-quality segmentation from natural language expressions.
It significantly outperforms baseline methods on benchmark datasets.
The approach effectively combines visual and linguistic information in an end-to-end framework.
Abstract
In this paper we approach the novel problem of segmenting an image based on a natural language expression. This is different from traditional semantic segmentation over a predefined set of semantic classes, as e.g., the phrase "two men sitting on the right bench" requires segmenting only the two people on the right bench and no one standing or sitting on another bench. Previous approaches suitable for this task were limited to a fixed set of categories and/or rectangular regions. To produce pixelwise segmentation for the language expression, we propose an end-to-end trainable recurrent and convolutional network model that jointly learns to process visual and linguistic information. In our model, a recurrent LSTM network is used to encode the referential expression into a vector representation, and a fully convolutional network is used to a extract a spatial feature map from the image…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
