Prompt-Calibrated SAM 3 for Open-Vocabulary Remote Sensing Semantic Segmentation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Environmental Science & Earth Systems · Depth: Expert, long

Summary

ProC-SAM3, a training-free framework, improves SAM 3's prompt interface for open-vocabulary semantic segmentation (OVSS) in remote sensing images. It addresses key issues like insufficient semantic coverage from single class-name prompts, redundant online text encoding from multiple prompts, and noisy activations from direct aggregation. The framework achieves an average mIoU of 56.1% on eight benchmarks, outperforming the previous best training-free method by 3.9 percentage points. ProC-SAM3 integrates three components: Offline Prompt-pool Construction (OPC) for GT-free prompt calibration using MLLM-generated candidates and expansion constraints; Prompt-Optimized Batched Inference (POBI) for caching and reusing text embeddings; and Presence-Guided Residual Fusion (PGRF) for robust mask aggregation, preserving fine-grained activations.

Key takeaway

For Machine Learning Engineers adapting SAM 3 for open-vocabulary semantic segmentation in remote sensing, you should integrate ProC-SAM3's training-free approach. Its offline prompt pool construction, cached text embeddings, and presence-guided residual fusion address common issues like semantic drift and noisy activations. This method improves average mIoU by 3.9 percentage points, offering a robust path to higher accuracy and inference efficiency for your geospatial scene interpretation tasks.

Key insights

Calibrating SAM 3's prompt interface with offline construction, cached embeddings, and guided fusion significantly improves remote sensing OVSS.

Principles

Method

ProC-SAM3 constructs an offline prompt pool via MLLM generation and constraint-based refinement, caches text embeddings for batched decoding, and fuses mask responses using presence-guided residual gating and pixel-wise max-pooling.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.