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

SG-One: Similarity Guidance Network for One-Shot Semantic Segmentation

About

One-shot image semantic segmentation poses a challenging task of recognizing the object regions from unseen categories with only one annotated example as supervision. In this paper, we propose a simple yet effective Similarity Guidance network to tackle the One-shot (SG-One) segmentation problem. We aim at predicting the segmentation mask of a query image with the reference to one densely labeled support image of the same category. To obtain the robust representative feature of the support image, we firstly adopt a masked average pooling strategy for producing the guidance features by only taking the pixels belonging to the support image into account. We then leverage the cosine similarity to build the relationship between the guidance features and features of pixels from the query image. In this way, the possibilities embedded in the produced similarity maps can be adapted to guide the process of segmenting objects. Furthermore, our SG-One is a unified framework which can efficiently process both support and query images within one network and be learned in an end-to-end manner. We conduct extensive experiments on Pascal VOC 2012. In particular, our SGOne achieves the mIoU score of 46.3%, surpassing the baseline methods.

Xiaolin Zhang, Yunchao Wei, Yi Yang, Thomas Huang• 2018

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2016 (val)--
564
Few-shot SegmentationPASCAL-5i
mIoU (Fold 0)41.9
325
Few-shot Semantic SegmentationPASCAL-5^i (test)
FB-IoU65.9
177
Semantic segmentationPASCAL-5i--
111
Semantic segmentationPASCAL-5^i (test)
Mean Score47.1
107
Semantic segmentationPASCAL 5-shot 5i
Mean mIoU47.1
100
Few-shot Semantic SegmentationPASCAL-5i
mIoU39.4
96
Few-shot SegmentationPASCAL 5i (val)
mIoU (Mean)46.3
83
Semantic segmentationPASCAL-5^i Fold-1
mIoU58.6
75
Semantic segmentationPASCAL-5^i Fold-2
mIoU48.6
75
Showing 10 of 23 rows

Other info

Code

Follow for update