SOTAVerified

Mining Latent Classes for Few-shot Segmentation

2021-03-29ICCV 2021Code Available1· sign in to hype

Lihe Yang, Wei Zhuo, Lei Qi, Yinghuan Shi, Yang Gao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Few-shot segmentation (FSS) aims to segment unseen classes given only a few annotated samples. Existing methods suffer the problem of feature undermining, i.e. potential novel classes are treated as background during training phase. Our method aims to alleviate this problem and enhance the feature embedding on latent novel classes. In our work, we propose a novel joint-training framework. Based on conventional episodic training on support-query pairs, we add an additional mining branch that exploits latent novel classes via transferable sub-clusters, and a new rectification technique on both background and foreground categories to enforce more stable prototypes. Over and above that, our transferable sub-cluster has the ability to leverage extra unlabeled data for further feature enhancement. Extensive experiments on two FSS benchmarks demonstrate that our method outperforms previous state-of-the-art by a large margin of 3.7% mIOU on PASCAL-5i and 7.0% mIOU on COCO-20i at the cost of 74% fewer parameters and 2.5x faster inference speed. The source code is available at https://github.com/LiheYoung/MiningFSS.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)MLC (ResNet-50)Mean IoU35.1Unverified
COCO-20i (1-shot)MLC (ResNet-101)Mean IoU37.5Unverified
COCO-20i (5-shot)MLC (ResNet-101)Mean IoU45.1Unverified
COCO-20i (5-shot)MLC (ResNet-50)Mean IoU41.4Unverified
PASCAL-5i (1-Shot)MLC (ResNet-50)Mean IoU63.6Unverified
PASCAL-5i (1-Shot)MLC (ResNet-101)Mean IoU63.8Unverified
PASCAL-5i (5-Shot)MLC (ResNet-101)Mean IoU69.3Unverified
PASCAL-5i (5-Shot)MLC (ResNet-50)Mean IoU66.8Unverified

Reproductions