paper-with-me

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 (CXR) report generation. However, multimodal LLMs (MLLMs) are resource-intensive, requiring vast datasets and substantial computational cost for training. To address these challenges, we propose a retrieval-augmented generation approach that leverages multimodal retrieval and LLMs to generate radiology reports while mitigating hallucinations and reducing computational demands. Our method uses LLMs to extract key phrases from radiology reports, effectively focusing on essential diagnostic information. Through exploring effective training strategies, including image encoder structure search, adding noise to text embeddings, and additional training objectives, we combine complementary pre-trained image encoders and adopt contrastive learning between text and semantic image embeddings. We evaluate our approach on MIMIC-CXR dataset, achieving state-of-the-art results on CheXbert metrics and competitive RadGraph F1 metric alongside MLLMs, without requiring LLM fine-tuning. Our method demonstrates robust generalization for multi-view RRG, making it suitable for comprehensive clinical applications.

📄 PDF Abstract BibTeX arXiv:2504.07415

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDiagnosticRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Multimodal Multi-Agent Framework for Radiology Report Generation

2025-05-14 · Ziruo Yi, Ting Xiao, Mark V. Albert

Radiology report generation (RRG) aims to automatically produce diagnostic reports from medical images, with the potential to enhance clinical workflows and reduce radiologists' workload. While recent approaches leveragi…

DiagnosticHallucinationRAGRetrieval+1

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

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 grou…

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

Integrating Knowledge Retrieval and Large Language Models for Clinical Report Correction

2024-06-21 · Jinge Wu, Zhaolong Wu, Ruizhe Li, Abul Hasan 외

This study proposes an approach for error correction in radiology reports, leveraging large language models (LLMs) and retrieval-augmented generation (RAG) techniques. The proposed framework employs a novel internal+exte…

RAGRetrievalRetrieval-augmented Generation