Prompt-Calibrated SAM 3 for Open-Vocabulary Remote Sensing Semantic Segmentation
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
- Single class-name prompts lack semantic coverage for complex categories.
- Unconstrained MLLM prompt expansion introduces semantic drift.
- Gating unreliable decoder outputs improves prediction quality.
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
- Use MLLMs for candidate prompt generation, then refine with constraints.
- Cache text embeddings to avoid redundant online encoding.
- Apply pixel-wise max-pooling for small object preservation.
Topics
- Open-Vocabulary Semantic Segmentation
- Remote Sensing
- SAM 3
- Prompt Engineering
- Multimodal Large Language Models
- Inference Optimization
- Mask Aggregation
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.