paper-with-me

홈 › Papers

PASS:Test-Time Prompting to Adapt Styles and Semantic Shapes in Medical Image Segmentation

2024-10-02 · Chuyan Zhang, Hao Zheng, Xin You, Yefeng Zheng, Yun Gu

Test-time adaptation (TTA) has emerged as a promising paradigm to handle the domain shifts at test time for medical images from different institutions without using extra training data. However, existing TTA solutions for segmentation tasks suffer from (1) dependency on modifying the source training stage and access to source priors or (2) lack of emphasis on shape-related semantic knowledge that is crucial for segmentation tasks.Recent research on visual prompt learning achieves source-relaxed adaptation by extended parameter space but still neglects the full utilization of semantic features, thus motivating our work on knowledge-enriched deep prompt learning. Beyond the general concern of image style shifts, we reveal that shape variability is another crucial factor causing the performance drop. To address this issue, we propose a TTA framework called PASS (Prompting to Adapt Styles and Semantic shapes), which jointly learns two types of prompts: the input-space prompt to reformulate the style of the test image to fit into the pretrained model and the semantic-aware prompts to bridge high-level shape discrepancy across domains. Instead of naively imposing a fixed prompt, we introduce an input decorator to generate the self-regulating visual prompt conditioned on the input data. To retrieve the knowledge representations and customize target-specific shape prompts for each test sample, we propose a cross-attention prompt modulator, which performs interaction between target representations and an enriched shape prompt bank. Extensive experiments demonstrate the superior performance of PASS over state-of-the-art methods on multiple medical image segmentation datasets. The code is available at https://github.com/EndoluminalSurgicalVision-IMR/PASS.

📄 PDF Abstract BibTeX arXiv:2410.01573

Code (1)

endoluminalsurgicalvision-imr/pass 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationPrompt LearningSemantic SegmentationTest-time Adaptation

Similar Papers 제목 키워드 기반

VPA: Fully Test-Time Visual Prompt Adaptation

2023-09-26 · Jiachen Sun, Mark Ibrahim, Melissa Hall, Ivan Evtimov 외

Textual prompt tuning has demonstrated significant performance improvements in adapting natural language processing models to a variety of downstream tasks by treating hand-engineered prompts as trainable parameters. Ins…

Domain AdaptationPseudo LabelTest-time AdaptationVisual Prompting+2

Prompting4Debugging: Red-Teaming Text-to-Image Diffusion Models by Finding Problematic Prompts

2023-09-12 · Zhi-Yi Chin, Chieh-Ming Jiang, Ching-Chun Huang, Pin-Yu Chen 외

Text-to-image diffusion models, e.g. Stable Diffusion (SD), lately have shown remarkable ability in high-quality content generation, and become one of the representatives for the recent wave of transformative AI. Neverth…

Red TeamingText-to-Image Generationtrustable and focussed LLM generated content

TraSCE: Trajectory Steering for Concept Erasure

2024-12-10 · Anubhav Jain, Yuya Kobayashi, Takashi Shibuya, Yuhta Takida 외

Recent advancements in text-to-image diffusion models have brought them to the public spotlight, becoming widely accessible and embraced by everyday users. However, these models have been shown to generate harmful conten…

Evaluating Generalization and Representation Stability in Small LMs via Prompting, Fine-Tuning and Out-of-Distribution Prompts

2025-06-16 · Rahul Raja, Arpita Vats

We investigate the generalization capabilities of small language models under two popular adaptation paradigms: few-shot prompting and supervised fine-tuning. While prompting is often favored for its parameter efficiency…

Model Selection

Test-Time Adaptation via Many-Shot Prompting: Benefits, Limits, and Pitfalls

2026-03-06 · Shubhangi Upasani, Chen Wu, Jay Rainton, Bo Li 외 arxiv

Test-time adaptation enables large language models (LLMs) to modify their behavior at inference without updating model parameters. A common approach is many-shot prompting, where large numbers of in-context learning (ICL…

Test-time Adaptation