paper-with-me

Papers

Semantic Localization Guiding Segment Anything Model For Reference Remote Sensing Image Segmentation

2025-06-12 · Shuyang Li, Shuang Wang, Zhuangzhuang Sun, Jing Xiao

The Reference Remote Sensing Image Segmentation (RRSIS) task generates segmentation masks for specified objects in images based on textual descriptions, which has attracted widespread attention and research interest. Current RRSIS methods rely on multi-modal fusion backbones and semantic segmentation heads but face challenges like dense annotation requirements and complex scene interpretation. To address these issues, we propose a framework named \textit{prompt-generated semantic localization guiding Segment Anything Model}(PSLG-SAM), which decomposes the RRSIS task into two stages: coarse localization and fine segmentation. In coarse localization stage, a visual grounding network roughly locates the text-described object. In fine segmentation stage, the coordinates from the first stage guide the Segment Anything Model (SAM), enhanced by a clustering-based foreground point generator and a mask boundary iterative optimization strategy for precise segmentation. Notably, the second stage can be train-free, significantly reducing the annotation data burden for the RRSIS task. Additionally, decomposing the RRSIS task into two stages allows for focusing on specific region segmentation, avoiding interference from complex scenes.We further contribute a high-quality, multi-category manually annotated dataset. Experimental validation on two datasets (RRSIS-D and RRSIS-M) demonstrates that PSLG-SAM achieves significant performance improvements and surpasses existing state-of-the-art models.Our code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2506.10503

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSegmentationSemantic SegmentationVisual Grounding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Recurrent Cross-View Object Geo-Localization

2025-09-16 · Xiaohan Zhang, Si-Yuan Cao, Xiaokai Bai, Yiming Li 외 arxiv

Cross-view object geo-localization (CVOGL) aims to determine the location of a specific object in high-resolution satellite imagery given a query image with a point prompt. Existing approaches treat CVOGL as a one-shot d…

Knowledge Distillation

AV-SAM: Segment Anything Model Meets Audio-Visual Localization and Segmentation

2023-05-03 · Shentong Mo, Yapeng Tian

Segment Anything Model (SAM) has recently shown its powerful effectiveness in visual segmentation tasks. However, there is less exploration concerning how SAM works on audio-visual tasks, such as visual sound localizatio…

DecoderObject LocalizationSegmentationVisual Localization

Tokenize Anything via Prompting

2023-12-14 · Ting Pan, Lulu Tang, Xinlong Wang, Shiguang Shan

We present a unified, promptable model capable of simultaneously segmenting, recognizing, and captioning anything. Unlike SAM, we aim to build a versatile region representation in the wild via visual prompting. To achiev…

DecoderVisual Prompting

Boosting Segment Anything Model Towards Open-Vocabulary Learning

2023-12-06 · Xumeng Han, Longhui Wei, Xuehui Yu, Zhiyang Dou 외

The recent Segment Anything Model (SAM) has emerged as a new paradigmatic vision foundation model, showcasing potent zero-shot generalization and flexible prompting. Despite SAM finding applications and adaptations in va…

modelObjectObject LocalizationRegion Proposal+1

One-shot Localization and Segmentation of Medical Images with Foundation Models

2023-10-28 · Deepa Anand, Gurunath Reddy M, Vanika Singhal, Dattesh D. Shanbhag 외

Recent advances in Vision Transformers (ViT) and Stable Diffusion (SD) models with their ability to capture rich semantic features of the image have been used for image correspondence tasks on natural images. In this pap…

SegmentationSemantic Segmentation