Few-Shot Segmentation Using Multi-Similarity and Attention Guidance

Published: 2025, Last Modified: 06 Nov 2025IEEE Open J. Comput. Soc. 2025EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Few-shot segmentation (FSS) methods aim to segment objects of novel classes with relatively few annotated samples. Prototype learning, a popular approach in FSS, employs prototype vectors to transfer information from known classes (support images) to novel classes(query images) for segmentation. However, using only prototype vectors may not be sufficient to represent all features of the support image. 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-map of support images and query images to estimate accurate semantic relationships. The attention module instructs the MSANet to concentrate on class-relevant information. We evaluated the proposed network on standard FSS datasets, PASCAL-$5^{i}$ 1-shot, PASCAL-$5^{i}$ 5-shot, COCO-$20^{i}$ 1-shot, and COCO-$20^{i}$ 5-shot. An MSANet model with a ResNet101 backbone achieved state-of-the-art performance for all four benchmark datasets with mean intersection over union (mIoU) values of 69.13%, 73.99%, 51.09%, and 56.80%, respectively. The code used is available at https://github.com/AIVResearch/MSANet.
Loading