Instance-Specific Feature Propagation for Referring Segmentation
About
Referring segmentation aims to generate a segmentation mask for the target instance indicated by a natural language expression. There are typically two kinds of existing methods: one-stage methods that directly perform segmentation on the fused vision and language features; and two-stage methods that first utilize an instance segmentation model for instance proposal and then select one of these instances via matching them with language features. In this work, we propose a novel framework that simultaneously detects the target-of-interest via feature propagation and generates a fine-grained segmentation mask. In our framework, each instance is represented by an Instance-Specific Feature (ISF), and the target-of-referring is identified by exchanging information among all ISFs using our proposed Feature Propagation Module (FPM). Our instance-aware approach learns the relationship among all objects, which helps to better locate the target-of-interest than one-stage methods. Comparing to two-stage methods, our approach collaboratively and interactively utilizes both vision and language information for synchronous identification and segmentation. In the experimental tests, our method outperforms previous state-of-the-art methods on all three RefCOCO series datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Referring Image Segmentation | RefCOCO+ (test-B) | mIoU46.39 | 200 | |
| Referring Image Segmentation | RefCOCO (val) | mIoU65.19 | 197 | |
| Referring Image Segmentation | RefCOCO (test A) | -- | 178 | |
| Referring Image Segmentation | RefCOCO (test-B) | -- | 119 | |
| Referring Image Segmentation | RefCOCO+ (val) | -- | 117 | |
| Referring Image Segmentation | RefCOCO+ (test-A) | -- | 89 | |
| Referring Image Segmentation | G-Ref Google split (val) | IoU50.08 | 58 | |
| Referring Image Segmentation | G-Ref UMD split (val) | mIoU52.67 | 19 | |
| Referring Image Segmentation | G-Ref UMD (test) | IoU53 | 19 |