CVJul 3, 2025

ViRefSAM: Visual Reference-Guided Segment Anything Model for Remote Sensing Segmentation

arXiv:2507.02294v11 citationsh-index: 33IEEE Trans Geosci Remote Sens
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in remote sensing segmentation for applications like environmental monitoring or urban planning, though it is incremental as it builds on SAM with domain-specific adaptations.

The paper tackles the challenges of applying the Segment Anything Model (SAM) to remote sensing images by proposing ViRefSAM, a framework that uses a few annotated reference images to guide segmentation without manual prompts, achieving consistent outperformance over existing few-shot segmentation methods on benchmarks like iSAID-5^i, LoveDA-2^i, and COCO-20^i.

The Segment Anything Model (SAM), with its prompt-driven paradigm, exhibits strong generalization in generic segmentation tasks. However, applying SAM to remote sensing (RS) images still faces two major challenges. First, manually constructing precise prompts for each image (e.g., points or boxes) is labor-intensive and inefficient, especially in RS scenarios with dense small objects or spatially fragmented distributions. Second, SAM lacks domain adaptability, as it is pre-trained primarily on natural images and struggles to capture RS-specific semantics and spatial characteristics, especially when segmenting novel or unseen classes. To address these issues, inspired by few-shot learning, we propose ViRefSAM, a novel framework that guides SAM utilizing only a few annotated reference images that contain class-specific objects. Without requiring manual prompts, ViRefSAM enables automatic segmentation of class-consistent objects across RS images. Specifically, ViRefSAM introduces two key components while keeping SAM's original architecture intact: (1) a Visual Contextual Prompt Encoder that extracts class-specific semantic clues from reference images and generates object-aware prompts via contextual interaction with target images; and (2) a Dynamic Target Alignment Adapter, integrated into SAM's image encoder, which mitigates the domain gap by injecting class-specific semantics into target image features, enabling SAM to dynamically focus on task-relevant regions. Extensive experiments on three few-shot segmentation benchmarks, including iSAID-5$^i$, LoveDA-2$^i$, and COCO-20$^i$, demonstrate that ViRefSAM enables accurate and automatic segmentation of unseen classes by leveraging only a few reference images and consistently outperforms existing few-shot segmentation methods across diverse datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes