paper-with-me

홈 › Papers

How Does Diverse Interpretability of Textual Prompts Impact Medical Vision-Language Zero-Shot Tasks?

2024-08-31 · Sicheng Wang, Che Liu, Rossella Arcucci

Recent advancements in medical vision-language pre-training (MedVLP) have significantly enhanced zero-shot medical vision tasks such as image classification by leveraging large-scale medical image-text pair pre-training. However, the performance of these tasks can be heavily influenced by the variability in textual prompts describing the categories, necessitating robustness in MedVLP models to diverse prompt styles. Yet, this sensitivity remains underexplored. In this work, we are the first to systematically assess the sensitivity of three widely-used MedVLP methods to a variety of prompts across 15 different diseases. To achieve this, we designed six unique prompt styles to mirror real clinical scenarios, which were subsequently ranked by interpretability. Our findings indicate that all MedVLP models evaluated show unstable performance across different prompt styles, suggesting a lack of robustness. Additionally, the models' performance varied with increasing prompt interpretability, revealing difficulties in comprehending complex medical concepts. This study underscores the need for further development in MedVLP methodologies to enhance their robustness to diverse zero-shot prompts.

📄 PDF Abstract BibTeX arXiv:2409.00543

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationSensitivity

Similar Papers 제목 키워드 기반

Prompt-SAW: Leveraging Relation-Aware Graphs for Textual Prompt Compression

2024-03-30 · Muhammad Asif Ali, ZhengPing Li, Shu Yang, Keyuan Cheng 외

Large Language Models (LLMs) have shown exceptional abilities for multiple different natural language processing tasks. While prompting is a crucial tool for LLM inference, we observe that there is a significant cost ass…

GSM8KRelation

Does Few-Shot Learning Help LLM Performance in Code Synthesis?

2024-12-03 · Derek Xu, Tong Xie, Botao Xia, Haoyu Li 외

Large language models (LLMs) have made significant strides at code generation through improved model design, training, and chain-of-thought. However, prompt-level optimizations remain an important yet under-explored aspe…

Code GenerationFew-Shot LearningHumanEval

ChEX: Interactive Localization and Region Description in Chest X-rays

2024-04-24 · Philip Müller, Georgios Kaissis, Daniel Rueckert

Report generation models offer fine-grained textual interpretations of medical images like chest X-rays, yet they often lack interactivity (i.e. the ability to steer the generation process through user queries) and local…

HexaGen3D: StableDiffusion is just one step away from Fast and Diverse Text-to-3D Generation

2024-01-15 · Antoine Mercier, Ramin Nakhli, Mahesh Reddy, Rajeev Yasarla 외

Despite the latest remarkable advances in generative modeling, efficient generation of high-quality 3D assets from textual prompts remains a difficult task. A key challenge lies in data scarcity: the most extensive 3D da…

3D GenerationText to 3D

Optimizing LLM-Based Multi-Agent System with Textual Feedback: A Case Study on Software Development

2025-05-22 · Ming Shen, Raphael Shu, Anurag Pratik, James Gung 외

We have seen remarkable progress in large language models (LLMs) empowered multi-agent systems solving complex tasks necessitating cooperation among experts with diverse skills. However, optimizing LLM-based multi-agent …