paper-with-me

Papers

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 automatically, it is beneficial to help lighten the burden of radiologists and significantly promote clinical automation, which already attracts much attention in applying artificial intelligence to medical domain. Previous studies mainly follow the encoder-decoder paradigm and focus on the aspect of text generation, with few studies considering the importance of cross-modal mappings and explicitly exploit such mappings to facilitate radiology report generation. In this paper, we propose a cross-modal memory networks (CMN) to enhance the encoder-decoder framework for radiology report generation, where a shared memory is designed to record the alignment between images and texts so as to facilitate the interaction and generation across modalities. Experimental results illustrate the effectiveness of our proposed model, where state-of-the-art performance is achieved on two widely used benchmark datasets, i.e., IU X-Ray and MIMIC-CXR. Further analyses also prove that our model is able to better align information from radiology images and texts so as to help generating more accurate reports in terms of clinical indicators.

📄 PDF Abstract BibTeX arXiv:2204.13258

Code (1)

zhjohnchan/R2GenCMN 공식 구현 pytorch

Tasks

DecoderMedical DiagnosisText Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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

Reinforced Cross-modal Alignment for Radiology Report Generation

2022-05-01 · Findings (ACL) 2022 5 · Han Qin, Yan Song

Medical images are widely used in clinical decision-making, where writing radiology reports is a potential application that can be enhanced by automatic solutions to alleviate physicians’ workload. In general, radiology …

cross-modal alignmentDecision MakingReinforcement Learning (RL)valid

CT2Rep: Automated Radiology Report Generation for 3D Medical Imaging

2024-03-11 · Ibrahim Ethem Hamamci, Sezgin Er, Bjoern Menze

Medical imaging plays a crucial role in diagnosis, with radiology reports serving as vital documentation. Automating report generation has emerged as a critical need to alleviate the workload of radiologists. While machi…

Improving Factuality of 3D Brain MRI Report Generation with Paired Image-domain Retrieval and Text-domain Augmentation

2024-11-23 · Junhyeok Lee, Yujin Oh, Dahyoun Lee, Hyon Keun Joh 외

Acute ischemic stroke (AIS) requires time-critical management, with hours of delayed intervention leading to an irreversible disability of the patient. Since diffusion weighted imaging (DWI) using the magnetic resonance …

Cross-Modal RetrievalImage to textRAGRetrieval+2

Cross-modal Prototype Driven Network for Radiology Report Generation

2022-07-11 · Jun Wang, Abhir Bhalerao, Yulan He

Radiology report generation (RRG) aims to describe automatically a radiology image with human-like language and could potentially support the work of radiologists, reducing the burden of manual reporting. Previous approa…

Decoder