paper-with-me

Papers

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

2023-06-14 · Qingqing Zhu, Tejas Sudharshan Mathai, Pritam Mukherjee, Yifan Peng, Ronald M. Summers, Zhiyong Lu

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-filling a radiology report holds promise in mitigating reporting errors, and despite efforts in the literature to generate medical reports, there exists a lack of approaches that exploit the longitudinal nature of patient visit records in the MIMIC-CXR dataset. To address this gap, we propose to use longitudinal multi-modal data, i.e., previous patient visit CXR, current visit CXR, and previous visit report, to pre-fill the 'findings' section of a current patient visit report. We first gathered the longitudinal visit information for 26,625 patients from the MIMIC-CXR dataset and created a new dataset called Longitudinal-MIMIC. With this new dataset, a transformer-based model was trained to capture the information from longitudinal patient visit records containing multi-modal data (CXR images + reports) via a cross-attention-based multi-modal fusion module and a hierarchical memory-driven decoder. In contrast to previous work that only uses current visit data as input to train a model, our work exploits the longitudinal information available to pre-fill the 'findings' section of radiology reports. Experiments show that our approach outperforms several recent approaches. Code will be published at https://github.com/CelestialShine/Longitudinal-Chest-X-Ray.

📄 PDF Abstract BibTeX arXiv:2306.08749

Code (1)

celestialshine/longitudinal-chest-x-ray 공식 구현 pytorch

Tasks

Decoderspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Pretraining Vision-Language Model for Difference Visual Question Answering in Longitudinal Chest X-rays

2024-02-14 · Yeongjae Cho, Taehee Kim, Heejun Shin, Sungzoon Cho 외

Difference visual question answering (diff-VQA) is a challenging task that requires answering complex questions based on differences between a pair of images. This task is particularly important in reading chest X-ray im…

Language ModelingLanguage ModellingQuestion AnsweringVisual Question Answering+1

CheXRelNet: An Anatomy-Aware Model for Tracking Longitudinal Relationships between Chest X-Rays

2022-08-08 · Gaurang Karwande, Amarachi Mbakawe, Joy T. Wu, Leo A. Celi 외

Despite the progress in utilizing deep learning to automate chest radiograph interpretation and disease diagnosis tasks, change between sequential Chest X-rays (CXRs) has received limited attention. Monitoring the progre…

AnatomyChange DetectionImage RegistrationMotion Estimation

FlexR: Few-shot Classification with Language Embeddings for Structured Reporting of Chest X-rays

2022-03-29 · Matthias Keicher, Kamilia Zaripova, Tobias Czempiel, Kristina Mach 외

The automation of chest X-ray reporting has garnered significant interest due to the time-consuming nature of the task. However, the clinical accuracy of free-text reports has proven challenging to quantify using natural…

HC-LLM: Historical-Constrained Large Language Models for Radiology Report Generation

2024-12-15 · Tengfei Liu, Jiapu Wang, Yongli Hu, Mingjie Li 외

Radiology report generation (RRG) models typically focus on individual exams, often overlooking the integration of historical visual or textual data, which is crucial for patient follow-ups. Traditional methods usually s…

DiagnosticIn-Context Learning

Longitudinal detection of radiological abnormalities with time-modulated LSTM

2018-07-16 · Ruggiero Santeramo, Samuel Withey, Giovanni Montana

Convolutional neural networks (CNNs) have been successfully employed in recent years for the detection of radiological abnormalities in medical images such as plain x-rays. To date, most studies use CNNs on individual ex…

General Classification