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

20 Jun 2022  ·  Ehtesham Iqbal, Sirojbek Safarov, Seongdeok Bang ·

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

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Few-Shot Semantic Segmentation COCO-20i (1-shot) MSANet (ResNet-101) Mean IoU 50.45 # 6
FB-IoU 51.09 # 30
Few-Shot Semantic Segmentation COCO-20i (1-shot) MSANet (ResNet-50) Mean IoU 46.44 # 19
FB-IoU 48.03 # 31
Few-Shot Semantic Segmentation COCO-20i (5-shot) MSANet (ResNet-101) Mean IoU 56.3 # 9
FB-IoU 56.8 # 30
Few-Shot Semantic Segmentation COCO-20i (5-shot) MSANet (ResNet-50) Mean IoU 50.47 # 29
FB-IoU 53.67 # 31
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) MSANet (VGG-16) Mean IoU 65.76 # 39
FB-IoU 78.01 # 22
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) MSANet (ResNet-101) Mean IoU 69.13 # 10
FB-IoU 80.38 # 6
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) MSANet (ResNet-50) Mean IoU 68.52 # 15
FB-IoU 80.44 # 5
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) MSANet (ResNet-101) Mean IoU 73.99 # 8
FB-IoU 84.3 # 2
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) MSANet (VGG-16) Mean IoU 70.4 # 31
FB-IoU 80.5 # 26
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) MSANet (ResNet-50) Mean IoU 72.6 # 13
FB-IoU 83.23 # 4

Methods