Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Mining Latent Classes for Few-shot Segmentation

About

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.

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

Related benchmarks

TaskDatasetResultRank
Few-shot SegmentationPASCAL-5i
mIoU (Fold 0)63.5
325
Few-shot Semantic SegmentationPASCAL-5^i (test)--
177
Few-shot SegmentationCOCO 20^i (test)
mIoU44.4
174
Few-shot Semantic SegmentationCOCO-20i
mIoU44.4
115
Semantic segmentationPASCAL-5^i (test)
Mean Score69.3
107
Semantic segmentationPASCAL 5-shot 5i
Mean mIoU66.1
100
Few-shot Semantic SegmentationPASCAL-5i
mIoU68.8
96
Few-shot Semantic SegmentationCOCO 5-shot 20i
mIoU45.1
85
Few-shot Semantic SegmentationCOCO-20i (test)--
79
Few-shot Semantic SegmentationCOCO-20i (val)
mIoU Mean40.6
78
Showing 10 of 25 rows

Other info

Code

Follow for update