Utilizing Longitudinal Chest X-Rays and Reports to Pre-Fill Radiology Reports
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Radiology Report Generation | CheXpert Plus (test) | RG-L Score0.235 | 53 | |
| Report Generation | L-MIMIC | Precision54.3 | 14 | |
| Disease Progression Prediction | L-MIMIC (test) | A F138.8 | 7 | |
| Longitudinal Sentence Generation | L-MIMIC (test) | BLEU-43.4 | 7 | |
| Medical Report Generation | L-MIMIC Longitudinal sentences | BLEU-111.6 | 7 | |
| Disease Diagnosis | L-MIMIC (test) | F1 Score42.1 | 7 | |
| Medical Report Generation | L-MIMIC Whole report (test) | BLEU-49 | 7 | |
| Medical Report Generation | L-MIMIC Whole report | BLEU-131.5 | 7 |