CMaP-SAM: Contraction Mapping Prior for SAM-driven Few-shot Segmentation
Shuai Chen, Fanman Meng, Liming Lei, Haoran Wei, Chenhao Wu, Qingbo Wu, Linfeng Xu, Hongliang Li
TL;DR
CMaP-SAM tackles two main hurdles in SAM-guided few-shot segmentation: underutilized query-structure information and information loss from converting continuous priors to discrete prompts. It introduces a contraction-mapping prior module with convergence guarantees, an adaptive distribution alignment module, and a foreground-background decoupled refinement architecture to fuse support signals with query structure for accurate masks. The approach achieves state-of-the-art results on Pascal-5^i and COCO-20^i, and is supported by ablations and sensitivity analyses that validate each component and its interactions. The work provides theoretical convergence guarantees via a Banach fixed-point framework and offers a practical path to integrating SAM into FSS with reduced information loss, with code available for replication and further research.
Abstract
Few-shot segmentation (FSS) aims to segment new classes using few annotated images. While recent FSS methods have shown considerable improvements by leveraging Segment Anything Model (SAM), they face two critical limitations: insufficient utilization of structural correlations in query images, and significant information loss when converting continuous position priors to discrete point prompts. To address these challenges, we propose CMaP-SAM, a novel framework that introduces contraction mapping theory to optimize position priors for SAM-driven few-shot segmentation. CMaP-SAM consists of three key components: (1) a contraction mapping module that formulates position prior optimization as a Banach contraction mapping with convergence guarantees. This module iteratively refines position priors through pixel-wise structural similarity, generating a converged prior that preserves both semantic guidance from reference images and structural correlations in query images; (2) an adaptive distribution alignment module bridging continuous priors with SAM's binary mask prompt encoder; and (3) a foreground-background decoupled refinement architecture producing accurate final segmentation masks. Extensive experiments demonstrate CMaP-SAM's effectiveness, achieving state-of-the-art performance with 71.1 mIoU on PASCAL-$5^i$ and 56.1 on COCO-$20^i$ datasets. Code is available at https://github.com/Chenfan0206/CMaP-SAM.
