paper-with-me

홈 › Papers

Clinical Context-aware Radiology Report Generation from Medical Images using Transformers

2024-08-21 · Sonit Singh

Recent developments in the field of Natural Language Processing, especially language models such as the transformer have brought state-of-the-art results in language understanding and language generation. In this work, we investigate the use of the transformer model for radiology report generation from chest X-rays. We also highlight limitations in evaluating radiology report generation using only the standard language generation metrics. We then applied a transformer based radiology report generation architecture, and also compare the performance of a transformer based decoder with the recurrence based decoder. Experiments were performed using the IU-CXR dataset, showing superior results to its LSTM counterpart and being significantly faster. Finally, we identify the need of evaluating radiology report generation system using both language generation metrics and classification metrics, which helps to provide robust measure of generated reports in terms of their coherence and diagnostic value.

📄 PDF Abstract BibTeX arXiv:2408.11344

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiagnosticText Generation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

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…

AnchorDiff: Topology-Aware Masked Diffusion with Confidence-based Rewriting for Radiology Report Generation

2026-05-16 · Shiying Yu, Jielei Wang, Guoming Lu arxiv

Radiology report generation (RRG) aims to automatically produce clinically accurate textual reports from medical images. Existing methods predominantly rely on autoregressive (AR) language models, whose causal dependency…

Clinically Accurate Chest X-Ray Report Generation

2019-04-04 · Guanxiong Liu, Tzu-Ming Harry Hsu, Matthew McDermott, Willie Boag 외

The automatic generation of radiology reports given medical radiographs has significant potential to operationally and improve clinical patient care. A number of prior works have focused on this problem, employing advanc…

Reinforcement LearningText Generation

DALL-M: Context-Aware Clinical Data Augmentation with LLMs

2024-07-11 · Chihcheng Hsieh, Catarina Moreira, Isabel Blanco Nobre, Sandra Costa Sousa 외

X-ray images are vital in medical diagnostics, but their effectiveness is limited without clinical context. Radiologists often find chest X-rays insufficient for diagnosing underlying diseases, necessitating the integrat…

Data AugmentationData Integration

Style-Aware Radiology Report Generation with RadGraph and Few-Shot Prompting

2023-10-26 · Benjamin Yan, Ruochen Liu, David E. Kuo, Subathra Adithan 외

Automatically generated reports from medical images promise to improve the workflow of radiologists. Existing methods consider an image-to-report modeling task by directly generating a fully-fledged report from an image.…