SOTAVerified

Prototype Mixture Models for Few-shot Semantic Segmentation

2020-08-10ECCV 2020Code Available1· sign in to hype

Boyu Yang, Chang Liu, Bohao Li, Jianbin Jiao, Qixiang Ye

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Few-shot segmentation is challenging because objects within the support and query images could significantly differ in appearance and pose. Using a single prototype acquired directly from the support image to segment the query image causes semantic ambiguity. In this paper, we propose prototype mixture models (PMMs), which correlate diverse image regions with multiple prototypes to enforce the prototype-based semantic representation. Estimated by an Expectation-Maximization algorithm, PMMs incorporate rich channel-wised and spatial semantics from limited support images. Utilized as representations as well as classifiers, PMMs fully leverage the semantics to activate objects in the query image while depressing background regions in a duplex manner. Extensive experiments on Pascal VOC and MS-COCO datasets show that PMMs significantly improve upon state-of-the-arts. Particularly, PMMs improve 5-shot segmentation performance on MS-COCO by up to 5.82\% with only a moderate cost for model size and inference speed.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (10-shot)RPMMMean IoU33.1Unverified
COCO-20i (1-shot)RPMM (ResNet-50)Mean IoU30.6Unverified
COCO-20i (5-shot)RPMM (ResNet-50)Mean IoU35.5Unverified
COCO-20i -> Pascal VOC (1-shot)RPMMMean IoU49.6Unverified
COCO-20i -> Pascal VOC (5-shot)RPMMMean IoU53.8Unverified
PASCAL-5i (10-Shot)RPMMMean IoU57.6Unverified
PASCAL-5i (1-Shot)RPMM (ResNet-50)Mean IoU56.3Unverified
PASCAL-5i (5-Shot)RPMM (ResNet-50)Mean IoU57.3Unverified

Reproductions