SOTAVerified

CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning

2019-03-06CVPR 2019Code Available0· sign in to hype

Chi Zhang, Guosheng Lin, Fayao Liu, Rui Yao, Chunhua Shen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent progress in semantic segmentation is driven by deep Convolutional Neural Networks and large-scale labeled image datasets. However, data labeling for pixel-wise segmentation is tedious and costly. Moreover, a trained model can only make predictions within a set of pre-defined classes. In this paper, we present CANet, a class-agnostic segmentation network that performs few-shot segmentation on new classes with only a few annotated images available. Our network consists of a two-branch dense comparison module which performs multi-level feature comparison between the support image and the query image, and an iterative optimization module which iteratively refines the predicted results. Furthermore, we introduce an attention mechanism to effectively fuse information from multiple support examples under the setting of k-shot learning. Experiments on PASCAL VOC 2012 show that our method achieves a mean Intersection-over-Union score of 55.4% for 1-shot segmentation and 57.1% for 5-shot segmentation, outperforming state-of-the-art methods by a large margin of 14.6% and 13.2%, respectively.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
PASCAL-5i (1-Shot)CANet (ResNet-50)Mean IoU55.4Unverified
PASCAL-5i (5-Shot)CANet (ResNet-50)Mean IoU57.1Unverified

Reproductions