SOTAVerified

MSANet: Multi-Similarity and Attention Guidance for Boosting Few-Shot Segmentation

2022-06-20Code Available1· sign in to hype

Ehtesham Iqbal, Sirojbek Safarov, Seongdeok Bang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Few-shot segmentation aims to segment unseen-class objects given only a handful of densely labeled samples. Prototype learning, where the support feature yields a singleor several prototypes by averaging global and local object information, has been widely used in FSS. However, utilizing only prototype vectors may be insufficient to represent the features for all training data. To extract abundant features and make more precise predictions, we propose a Multi-Similarity and Attention Network (MSANet) including two novel modules, a multi-similarity module and an attention module. The multi-similarity module exploits multiple feature-maps of support images and query images to estimate accurate semantic relationships. The attention module instructs the network to concentrate on class-relevant information. The network is tested on standard FSS datasets, PASCAL-5i 1-shot, PASCAL-5i 5-shot, COCO-20i 1-shot, and COCO-20i 5-shot. The MSANet with the backbone of ResNet-101 achieves the state-of-the-art performance for all 4-benchmark datasets with mean intersection over union (mIoU) of 69.13%, 73.99%, 51.09%, 56.80%, respectively. Code is available at https://github.com/AIVResearch/MSANet

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)MSANet (ResNet-101)Mean IoU50.45Unverified
COCO-20i (1-shot)MSANet (ResNet-50)Mean IoU46.44Unverified
COCO-20i (5-shot)MSANet (ResNet-50)Mean IoU50.47Unverified
COCO-20i (5-shot)MSANet (ResNet-101)Mean IoU56.3Unverified
PASCAL-5i (1-Shot)MSANet (ResNet-50)Mean IoU68.52Unverified
PASCAL-5i (1-Shot)MSANet (ResNet-101)Mean IoU69.13Unverified
PASCAL-5i (1-Shot)MSANet (VGG-16)Mean IoU65.76Unverified
PASCAL-5i (5-Shot)MSANet (ResNet-101)Mean IoU73.99Unverified
PASCAL-5i (5-Shot)MSANet (ResNet-50)Mean IoU72.6Unverified
PASCAL-5i (5-Shot)MSANet (VGG-16)Mean IoU70.4Unverified

Reproductions