paper-with-me

홈 › Papers

Generating Radiology Reports via Memory-driven Transformer

2020-10-30 · EMNLP 2020 11 · Zhihong Chen, Yan Song, Tsung-Hui Chang, Xiang Wan

Medical imaging is frequently used in clinical practice and trials for diagnosis and treatment. Writing imaging reports is time-consuming and can be error-prone for inexperienced radiologists. Therefore, automatically generating radiology reports is highly desired to lighten the workload of radiologists and accordingly promote clinical automation, which is an essential task to apply artificial intelligence to the medical domain. In this paper, we propose to generate radiology reports with memory-driven Transformer, where a relational memory is designed to record key information of the generation process and a memory-driven conditional layer normalization is applied to incorporating the memory into the decoder of Transformer. Experimental results on two prevailing radiology report datasets, IU X-Ray and MIMIC-CXR, show that our proposed approach outperforms previous models with respect to both language generation metrics and clinical evaluations. Particularly, this is the first work reporting the generation results on MIMIC-CXR to the best of our knowledge. Further analyses also demonstrate that our approach is able to generate long reports with necessary medical terms as well as meaningful image-text attention mappings.

📄 PDF Abstract BibTeX arXiv:2010.16056

Code (2)

zhjohnchan/R2Gen 공식 구현 pytorch
jbdel/vilmedic pytorch

Tasks

DecoderText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Memory-aligned Knowledge Graph for Clinically Accurate Radiology Image Report Generation

2022-05-01 · BioNLP (ACL) 2022 5 · Sixing Yan

Automatic generating the clinically accurate radiology report from X-ray images is important but challenging. The identification of multi-grained abnormal regions in image and corresponding abnormalities is difficult for…

Utilizing Longitudinal Chest X-Rays and Reports to Pre-Fill Radiology Reports

2023-06-14 · Qingqing Zhu, Tejas Sudharshan Mathai, Pritam Mukherjee, Yifan Peng 외

Despite the reduction in turn-around times in radiology reports with the use of speech recognition software, persistent communication errors can significantly impact the interpretation of the radiology report. Pre-fillin…

Decoderspeech-recognitionSpeech Recognition

Memory-based Cross-modal Semantic Alignment Network for Radiology Report Generation

2024-03-31 · Yitian Tao, Liyan Ma, Jing Yu, Han Zhang

Generating radiology reports automatically reduces the workload of radiologists and helps the diagnoses of specific diseases. Many existing methods take this task as modality transfer process. However, since the key info…

Decoder

Prior-RadGraphFormer: A Prior-Knowledge-Enhanced Transformer for Generating Radiology Graphs from X-Rays

2023-03-24 · Yiheng Xiong, Jingsong Liu, Kamilia Zaripova, Sahand Sharifzadeh 외

The extraction of structured clinical information from free-text radiology reports in the form of radiology graphs has been demonstrated to be a valuable approach for evaluating the clinical correctness of report-generat…

Decision MakingMedical Image AnalysisMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Cross-modal Memory Networks for Radiology Report Generation

2022-04-28 · ACL 2021 5 · Zhihong Chen, Yaling Shen, Yan Song, Xiang Wan

Medical imaging plays a significant role in clinical practice of medical diagnosis, where the text reports of the images are essential in understanding them and facilitating later treatments. By generating the reports au…

DecoderMedical DiagnosisText Generation