CLAIMay 10, 2024

Summarizing Radiology Reports Findings into Impressions

arXiv:2405.06802v31 citationsh-index: 1Artificial Intelligence in Health
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient communication and decision-making among doctors in healthcare, though it is incremental as it builds on existing methods.

The paper tackled the problem of summarizing radiology reports into impressions to aid patient hand-off and triage, achieving a ROUGE-L F1 score of 58.75/100 with a fine-tuned BERT-to-BERT encoder-decoder model.

Patient hand-off and triage are two fundamental problems in health care. Often doctors must painstakingly summarize complex findings to efficiently communicate with specialists and quickly make decisions on which patients have the most urgent cases. In pursuit of these challenges, we present (1) a model with state-of-art radiology report summarization performance using (2) a novel method for augmenting medical data, and (3) an analysis of the model limitations and radiology knowledge gain. We also provide a data processing pipeline for future models developed on the the MIMIC CXR dataset. Our best performing model was a fine-tuned BERT-to-BERT encoder-decoder with 58.75/100 ROUGE-L F1, which outperformed specialized checkpoints with more sophisticated attention mechanisms. We investigate these aspects in this work.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes