SOTAVerified

Self-Support Few-Shot Semantic Segmentation

2022-07-23Code Available1· sign in to hype

Qi Fan, Wenjie Pei, Yu-Wing Tai, Chi-Keung Tang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Existing few-shot segmentation methods have achieved great progress based on the support-query matching framework. But they still heavily suffer from the limited coverage of intra-class variations from the few-shot supports provided. Motivated by the simple Gestalt principle that pixels belonging to the same object are more similar than those to different objects of same class, we propose a novel self-support matching strategy to alleviate this problem, which uses query prototypes to match query features, where the query prototypes are collected from high-confidence query predictions. This strategy can effectively capture the consistent underlying characteristics of the query objects, and thus fittingly match query features. We also propose an adaptive self-support background prototype generation module and self-support loss to further facilitate the self-support matching procedure. Our self-support network substantially improves the prototype quality, benefits more improvement from stronger backbones and more supports, and achieves SOTA on multiple datasets. Codes are at https://github.com/fanq15/SSP.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)SSP (ResNet-101)Mean IoU42Unverified
COCO-20i (1-shot)SSP (ResNet-50)Mean IoU37.4Unverified
COCO-20i (5-shot)SSP (ResNet-50)Mean IoU44.1Unverified
COCO-20i (5-shot)SSP (ResNet-101)Mean IoU50.2Unverified
FSS-1000 (1-shot)SSPMean IoU87.3Unverified
FSS-1000 (5-shot)SSPMean IoU88.6Unverified
PASCAL-5i (1-Shot)SSP (ResNet-50)Mean IoU61.4Unverified
PASCAL-5i (1-Shot)SSP (ResNet-101)Mean IoU64.6Unverified
PASCAL-5i (5-Shot)SSP (ResNet-101)Mean IoU73.1Unverified
PASCAL-5i (5-Shot)SSP (ResNet-50)Mean IoU69.3Unverified

Reproductions