paper-with-me

홈 › Papers

On the Effectiveness of Textual Prompting with Lightweight Fine-Tuning for SAM3 Remote Sensing Segmentation

2025-12-17 · Roni Blushtein-Livnon, Osher Rafaeli, David Ioffe, Amir Boger, Karen Sandberg Esquenazi, Tal Svoray arxiv

Remote sensing (RS) image segmentation is constrained by the limited availability of annotated data and a gap between overhead imagery and natural images used to train foundational models. This motivates effective adaptation under limited supervision. SAM3 concept-driven framework generates masks from textual prompts without requiring task-specific modifications, which may enable this adaptation. We evaluate SAM3 for RS imagery across four target types, comparing textual, geometric, and hybrid prompting strategies, under lightweight fine-tuning scales with increasing supervision, alongside zero-shot inference. Results show that combining semantic and geometric cues yields the highest performance across targets and metrics. Text-only prompting exhibits the lowest performance, with marked score gaps for irregularly shaped targets, reflecting limited semantic alignment between SAM3 textual representations and their overhead appearances. Nevertheless, textual prompting with light fine-tuning offers a practical performance-effort trade-off for geometrically regular and visually salient targets. Across targets, performance improves between zero-shot inference and fine-tuning, followed by diminishing returns as the supervision scale increases. Namely, a modest geometric annotation effort is sufficient for effective adaptation. A persistent gap between Precision and IoU further indicates that under-segmentation and boundary inaccuracies remain prevalent error patterns in RS tasks, particularly for irregular and less prevalent targets.

📄 PDF Abstract BibTeX arXiv:2512.15564

Code (0)

등록된 구현이 없습니다.

Tasks

Image Segmentation

Similar Papers 제목 키워드 기반

Context-Tuning: Learning Contextualized Prompts for Natural Language Generation

2022-01-21 · COLING 2022 10 · Tianyi Tang, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

Recently, pretrained language models (PLMs) have had exceptional success in language generation. To leverage the rich knowledge encoded by PLMs, a simple yet powerful paradigm is to use prompts in the form of either disc…

Text Generation

Instruction Tuning and CoT Prompting for Contextual Medical QA with LLMs

2025-06-13 · Chenqian Le, Ziheng Gong, Chihang Wang, Haowei Ni 외

Large language models (LLMs) have shown great potential in medical question answering (MedQA), yet adapting them to biomedical reasoning remains challenging due to domain-specific complexity and limited supervision. In t…

Medical Question AnsweringMedQAMultiple-choicePrompt Engineering+1

ContextFocus: Activation Steering for Contextual Faithfulness in Large Language Models

2026-01-07 · Nikhil Anand, Shwetha Somasundaram, Anirudh Phukan, Apoorv Saxena 외 arxiv

Large Language Models (LLMs) encode vast amounts of parametric knowledge during pre-training. As world knowledge evolves, effective deployment increasingly depends on their ability to faithfully follow externally retriev…

Contextual Dynamic Prompting for Response Generation in Task-oriented Dialog Systems

2023-01-30 · Sandesh Swamy, Narges Tabari, Chacha Chen, Rashmi Gangadharaiah

Response generation is one of the critical components in task-oriented dialog systems. Existing studies have shown that large pre-trained language models can be adapted to this task. The typical paradigm of adapting such…

Response Generation

Attention-guided Fine-tuning of Multimodal Large Language Models Improves Chain-of-Thought Reasoning

2026-06-01 · Sanchit Sinha, Guangzhi Xiong, Bohan Liu, Zhenghao He 외 arxiv

The effectiveness of Chain-of-Thought (CoT) prompting in Multimodal Large Language Models (MLLMs) remains uncertain: across several visual reasoning benchmarks, CoT prompting often degrades performance compared to direct…

Visual Reasoning