错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Multi-prototype collaborative perception enhancement network for few-shot semantic segmentation

  • Zhaobin Chang,
  • Xiong Gao,
  • Dongyi Kong,
  • Na Li,
  • Yonggang Lu

摘要

Few-shot semantic segmentation (FSS) aims at learning to segment an unseen object from the query image with only a few densely annotated support images. Most existing methods rely on capturing the similarity between support and query features to facilitate segmentation for the unseen object. However, the segmentation performance of these methods remains an open problem because of the diversity between objects in the support and query images. To alleviate this problem, we propose a multi-prototype collaborative perception enhancement network. More specifically, we develop the feature recombination module to recombine the support foreground features. Second, the superpixel-guided multi-prototype generation strategy is employed to generate multiple prototypes in the support foreground and the whole query feature by aggregating similar semantic information. Meanwhile, the Vision Transformer (ViT) is used to generate background prototypes from the support background features. Third, we devise a prototype collaborative perception enhancement module to establish the interaction by exploring correspondence relations between support and query prototypes. Finally, a nonparametric metric is used to match the features and prototypes. Extensive experiments on two benchmarks, PASCAL-5 \(^{i}\) i and COCO-20 \(^{i}\) i , demonstrate that the proposed model has superior segmentation performance compared to baseline methods and is competitive with previous FSS methods. The code is released on https://github.com/GS-Chang-Hn/CPENet-Fss.