PRS-Med: Position Reasoning Segmentation with Vision-Language Model in Medical Imaging
Quoc-Huy Trinh, Minh-Van Nguyen, Jung Zeng, Ulas Bagci, Debesh Jha
TL;DR
PRS-Med tackles position-aware segmentation in medical imaging by fusing a lightweight vision backbone with a vision-language model and a segmentation decoder. It introduces the MMRS dataset pipeline to generate spatially grounded, natural-language prompts and QA pairs across six imaging modalities. Empirically, PRS-Med outperforms state-of-the-art segmentation and reasoning baselines, with ablations validating the contributions of the cross-attention fusion, backbone choices, and LoRA training. The work enables intuitive doctor-system interaction and provides open-source resources to catalyze future research in spatially-aware multimodal medical AI.
Abstract
Recent advancements in prompt-based medical image segmentation have enabled clinicians to identify tumors using simple input like bounding boxes or text prompts. However, existing methods face challenges when doctors need to interact through natural language or when position reasoning is required - understanding spatial relationships between anatomical structures and pathologies. We present PRS-Med, a framework that integrates vision-language models with segmentation capabilities to generate both accurate segmentation masks and corresponding spatial reasoning outputs. Additionally, we introduce the MMRS dataset (Multimodal Medical in Positional Reasoning Segmentation), which provides diverse, spatially-grounded question-answer pairs to address the lack of position reasoning data in medical imaging. PRS-Med demonstrates superior performance across six imaging modalities (CT, MRI, X-ray, ultrasound, endoscopy, RGB), significantly outperforming state-of-the-art methods in both segmentation accuracy and position reasoning. Our approach enables intuitive doctor-system interaction through natural language, facilitating more efficient diagnoses. Our dataset pipeline, model, and codebase will be released to foster further research in spatially-aware multimodal reasoning for medical applications.
