Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Vision-Language Transformer and Query Generation for Referring Segmentation

About

In this work, we address the challenging task of referring segmentation. The query expression in referring segmentation typically indicates the target object by describing its relationship with others. Therefore, to find the target one among all instances in the image, the model must have a holistic understanding of the whole image. To achieve this, we reformulate referring segmentation as a direct attention problem: finding the region in the image where the query language expression is most attended to. We introduce transformer and multi-head attention to build a network with an encoder-decoder attention mechanism architecture that "queries" the given image with the language expression. Furthermore, we propose a Query Generation Module, which produces multiple sets of queries with different attention weights that represent the diversified comprehensions of the language expression from different aspects. At the same time, to find the best way from these diversified comprehensions based on visual clues, we further propose a Query Balance Module to adaptively select the output features of these queries for a better mask generation. Without bells and whistles, our approach is light-weight and achieves new state-of-the-art performance consistently on three referring segmentation datasets, RefCOCO, RefCOCO+, and G-Ref. Our code is available at https://github.com/henghuiding/Vision-Language-Transformer.

Henghui Ding, Chang Liu, Suchen Wang, Xudong Jiang• 2021

Related benchmarks

TaskDatasetResultRank
Referring Expression SegmentationRefCOCO (testA)
cIoU70.5
217
Referring Expression SegmentationRefCOCO+ (val)
cIoU56.3
201
Referring Video Object SegmentationRef-YouTube-VOS (val)
J&F Score63.8
200
Referring Image SegmentationRefCOCO+ (test-B)
mIoU49.36
200
Referring Image SegmentationRefCOCO (val)
mIoU65.65
197
Referring Expression SegmentationRefCOCO (testB)
cIoU65.24
191
Referring Expression SegmentationRefCOCO (val)
cIoU67.52
190
Referring Expression SegmentationRefCOCO+ (testA)
cIoU61
190
Referring Expression SegmentationRefCOCO+ (testB)
cIoU50.1
188
Referring Image SegmentationRefCOCO (test A)
mIoU68.29
178
Showing 10 of 77 rows
...

Other info

Code

Follow for update