English

From Pixel to Patch: Synthesize Context-aware Features for Zero-shot Semantic Segmentation

Computer Vision and Pattern Recognition 2022-01-24 v4

Abstract

Zero-shot learning has been actively studied for image classification task to relieve the burden of annotating image labels. Interestingly, semantic segmentation task requires more labor-intensive pixel-wise annotation, but zero-shot semantic segmentation has only attracted limited research interest. Thus, we focus on zero-shot semantic segmentation, which aims to segment unseen objects with only category-level semantic representations provided for unseen categories. In this paper, we propose a novel Context-aware feature Generation Network (CaGNet), which can synthesize context-aware pixel-wise visual features for unseen categories based on category-level semantic representations and pixel-wise contextual information. The synthesized features are used to finetune the classifier to enable segmenting unseen objects. Furthermore, we extend pixel-wise feature generation and finetuning to patch-wise feature generation and finetuning, which additionally considers inter-pixel relationship. Experimental results on Pascal-VOC, Pascal-Context, and COCO-stuff show that our method significantly outperforms the existing zero-shot semantic segmentation methods. Code is available at https://github.com/bcmi/CaGNetv2-Zero-Shot-Semantic-Segmentation.

Keywords

Cite

@article{arxiv.2009.12232,
  title  = {From Pixel to Patch: Synthesize Context-aware Features for Zero-shot Semantic Segmentation},
  author = {Zhangxuan Gu and Siyuan Zhou and Li Niu and Zihan Zhao and Liqing Zhang},
  journal= {arXiv preprint arXiv:2009.12232},
  year   = {2022}
}

Comments

accepted by TNNLS

R2 v1 2026-06-23T18:47:45.668Z