paper-with-me

Papers

Grounded Multimodal Retrieval-Augmented Drafting of Radiology Impressions Using Case-Based Similarity Search

2026-03-18 · Himadri S Samanta arxiv

Automated radiology report generation has gained increasing attention with the rise of deep learning and large language models. However, fully generative approaches often suffer from hallucinations and lack clinical grounding, limiting their reliability in real-world workflows. In this study, we propose a multimodal retrieval-augmented generation (RAG) system for grounded drafting of chest radiograph impressions. The system combines contrastive image-text embeddings, case-based similarity retrieval, and citation-constrained draft generation to ensure factual alignment with historical radiology reports. A curated subset of the MIMIC-CXR dataset was used to construct a multimodal retrieval database. Image embeddings were generated using CLIP encoders, while textual embeddings were derived from structured impression sections. A fusion similarity framework was implemented using FAISS indexing for scalable nearest-neighbor retrieval. Retrieved cases were used to construct grounded prompts for draft impression generation, with safety mechanisms enforcing citation coverage and confidence-based refusal. Experimental results demonstrate that multimodal fusion significantly improves retrieval performance compared to image-only retrieval, achieving Recall@5 above 0.95 on clinically relevant findings. The grounded drafting pipeline produces interpretable outputs with explicit citation traceability, enabling improved trustworthiness compared to conventional generative approaches. This work highlights the potential of retrieval-augmented multimodal systems for reliable clinical decision support and radiology workflow augmentation

📄 PDF Abstract BibTeX arXiv:2603.17765

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Leveraging LLMs for Multimodal Retrieval-Augmented Radiology Report Generation via Key Phrase Extraction

2025-04-10 · Kyoyun Choi, Byungmu Yoon, Soobum Kim, Jonggwon Park

Automated radiology report generation (RRG) holds potential to reduce radiologists' workload, especially as recent advancements in large language models (LLMs) enable the development of multimodal models for chest X-ray …

Contrastive LearningDiagnosticRetrievalRetrieval-augmented Generation

Fact-Aware Multimodal Retrieval Augmentation for Accurate Medical Radiology Report Generation

2024-07-21 · Liwen Sun, James Zhao, Megan Han, Chenyan Xiong

Multimodal foundation models hold significant potential for automating radiology report generation, thereby assisting clinicians in diagnosing cardiac diseases. However, generated reports often suffer from serious factua…

DiagnosticRAGRetrievalText Generation

MARCH: Multi-Agent Radiology Clinical Hierarchy for CT Report Generation

2026-04-17 · Yi Lin, Yihao Ding, Yonghui Wu, Yifan Peng arxiv

Automated 3D radiology report generation often suffers from clinical hallucinations and a lack of the iterative verification found in human practice. While recent Vision-Language Models (VLMs) have advanced the field, th…

Retrieval Augmented Chest X-Ray Report Generation using OpenAI GPT models

2023-05-05 · Mercy Ranjit, Gopinath Ganapathy, Ranjit Manuel, Tanuja Ganu

We propose Retrieval Augmented Generation (RAG) as an approach for automated radiology report writing that leverages multimodally aligned embeddings from a contrastively pretrained vision language model for retrieval of …

Instruction FollowingLanguage ModelingLanguage ModellingRAG+2

Spatio-Temporal and Clinical Conditioning for Fine-Grained Radiology Report Retrieval

2026-07-02 · P. Sloan, E. Simpson, M. Mirmehdi arxiv

Radiology is vital to modern healthcare, but rising imaging demand and persistent workforce shortages strain reporting capacity and clinical workflows. Automated radiology report generation has the potential to support r…