SOTAVerified

Interclass Prototype Relation for Few-Shot Segmentation

2022-11-16Unverified0· sign in to hype

Atsuro Okazawa

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Traditional semantic segmentation requires a large labeled image dataset and can only be predicted within predefined classes. To solve this problem, few-shot segmentation, which requires only a handful of annotations for the new target class, is important. However, with few-shot segmentation, the target class data distribution in the feature space is sparse and has low coverage because of the slight variations in the sample data. Setting the classification boundary that properly separates the target class from other classes is an impossible task. In particular, it is difficult to classify classes that are similar to the target class near the boundary. This study proposes the Interclass Prototype Relation Network (IPRNet), which improves the separation performance by reducing the similarity between other classes. We conducted extensive experiments with Pascal-5i and COCO-20i and showed that IPRNet provides the best segmentation performance compared with previous research.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)IPRNet (ResNet-50)Mean IoU45.3Unverified
COCO-20i (1-shot)IPRNet (ResNet-101)Mean IoU46.9Unverified
COCO-20i (5-shot)IPRNet (ResNet-101)Mean IoU53.3Unverified
COCO-20i (5-shot)IPRNet (ResNet-50)Mean IoU51.1Unverified
PASCAL-5i (1-Shot)IPRNet (ResNet-50)Mean IoU65.7Unverified
PASCAL-5i (1-Shot)IPRNet (ResNet-101)Mean IoU67.5Unverified
PASCAL-5i (5-Shot)IPRNet (ResNet-101)Mean IoU70.9Unverified
PASCAL-5i (5-Shot)IPRNet (ResNet-50)Mean IoU70.2Unverified

Reproductions