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

FSS-1000: A 1000-Class Dataset for Few-Shot Segmentation

About

Over the past few years, we have witnessed the success of deep learning in image recognition thanks to the availability of large-scale human-annotated datasets such as PASCAL VOC, ImageNet, and COCO. Although these datasets have covered a wide range of object categories, there are still a significant number of objects that are not included. Can we perform the same task without a lot of human annotations? In this paper, we are interested in few-shot object segmentation where the number of annotated training examples are limited to 5 only. To evaluate and validate the performance of our approach, we have built a few-shot segmentation dataset, FSS-1000, which consists of 1000 object classes with pixelwise annotation of ground-truth segmentation. Unique in FSS-1000, our dataset contains significant number of objects that have never been seen or annotated in previous datasets, such as tiny daily objects, merchandise, cartoon characters, logos, etc. We build our baseline model using standard backbone networks such as VGG-16, ResNet-101, and Inception. To our surprise, we found that training our model from scratch using FSS-1000 achieves comparable and even better results than training with weights pre-trained by ImageNet which is more than 100 times larger than FSS-1000. Both our approach and dataset are simple, effective, and easily extensible to learn segmentation of new object classes given very few annotated training examples. Dataset is available at https://github.com/HKUSTCV/FSS-1000.

Xiang Li, Tianhan Wei, Yau Pun Chen, Yu-Wing Tai, Chi-Keung Tang• 2019

Related benchmarks

TaskDatasetResultRank
Few-shot SegmentationPASCAL-5i
mIoU (Fold 0)37.4
325
Semantic segmentationPASCAL 5-shot 5i
Mean mIoU56.8
100
Few-shot Semantic SegmentationFSS-1000 (test)
mIoU80.1
58
Few-shot SegmentationFSS-1000 (test)
mIoU80.1
50
Few-shot SegmentationBCV Liver (in-domain)
Dice (Clean)49
24
Few-shot SegmentationBCV Spleen in-domain (novel classes)
Dice Score41
20
Semantic segmentationFSS-1000
mIoU73.5
12
Semantic segmentationFSS-1000 1-shot
mIoU80.8
10
Few-shot SegmentationCT-ORG Liver cross-domain (BCV -> CT-ORG)
Dice (Clean)0.14
7
Semantic segmentationFSS-1000 5-shot
mIoU83.4
7
Showing 10 of 10 rows

Other info

Code

Follow for update