SOTAVerified

Prior Guided Feature Enrichment Network for Few-Shot Segmentation

2020-08-04Code Available1· sign in to hype

Zhuotao Tian, Hengshuang Zhao, Michelle Shu, Zhicheng Yang, Ruiyu Li, Jiaya Jia

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

State-of-the-art semantic segmentation methods require sufficient labeled data to achieve good results and hardly work on unseen classes without fine-tuning. Few-shot segmentation is thus proposed to tackle this problem by learning a model that quickly adapts to new classes with a few labeled support samples. Theses frameworks still face the challenge of generalization ability reduction on unseen classes due to inappropriate use of high-level semantic information of training classes and spatial inconsistency between query and support targets. To alleviate these issues, we propose the Prior Guided Feature Enrichment Network (PFENet). It consists of novel designs of (1) a training-free prior mask generation method that not only retains generalization power but also improves model performance and (2) Feature Enrichment Module (FEM) that overcomes spatial inconsistency by adaptively enriching query features with support features and prior masks. Extensive experiments on PASCAL-5^i and COCO prove that the proposed prior generation method and FEM both improve the baseline method significantly. Our PFENet also outperforms state-of-the-art methods by a large margin without efficiency loss. It is surprising that our model even generalizes to cases without labeled support samples. Our code is available at https://github.com/Jia-Research-Lab/PFENet/.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)PFENet (ResNet-101)Mean IoU32.4Unverified
COCO-20i (1-shot)PFENet (VGG-16)Mean IoU34.1Unverified
COCO-20i (5-shot)PFENet (VGG-16)Mean IoU37.7Unverified
COCO-20i (5-shot)PFENet (ResNet-101)Mean IoU37.4Unverified
PASCAL-5i (1-Shot)PFENet (VGG-16)Mean IoU58Unverified
PASCAL-5i (1-Shot)PFENet (ResNet-101)Mean IoU60.1Unverified
PASCAL-5i (1-Shot)PFENet (ResNet-50)Mean IoU60.8Unverified
PASCAL-5i (5-Shot)PFENet (ResNet-50)Mean IoU61.9Unverified
PASCAL-5i (5-Shot)PFENet (ResNet-101)Mean IoU61.4Unverified
PASCAL-5i (5-Shot)PFENet (VGG-16)Mean IoU59Unverified

Reproductions