Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Context-aware Feature Generation for Zero-shot Semantic Segmentation

About

Existing semantic segmentation models heavily rely on dense pixel-wise annotations. To reduce the annotation pressure, we focus on a challenging task named zero-shot semantic segmentation, which aims to segment unseen objects with zero annotations. This task can be accomplished by transferring knowledge across categories via semantic word embeddings. In this paper, we propose a novel context-aware feature generation method for zero-shot segmentation named CaGNet. In particular, with the observation that a pixel-wise feature highly depends on its contextual information, we insert a contextual module in a segmentation network to capture the pixel-wise contextual information, which guides the process of generating more diverse and context-aware features from semantic word embeddings. Our method achieves state-of-the-art results on three benchmark datasets for zero-shot segmentation. Codes are available at: https://github.com/bcmi/CaGNet-Zero-Shot-Semantic-Segmentation.

Zhangxuan Gu, Siyuan Zhou, Li Niu, Zihan Zhao, Liqing Zhang• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU65.5
2142
Semantic segmentationCOCO Stuff
mIoU35.6
379
Semantic segmentationPASCAL Context (val)
mIoU23.2
360
Semantic segmentationPascal VOC (test)
mIoU78.6
236
Semantic segmentationPascal Context--
217
Semantic segmentationPascal Context (test)--
191
Semantic segmentationCoco-Stuff (test)
mIoU33.7
184
Semantic segmentationPascal VOC
mIoU0.786
180
Semantic segmentationCOCO Stuff (val)--
126
Semantic segmentationPascal VOC
Seen mIoU78.6
48
Showing 10 of 23 rows

Other info

Code

Follow for update