Zhao Yang, Jiaqi Wang, Yansong Tang, Kai Chen, Hengshuang Zhao, Philip H. S. Torr
Referring image segmentation is a fundamental vision-language task that aims to segment out an object referred to by a natural language expression from an image. One of the key challenges behind this task is leveraging the referring expression for highlighting relevant positions in the image. A paradigm for tackling this problem is to leverage a powerful vision-language ("cross-modal") decoder to fuse features independently extracted from a vision encoder and a language encoder. Recent methods have made remarkable advancements in this paradigm by exploiting Transformers as cross-modal decoders, concurrent to the Transformer's overwhelming success in many other vision-language tasks. Adopting a different approach in this work, we show that significantly better cross-modal alignments can be achieved through the early fusion of linguistic and visual features in intermediate layers of a vision Transformer encoder network. By conducting cross-modal feature fusion in the visual feature encoding stage, we can leverage the well-proven correlation modeling power of a Transformer encoder for excavating helpful multi-modal context. This way, accurate segmentation results are readily harvested with a light-weight mask predictor. Without bells and whistles, our method surpasses the previous state-of-the-art methods on RefCOCO, RefCOCO+, and G-Ref by large margins.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Instance Segmentation | RefCOCOg-test | Overall IoU | 62.09 | LAVT (Swin-B) |
| Instance Segmentation | RefCOCO+ val | Overall IoU | 62.14 | LAVT |
| Instance Segmentation | RefCOCO+ test B | Overall IoU | 55.1 | LAVT |
| Instance Segmentation | RefCOCO+ testA | Overall IoU | 68.38 | LAVT |
| Instance Segmentation | RefCOCOg-val | Overall IoU | 61.24 | LAVT |
| Instance Segmentation | gRefCOCO | cIoU | 57.64 | LAVT |
| Instance Segmentation | gRefCOCO | gIoU | 58.4 | LAVT |
| Referring Expression Segmentation | RefCOCOg-test | Overall IoU | 62.09 | LAVT (Swin-B) |
| Referring Expression Segmentation | RefCOCO+ val | Overall IoU | 62.14 | LAVT |
| Referring Expression Segmentation | RefCOCO+ test B | Overall IoU | 55.1 | LAVT |
| Referring Expression Segmentation | RefCOCO+ testA | Overall IoU | 68.38 | LAVT |
| Referring Expression Segmentation | RefCOCOg-val | Overall IoU | 61.24 | LAVT |
| Referring Expression Segmentation | gRefCOCO | cIoU | 57.64 | LAVT |
| Referring Expression Segmentation | gRefCOCO | gIoU | 58.4 | LAVT |