HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Segmentation from Natural Language Expressions

Ronghang Hu; Marcus Rohrbach; Trevor Darrell

Segmentation from Natural Language Expressions

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 and output a spatial response map for the target object. We demonstrate on a benchmark dataset that our model can produce quality segmentation output from the natural language expression, and outperforms baseline methods by a large margin.

Code Repositories

ssharpe42/VNLQAC
tf
Mentioned in GitHub
ronghanghu/text_objseg
Official
tf
Mentioned in GitHub
ssharpe42/NLQAC_ObjSeg
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
referring-expression-segmentation-on-a2dHu et al.
AP: 0.132
IoU mean: 0.350
IoU overall: 0.474
Precision@0.5: 0.348
Precision@0.6: 0.236
Precision@0.7: 0.133
Precision@0.8: 0.033
Precision@0.9: 0.000
referring-expression-segmentation-on-j-hmdbHu et al.
AP: 0.178
IoU mean: 0.528
IoU overall: 0.546
Precision@0.5: 0.633
Precision@0.6: 0.350
Precision@0.7: 0.085
Precision@0.8: 0.002
Precision@0.9: 0.000

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Segmentation from Natural Language Expressions | Papers | HyperAI