SOTAVerified

Iterative Few-shot Semantic Segmentation from Image Label Text

2023-03-10Code Available1· sign in to hype

Haohan Wang, Liang Liu, Wuhao Zhang, Jiangning Zhang, Zhenye Gan, Yabiao Wang, Chengjie Wang, Haoqian Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Few-shot semantic segmentation aims to learn to segment unseen class objects with the guidance of only a few support images. Most previous methods rely on the pixel-level label of support images. In this paper, we focus on a more challenging setting, in which only the image-level labels are available. We propose a general framework to firstly generate coarse masks with the help of the powerful vision-language model CLIP, and then iteratively and mutually refine the mask predictions of support and query images. Extensive experiments on PASCAL-5i and COCO-20i datasets demonstrate that our method not only outperforms the state-of-the-art weakly supervised approaches by a significant margin, but also achieves comparable or better results to recent supervised methods. Moreover, our method owns an excellent generalization ability for the images in the wild and uncommon classes. Code will be available at https://github.com/Whileherham/IMR-HSNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)IMR-HSNet (ResNet-50)Mean IoU42.4Unverified
COCO-20i (1-shot)IIMR-HSNet (VGG-16)Mean IoU37.7Unverified
COCO-20i (5-shot)IMR-HSNet (ResNet-50)Mean IoU44.4Unverified
PASCAL-5i (1-Shot)IMR-HSNet (ResNet-50)Mean IoU61.1Unverified
PASCAL-5i (1-Shot)IMR-HSNet (VGG-16)Mean IoU56.5Unverified

Reproductions