English

Foreground-Covering Prototype Generation and Matching for SAM-Aided Few-Shot Segmentation

Computer Vision and Pattern Recognition 2025-01-03 v1

Abstract

We propose Foreground-Covering Prototype Generation and Matching to resolve Few-Shot Segmentation (FSS), which aims to segment target regions in unlabeled query images based on labeled support images. Unlike previous research, which typically estimates target regions in the query using support prototypes and query pixels, we utilize the relationship between support and query prototypes. To achieve this, we utilize two complementary features: SAM Image Encoder features for pixel aggregation and ResNet features for class consistency. Specifically, we construct support and query prototypes with SAM features and distinguish query prototypes of target regions based on ResNet features. For the query prototype construction, we begin by roughly guiding foreground regions within SAM features using the conventional pseudo-mask, then employ iterative cross-attention to aggregate foreground features into learnable tokens. Here, we discover that the cross-attention weights can effectively alternate the conventional pseudo-mask. Therefore, we use the attention-based pseudo-mask to guide ResNet features to focus on the foreground, then infuse the guided ResNet feature into the learnable tokens to generate class-consistent query prototypes. The generation of the support prototype is conducted symmetrically to that of the query one, with the pseudo-mask replaced by the ground-truth mask. Finally, we compare these query prototypes with support ones to generate prompts, which subsequently produce object masks through the SAM Mask Decoder. Our state-of-the-art performances on various datasets validate the effectiveness of the proposed method for FSS. Our official code is available at https://github.com/SuhoPark0706/FCP

Keywords

Cite

@article{arxiv.2501.00752,
  title  = {Foreground-Covering Prototype Generation and Matching for SAM-Aided Few-Shot Segmentation},
  author = {Suho Park and SuBeen Lee and Hyun Seok Seong and Jaejoon Yoo and Jae-Pil Heo},
  journal= {arXiv preprint arXiv:2501.00752},
  year   = {2025}
}

Comments

Association for the Advancement of Artificial Intelligence (AAAI) 2025

R2 v1 2026-06-28T20:53:49.248Z